CustomXMLSchemaCollection Object Members
Represents a collection of CustomXMLSchema objects attached to a data stream.
Methods
| Name | Description | |
|---|---|---|
| Add | Allows you to add one or more schemas to a schema collection that can then be added to a stream in the data store and to the Schema Library. |
| AddCollection | Adds an existing schema collection to the current schema collection. |
| Validate | Specifies whether the schemas in a schema collection are valid (conforms to the syntactic rules of XML and the rules for a specified vocabulary; a standard for structuring XML). |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the CustomXMLSchemaCollection object. Read-only. |
| Count | Gets a Long indicating the number of items in the CustomXMLSchemaCollection collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the CustomXMLSchemaCollection object was created. Read-only. |
| Item | Gets a CustomXMLSchema object from the CustomXMLSchemaCollection collection. Read-only. |
| NamespaceURI | Gets the unique address identifier for the namespace of the CustomXMLSchemaCollection object. Read-only. |
| Parent | Gets the Parent object for the CustomXMLSchemaCollection object. Read-only. |