XMLNode.NamespaceURI Property
Word Developer Reference |
Returns a String that represents the Uniform Resource Identifier (URI) of the schema namespace for the specified object. Read-only.
Syntax
expression.NamespaceURI
expression An expression that returns an XMLNode object.
Remarks
Note |
---|
If you are authoring XML schemas for use with Microsoft Office Word, it is highly recommended that you specify the targetNamespace setting in the schema. |
See Also