XmlSchema Object [Excel 2003 VBA Language Reference]

XmlMap
XmlSchemas
XmlSchema
XmlNamespace

Note  XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

Represents an XML schema contained by an XmlMap object.

Using the XmlSchema Object

Use the Item method to return an XmlSchema object from the XmlSchemas collection.

Use the Namespace property to return the target namespace for a schema.

Use the XML property to return the XML contents of a schema.

Properties | Application Property | Creator Property | Name Property | Namespace Property | Parent Property | XML Property

Parent Objects | XmlMap

Child Objects | XmlNamespace

See Also | XmlDataBinding Object | XmlMap Object | XmlMaps Collection | XmlNamespace Object | XmlNamespaces Collection | XmlSchemas Collection | XPath Object