Definition Type: ComplexType
Name: schemaElt
Namespace: http://schemas.microsoft.com/schemaLibrary/2003/core
Containing Schema: xsdlib.xsd
Abstract
Documentation:
Defines a schema that is referenced by the document and included in the Schema Library.
Collapse XSD Schema Diagram:
Drilldown into schemaLocation in schema xsdlib_xsd Drilldown into manifestLocation in schema xsdlib_xsd Drilldown into uri in schema xsdlib_xsdXSD Diagram of schemaElt in schema xsdlib_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="schemaElt">
    <xsd:annotation>
        <xsd:documentation>Defines a schema that is referenced by the document and included in the Schema Library.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="uri" type="xsd:string" default="">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the schema's Uniform Resource Identifier (URI).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="manifestLocation" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the path to the schema's manifest.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="schemaLocation" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the path to the schema.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
uri sl:uri (Optional)
manifestLocation sl:manifestLocation (Optional)
schemaLocation sl:schemaLocation (Optional)
Collapse Derivation Tree:
Collapse References:
sl:schema