<xsd:complexType name="PrimeMeridianType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A prime meridian defines the origin from which longitude values are determined.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractCRSObjectType">
<xsd:sequence>
<xsd:element name="meridianID" type="gml:IdentifierType">
<xsd:annotation>
<xsd:documentation>Identification of this prime meridian. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="greenwichLongitude" type="gml:AngleChoiceType">
<xsd:annotation>
<xsd:documentation>Longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the datum type is geodetic and the prime meridian name is not supplied, then the prime meridian name is taken to be "Greenwich" and the Greenwich longitude value is taken to be zero. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|