XMLNamespace Members
Include Protected Members
Include Inherited Members
Represents an individual schema within the Schema Library.
The XMLNamespace type exposes the following members.
Methods
Name | Description | |
---|---|---|
AttachToDocument | Attaches an XML schema to a document. | |
Delete | Deletes the specified object. |
Top
Properties
Name | Description | |
---|---|---|
Alias | Returns a String that represents the friendly name for the specified object. | |
Application | Returns a 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. | |
DefaultTransform | Returns a 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 | Gets or sets the location of the specified XML namespace. | |
Parent | Returns an object that represents the parent object of the specified object. | |
URI | Returns a String that represents the Uniform Resource Identifier (URI) of the associated namespace. | |
XSLTransforms | Returns a XSLTransforms collection that represents the Extensible Stylesheet Language Transformation (XSLT) files specified for use with a schema. |
Top