XmlSchema Object
Excel Developer Reference |
Represents an XML schema contained by an XmlMap object.
Remarks
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.
See Also