IXMLDOMSchemaCollection2/XMLDOMSchemaCollection
Used to expand the IXMLDOMSchemaCollection
interface. 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.
Remarks
None
Versioning
MSXML 4.0 and later
Requirements
Implementation: msxml5.dll, msxml2.lib
Header and IDL files: msxml2.h, msxml2.lib
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.
See Also
IXMLDOMSchemaCollection2/XMLDOMSchemaCollection Members | IXMLDOMSchemaCollection | ISchema Interface