<complexType name="PrimeMeridianType">
<annotation>
<documentation>A prime meridian defines the origin from which longitude values are determined.</documentation>
</annotation>
<complexContent>
<extension base="gml:PrimeMeridianBaseType">
<sequence>
<element ref="gml:meridianID" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Set of alternative identifications of this prime meridian. The first meridianID, if any, is normally the primary identification code, and any others are aliases. </documentation>
</annotation>
</element>
<element ref="gml:remarks" minOccurs="0">
<annotation>
<documentation>Comments on or information about this prime meridian, including source information. </documentation>
</annotation>
</element>
<element ref="gml:greenwichLongitude" />
</sequence>
</extension>
</complexContent>
</complexType>
|