IXMLDOMSchemaCollection2-XMLDOMSchemaCollection

 

[This feature was implemented only for MSXML 6.0.]

Used to expand the IXMLDOMSchemaCollection interface.

Remarks

IXMLDOMSchemaCollection2 inherits from IXMLDOMSchemaCollection. The new methods and properties make validation timing more flexible, and enable you to retrieve schema and declaration objects. The ISchema interface can be used to obtain further information from the schema object, which is obtained from the getSchema method call. The ISchemaItem interface can be used to obtain further information from the declaration object, which is obtained from the getDeclaration method.

Requirements

Implementation:

msxml6.dll, msxml6.lib (MSXML 6.0)

Header and IDL files:

msxml6.h, msxml6.idl

Versioning

Implemented in:

MSXML 6.0

See Also

IXMLDOMSchemaCollection2-XMLDOMSchemaCollection Members
IXMLDOMSchemaCollection-XMLSchemaCache
ISchema Interface