Definition Type: ComplexType
Name: IdentifierType
Namespace: http://www.opengis.net/gml
Containing Schema: referenceSystems.xsd
Abstract
Documentation:
An identification of a CRS object. The first use of the IdentifierType for an object, if any, is normally the primary identification code, and any others are aliases.
Collapse XSD Schema Diagram:
Drilldown into remarks in schema referencesystems_xsd Drilldown into version in schema referencesystems_xsd Drilldown into codeSpace in schema referencesystems_xsd Drilldown into code in schema referencesystems_xsdXSD Diagram of IdentifierType in schema referencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="IdentifierType">
    <annotation>
        <documentation>An identification of a CRS object. The first use of the IdentifierType for an object, if any, is normally the primary identification code, and any others are aliases. </documentation>
    </annotation>
    <sequence>
        <element ref="gml:code" />
        <element ref="gml:codeSpace" minOccurs="0" />
        <element ref="gml:version" minOccurs="0" />
        <element ref="gml:remarks" minOccurs="0">
            <annotation>
                <documentation>Remarks about this code or alias. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
code gml:code (1) (1)
codeSpace gml:codeSpace 0 (1)
version gml:version 0 (1)
remarks gml:remarks 0 (1)
Collapse Derivation Tree:
Collapse References:
gml:axisID, gml:coordinateOperationID, gml:csID, gml:datumID, gml:ellipsoidID, gml:groupID, gml:meridianID, gml:methodID, gml:parameterID, gml:srsID