Word.Interfaces.CustomXmlSchemaData interface
An interface describing the data returned by calling customXmlSchema.toJSON().
Properties
| location | Gets the location of the schema on a computer. |
| namespace |
Gets the unique address identifier for the namespace of the |
Property Details
location
Gets the location of the schema on a computer.
location?: string;
Property Value
string
Remarks
namespaceUri
Gets the unique address identifier for the namespace of the CustomXmlSchema object.
namespaceUri?: string;
Property Value
string