Definition Type: SimpleType
Name: ID
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ID in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:simpleType name="ID" id="ID">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ID" />
    </xs:annotation>
    <xs:restriction base="xs:NCName" />
</xs:simpleType>