<complexType name="AbstractDatumType" abstract="true">
<annotation>
<documentation>A datum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin, the orientation, and the scale of a coordinate reference system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractDatumBaseType">
<sequence>
<element ref="gml:datumID" minOccurs="0" maxOccurs="unbounded" />
<element ref="gml:anchorPoint" minOccurs="0" />
<element ref="gml:realizationEpoch" minOccurs="0" />
<element ref="gml:validArea" minOccurs="0" />
<element ref="gml:scope" minOccurs="0" />
</sequence>
</extension>
</complexContent>
</complexType>
|