XmlSchema Members
Include Protected Members
Include Inherited Members
Represents an XML schema contained by an XmlMap object.
The XmlSchema type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only XlCreator. | |
Name | Returns the friendly name used to identify an XML schema in an XmlMap object. Read-only String. | |
Namespace | Returns an XmlNamespace object that represents the target namespace for the specified schema. Read-only. | |
Parent | Returns the parent object for the specified object. Read-only. | |
XML | Returns a String representing the content of the specified schema. |
Top