The following table shows the methods of this interface.
In C++, this interface inherits from XMLDOMSchemaCollection.
Methods
| getSchema | Returns an ISchema object that uses the namespace URI sent to this method. |
| getDeclaration | Returns E_NOTIMPL. The getDeclaration method is now implemented through the namespaces property of the DOMDocument2 object. |
| validate | Returns a Boolean value indicating whether the validation of the schema document succeeded or failed. |
Properties
| validateOnLoad | Returns a Boolean value indicating whether the schema is to be validated when it is loaded into the schema cache, or if validation will occur when the validate method is called. |