Edit

Share via


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.

namespaceUri

Gets the unique address identifier for the namespace of the CustomXmlSchema object.

Property Details

location

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the location of the schema on a computer.

location?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

namespaceUri

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the unique address identifier for the namespace of the CustomXmlSchema object.

namespaceUri?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]