XMLNamespace Members (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents an individual schema within the Schema Library.

Methods

Name

Description

AttachToDocument

Attaches an XML schema to a document.

Delete

Deletes the specified XML schema from the list of available XML schemas.

Properties

Name

Description

Alias

Returns a String that represents the display name for the specified object.

Application

Returns an Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

DefaultTransform

Returns an XSLTransform object that represents the default Extensible Stylesheet Language Transformation (XSLT) file to use when opening a document from an XML schema for a particular namespace.

Location

Returns or sets a String that represents the physical location of the namespace of an XML schema in the Schema Library. Read/write.

Parent

Returns an Object that represents the parent object of the specified XMLNamespace object.

URI

Returns a String that represents the Uniform Resource Identifier (URI) of the associated namespace.

XSLTransforms

Returns an XSLTransforms collection that represents the Extensible Stylesheet Language Transformation (XSLT) files specified for use with a schema.