Defines the set of schemas referenced by the document that make up the Schema Library.
| Namespace | http://schemas.microsoft.com/schemaLibrary/2003/core | 
| Schema name | Schema Library | 
| Element | Description | 
|---|---|
| schema | Represents a schema that is referenced by the document and included in the Schema Library. | 
None.
      
<xsd:complexType name="schemaLibraryElt" >
  <xsd:sequence>
    <xsd:element name="schema" type="schemaElt" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>