Definition Type: ComplexType
Name: GeocentricCRSType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCoordinateReferenceSystemType
Containing Schema: coordinateReferenceSystems.xsd
Abstract
Documentation:
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates the need to model the earth's curvature.
Collapse XSD Schema Diagram:
Drilldown into usesGeodeticDatum in schema coordinatereferencesystems_xsd Drilldown into usesSphericalCS in schema coordinatereferencesystems_xsd Drilldown into usesCartesianCS in schema coordinatereferencesystems_xsd Drilldown into scope in schema referencesystems_xsd Drilldown into validArea in schema referencesystems_xsd Drilldown into srsID in schema referencesystems_xsd Drilldown into srsName in schema referencesystems_xsd Drilldown into remarks in schema referencesystems_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractReferenceSystemBaseType in schema referencesystems_xsd Drilldown into AbstractReferenceSystemType in schema referencesystems_xsd Drilldown into AbstractCRSType in schema referencesystems_xsd Drilldown into AbstractCoordinateReferenceSystemType in schema coordinatereferencesystems_xsdXSD Diagram of GeocentricCRSType in schema coordinatereferencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GeocentricCRSType">
    <annotation>
        <documentation>A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates the need to model the earth's curvature. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractCoordinateReferenceSystemType">
            <sequence>
                <choice>
                    <element ref="gml:usesCartesianCS" />
                    <element ref="gml:usesSphericalCS" />
                </choice>
                <element ref="gml:usesGeodeticDatum" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
remarks gml:remarks 0 (1)
srsName gml:srsName (1) (1)
srsID gml:srsID 0 unbounded
validArea gml:validArea 0 (1)
scope gml:scope 0 (1)
usesCartesianCS gml:usesCartesianCS (1) (1)
usesSphericalCS gml:usesSphericalCS (1) (1)
usesGeodeticDatum gml:usesGeodeticDatum (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:GeocentricCRS