<Schema>
(XML Schema)
This element contains the XML tree for an attached schema.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
Any element from any namespace |
n/a |
Attributes |
Description |
---|---|
|
Specifies the unique name or ID for this attached schema. example:
ID = "Schema1" The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the namespace used by the schema. example:
<MapInfo SelectionNamespaces="…"> <Schema ID="Schema1" Namespace="…"> The possible values for this attribute are defined by the XML Schema string datatype. |
|
The The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Schema">
<sequence>
<any/>
</sequence>
<attribute name="ID" type="xsd:string" use="required"/>
<attribute name="SchemaRef" type="xsd:string" use="optional"/>
<attribute name="Namespace" type="xsd:string" use="optional"/>
</complexType>