<xsd:complexType name="schemaLibraryElt">
<xsd:annotation>
<xsd:documentation>Defines the set of schemas referenced by the document that make up the Schema Library.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="schema" type="schemaElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents a schema that is referenced by the document and included in the Schema Library.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|