Definition Type: ComplexType
Name: schemaLibraryElt
Namespace: http://schemas.microsoft.com/schemaLibrary/2003/core
Containing Schema: xsdlib.xsd
Abstract
Documentation:
Defines the set of schemas referenced by the document that make up the Schema Library.
Collapse XSD Schema Diagram:
Drilldown into schema in schema xsdlib_xsdXSD Diagram of schemaLibraryElt in schema xsdlib_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schema sl:schema 0 unbounded
Collapse Derivation Tree:
Collapse References:
sl:schemaLibrary