Defines a schema that is referenced by the document and included in the Schema Library.
Namespace | http://schemas.microsoft.com/schemaLibrary/2003/core |
Schema name | Schema Library |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
uri | xsd:string | optional | Gets or sets the schema's Uniform Resource Identifier (URI). | See external namespace. |
manifestLocation | xsd:string | optional | Gets or sets the path to the schema's manifest. | See external namespace. |
schemaLocation | xsd:string | optional | Gets or sets the path to the schema. | See external namespace. |
<xsd:complexType name="schemaElt" >
<xsd:attribute name="uri" type="xsd:string" default="">
</xsd:attribute>
<xsd:attribute name="manifestLocation" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="schemaLocation" type="xsd:string">
</xsd:attribute>
</xsd:complexType>