XMLSchemaReferences Collection
Word Developer Reference |
A collection of XMLSchemaReference objects that represent the unique namespaces that are attached to a document.
Remarks
Use the XMLSchemaReferences property to return a collection of schemas attached to a document. The following example loops through the schemas attached to a document. If it finds the specified schema, it reloads it; if it doesn't find the specified schema, it attaches the schema to the document.
Visual Basic for Applications |
---|
|
Note |
---|
The SimpleSample schema is included in the Smart Document Software Development Kit (SDK). For more information, refer to the Smart Document SDK on the Microsoft Developer Network (MSDN) Web site. |
See Also