gml:GeodeticCRS is a coordinate reference system based on a geodetic datum. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
gml:id | ID | required |
|
Element | gml:GeodeticCRS |
<complexType name="GeodeticCRSType"> <annotation> <documentation>gml:GeodeticCRS is a coordinate reference system based on a geodetic datum.</documentation> </annotation> <complexContent> <extension base="gml:AbstractCRSType"> <sequence> <choice> <element ref="gml:ellipsoidalCS"/> <element ref="gml:cartesianCS"/> <element ref="gml:sphericalCS"/> </choice> <element ref="gml:geodeticDatum"/> </sequence> </extension> </complexContent> </complexType> |