<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>
|