<xsd:complexType name="GeodeticDatumType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>The Geodetic Datum is an ellipsoid with its position and orientation with respect to the Earth. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractDatumType">
<xsd:sequence>
<xsd:element name="usesPrimeMeridian" type="gml:PrimeMeridianRefType">
<xsd:annotation>
<xsd:documentation>Association to the prime meridian used by this geodetic datum. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="usesEllipsoid" type="gml:EllipsoidRefType">
<xsd:annotation>
<xsd:documentation>Association to the ellipsoid used by this geodetic datum. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|