domainOfValidity Abstract coordinate reference system .1 AbstractCRS

Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved. 101 These schema components encode the Coordinate Reference System packages of the UML Models of ISO 19111:2007, Clause 8, and D.3.9 of this International Standard, with the exception of the abstract SC_CRS class. NOTE The coordinateReferenceSystems schema document includes the coordinateSystems.xsd, datums.xsd, and coordinateOperations.xsd GML schema documents. This schema document is identified by the following location-independent name using URN syntax: urn:x-ogc:specification:gml:schema-xsd:coordinateReferenceSystems:3.2.1 12.3.2 Abstract coordinate reference systems 12.3.2.1 AbstractSingleCRS element name=AbstractSingleCRS type=gml:AbstractCRSType abstract=true substitutionGroup=gml:AbstractCRS gml:AbstractSingleCRS implements a coordinate reference system consisting of one coordinate system and one datum as opposed to a Compound CRS.

12.3.2.2 SingleCRSPropertyType

complexType name=SingleCRSPropertyType sequence minOccurs=0 element ref=gml:AbstractSingleCRS sequence attributeGroup ref=gml:AssociationAttributeGroup complexType gml:SingleCRSPropertyType is a property type for association roles to a single coordinate reference system, either referencing or containing the definition of that coordinate reference system.

12.3.2.3 AbstractGeneralDerivedCRS

element name=AbstractGeneralDerivedCRS type=gml:AbstractGeneralDerivedCRSType abstract=true substitutionGroup=gml:AbstractSingleCRS complexType name=AbstractGeneralDerivedCRSType abstract=true complexContent extension base=gml:AbstractCRSType sequence element ref=gml:conversion sequence extension complexContent complexType gml:AbstractGeneralDerivedCRS is a coordinate reference system that is defined by its coordinate conversion from another coordinate reference system. This abstract complex type shall not be used, extended, or restricted, in a GML application schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.

12.3.2.4 Conversion

element name=conversion type=gml:GeneralConversionPropertyType