Definition Type: ComplexType
Name: AbstractCoordinateReferenceSystemType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCRSType
Containing Schema: coordinateReferenceSystems.xsd
Abstract True
Documentation:
A coordinate reference system consists of an ordered sequence of coordinate system axes that are related to the earth through a datum. A coordinate reference system is defined by one datum and by one coordinate system. Most coordinate reference system do not move relative to the earth, except for engineering coordinate reference systems defined on moving platforms such as cars, ships, aircraft, and spacecraft. For further information, see OGC Abstract Specification Topic 2. Coordinate reference systems are commonly divided into sub-types. The common classification criterion for sub-typing of coordinate reference systems is the way in which they deal with earth curvature. This has a direct effect on the portion of the earth's surface that can be covered by that type of CRS with an acceptable degree of error. The exception to the rule is the subtype "Temporal" which has been added by analogy.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of AbstractCoordinateReferenceSystemType in schema coordinatereferencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractCoordinateReferenceSystemType" abstract="true">
    <annotation>
        <documentation>A coordinate reference system consists of an ordered sequence of coordinate system axes that are related to the earth through a datum. A coordinate reference system is defined by one datum and by one coordinate system. Most coordinate reference system do not move relative to the earth, except for engineering coordinate reference systems defined on moving platforms such as cars, ships, aircraft, and spacecraft. For further information, see OGC Abstract Specification Topic 2.

Coordinate reference systems are commonly divided into sub-types. The common classification criterion for sub-typing of coordinate reference systems is the way in which they deal with earth curvature. This has a direct effect on the portion of the earth's surface that can be covered by that type of CRS with an acceptable degree of error. The exception to the rule is the subtype "Temporal" which has been added by analogy. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractCRSType" />
    </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)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:_CoordinateReferenceSystemgml:AbstractGeneralDerivedCRSType, gml:EngineeringCRSType, gml:GeocentricCRSType, gml:GeographicCRSType, gml:ImageCRSType, gml:TemporalCRSType, gml:VerticalCRSType,