Definition Type: Attribute
Name: id
Namespace: http://www.opengis.net/gml/3.2
Type: ID:http://www.w3.org/2001/XMLSchema
Containing Schema: gmlBase.xsd
Documentation:
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Collapse XSD Schema Diagram:
XSD Diagram of id in schema gmlbase_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<attribute name="id" type="ID">
    <annotation>
        <documentation>The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.</documentation>
    </annotation>
</attribute>