diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:AbstractReferenceSystemType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:srsName gml:srsID gml:remarks gml:validArea gml:scope gml:usesEllipsoidalCS gml:usesGeodeticDatum | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="GeographicCRSType"> <xs:annotation> <xs:documentation>A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractReferenceSystemType"> <xs:sequence> <xs:element ref="gml:usesEllipsoidalCS"/> <xs:element ref="gml:usesGeodeticDatum"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |