Definition Type: ComplexType
Name: IdentifierType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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 gml_xsd Drilldown into version in schema gml_xsd Drilldown into name in schema gml_xsdXSD Diagram of IdentifierType in schema gml_xsd (National Information Exchange Model (NEIM))
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:name">
            <annotation>
                <documentation>The code or name for this Identifier, often from a controlled list or pattern defined by a code space. The optional codeSpace attribute is normally included to identify or reference a code space within which one or more codes are defined. This code space is often defined by some authority organization, where one organization may define multiple code spaces. The range and format of each Code Space identifier is defined by that code space authority. Information about that code space authority can be included as metaDataProperty elements which are optionally allowed in all CRS objects. </documentation>
            </annotation>
        </element>
        <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
name gml:name (1) (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