Documentation for fieldgml

Complex Type: IdentifierType

[Table of contents]

Super-types: None
Sub-types: None
Name IdentifierType
Abstract no
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.
XML Instance Representation
<...>
<gml:name> ... </gml:name> [1]

'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.'

<gml:version> ... </gml:version> [0..1]
<gml:remarks> ... </gml:remarks> [0..1]

'Remarks about this code or alias.'

</...>
Diagram
h-573369874 h-1547229547 h-807422288
Schema Component Representation
<complexType name="IdentifierType">
<sequence>
<element ref=" gml:name "/>
<element ref=" gml:version " minOccurs="0"/>
<element ref=" gml:remarks " minOccurs="0"/>
</sequence>
</complexType>