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

Bb243285.vs_note(en-us,office.12).gif  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