<complexType name="GeodeticDatumType">
<annotation>
<documentation>A geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth, or of a Cartesian coordinate system centered in this ellipsoid (or sphere). </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractDatumType">
<sequence>
<element ref="gml:usesPrimeMeridian" />
<element ref="gml:usesEllipsoid" />
</sequence>
</extension>
</complexContent>
</complexType>
|