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