Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema coordinateReferenceSystems.xsd
Namespace http://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 13.3.
The spatial-temporal coordinate reference systems schema components are divided into two logical parts. One part defines elements and types for XML encoding of abstract coordinate reference systems definitions. The larger part defines specialized constructs for XML encoding of definitions of the multiple concrete types of spatial-temporal coordinate reference systems.
These schema components encode the Coordinate Reference System packages of the UML Models of ISO 19111 Clause 8 and ISO/DIS 19136 D.3.10, with the exception of the abstract "SC_CRS" class.

GML is an OGC Standard.
Copyright (c) 2007, 2010, 2016, 2018 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 3.2.2
Element gml:AbstractSingleCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:AbstractSingleCRS implements a coordinate reference system consisting of one coordinate system and one datum (as opposed to a Compound CRS).
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRScoordinateReferenceSystems_xsd.tmp#EngineeringCRSdeprecatedTypes_xsd.tmp#GeocentricCRScoordinateReferenceSystems_xsd.tmp#GeodeticCRSdeprecatedTypes_xsd.tmp#GeographicCRScoordinateReferenceSystems_xsd.tmp#ImageCRScoordinateReferenceSystems_xsd.tmp#TemporalCRScoordinateReferenceSystems_xsd.tmp#VerticalCRSreferenceSystems_xsd.tmp#AbstractCRS
Type gml:AbstractCRSType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Instance
<gml:AbstractSingleCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
</gml:AbstractSingleCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="AbstractSingleCRS" type="gml:AbstractCRSType" abstract="true" substitutionGroup="gml:AbstractCRS">
  <annotation>
    <documentation>gml:AbstractSingleCRS implements a coordinate reference system consisting of one coordinate system and one datum (as opposed to a Compound CRS).</documentation>
  </annotation>
</element>
Element gml:AbstractGeneralDerivedCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_conversioncoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRSTypecoordinateReferenceSystems_xsd.tmp#DerivedCRScoordinateReferenceSystems_xsd.tmp#ProjectedCRScoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Type gml:AbstractGeneralDerivedCRSType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Model
Children gml:conversion, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Instance
<gml:AbstractGeneralDerivedCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:conversion xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:conversion>
</gml:AbstractGeneralDerivedCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="AbstractGeneralDerivedCRS" type="gml:AbstractGeneralDerivedCRSType" abstract="true" substitutionGroup="gml:AbstractSingleCRS">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
</element>
Element gml:conversion
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:conversion is an association role to the coordinate conversion used to define the derived CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateOperations_xsd.tmp#AbstractGeneralConversioncoordinateOperations_xsd.tmp#GeneralConversionPropertyTypedeprecatedTypes_xsd.tmp#definedByConversion
Type gml:GeneralConversionPropertyType
Properties
content complex
Substitution Group
Used by
Model
Children gml:AbstractGeneralConversion
Instance
<gml:conversion xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractGeneralConversion gml:id="">{1,1}</gml:AbstractGeneralConversion>
</gml:conversion>
Attributes
Source
<element name="conversion" type="gml:GeneralConversionPropertyType">
  <annotation>
    <documentation>gml:conversion is an association role to the coordinate conversion used to define the derived CRS.</documentation>
  </annotation>
</element>
Element gml:CompoundCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:CompundCRS is a coordinate reference system describing the position of points through two or more independent coordinate reference systems. It is associated with a non-repeating sequence of two or more instances of SingleCRS.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateReferenceSystems_xsd.tmp#componentReferenceSystemcoordinateReferenceSystems_xsd.tmp#CompoundCRSTypereferenceSystems_xsd.tmp#AbstractCRS
Type gml:CompoundCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:componentReferenceSystem, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Instance
<gml:CompoundCRS aggregationType="" gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:componentReferenceSystem xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{2,unbounded}</gml:componentReferenceSystem>
</gml:CompoundCRS>
Attributes
QName Type Use Annotation
aggregationType gml:AggregationType optional
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="CompoundCRS" type="gml:CompoundCRSType" substitutionGroup="gml:AbstractCRS">
  <annotation>
    <documentation>gml:CompundCRS is a coordinate reference system describing the position of points through two or more independent coordinate reference systems. It is associated with a non-repeating sequence of two or more instances of SingleCRS.</documentation>
  </annotation>
</element>
Element gml:componentReferenceSystem
Namespace http://www.opengis.net/gml/3.2
Annotations
The gml:componentReferenceSystem elements are an ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. The gml:AggregationAttributeGroup should be used to specify that the gml:componentReferenceSystem properties are ordered.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#AbstractSingleCRScoordinateReferenceSystems_xsd.tmp#SingleCRSPropertyTypedeprecatedTypes_xsd.tmp#includesSingleCRS
Type gml:SingleCRSPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:CompoundCRSType
Model
Children gml:AbstractSingleCRS
Instance
<gml:componentReferenceSystem xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractSingleCRS gml:id="">{1,1}</gml:AbstractSingleCRS>
</gml:componentReferenceSystem>
Attributes
Source
<element name="componentReferenceSystem" type="gml:SingleCRSPropertyType">
  <annotation>
    <documentation>The gml:componentReferenceSystem elements are an ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. The gml:AggregationAttributeGroup should be used to specify that the gml:componentReferenceSystem properties are ordered.</documentation>
  </annotation>
</element>
Element gml:GeodeticCRS
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_ellipsoidalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_sphericalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_geodeticDatumcoordinateReferenceSystems_xsd.tmp#GeodeticCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Type gml:GeodeticCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:cartesianCS, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:ellipsoidalCS, gml:geodeticDatum, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:sphericalCS
Instance
<gml:GeodeticCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:ellipsoidalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:ellipsoidalCS>
  <gml:cartesianCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:cartesianCS>
  <gml:sphericalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:sphericalCS>
  <gml:geodeticDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:geodeticDatum>
</gml:GeodeticCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="GeodeticCRS" type="gml:GeodeticCRSType" substitutionGroup="gml:AbstractSingleCRS"/>
Element gml:ellipsoidalCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:ellipsoidalCS is an association role to the ellipsoidal coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#EllipsoidalCScoordinateSystems_xsd.tmp#EllipsoidalCSPropertyTypedeprecatedTypes_xsd.tmp#usesEllipsoidalCS
Type gml:EllipsoidalCSPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:GeodeticCRSType
Model
Children gml:EllipsoidalCS
Instance
<gml:ellipsoidalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:EllipsoidalCS aggregationType="" gml:id="">{1,1}</gml:EllipsoidalCS>
</gml:ellipsoidalCS>
Attributes
Source
<element name="ellipsoidalCS" type="gml:EllipsoidalCSPropertyType">
  <annotation>
    <documentation>gml:ellipsoidalCS is an association role to the ellipsoidal coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:cartesianCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#CartesianCScoordinateSystems_xsd.tmp#CartesianCSPropertyTypedeprecatedTypes_xsd.tmp#usesCartesianCS
Type gml:CartesianCSPropertyType
Properties
content complex
Substitution Group
Used by
Model
Children gml:CartesianCS
Instance
<gml:cartesianCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:CartesianCS aggregationType="" gml:id="">{1,1}</gml:CartesianCS>
</gml:cartesianCS>
Attributes
Source
<element name="cartesianCS" type="gml:CartesianCSPropertyType">
  <annotation>
    <documentation>gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:sphericalCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:sphericalCS is an association role to the spherical coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#SphericalCScoordinateSystems_xsd.tmp#SphericalCSPropertyTypedeprecatedTypes_xsd.tmp#usesSphericalCS
Type gml:SphericalCSPropertyType
Properties
content complex
Substitution Group
Used by
Model
Children gml:SphericalCS
Instance
<gml:sphericalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:SphericalCS aggregationType="" gml:id="">{1,1}</gml:SphericalCS>
</gml:sphericalCS>
Attributes
Source
<element name="sphericalCS" type="gml:SphericalCSPropertyType">
  <annotation>
    <documentation>gml:sphericalCS is an association role to the spherical coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:geodeticDatum
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:geodeticDatum is an association role to the geodetic datum used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdatums_xsd.tmp#GeodeticDatumdatums_xsd.tmp#GeodeticDatumPropertyTypedeprecatedTypes_xsd.tmp#usesGeodeticDatum
Type gml:GeodeticDatumPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:GeodeticCRSType
Model
Children gml:GeodeticDatum
Instance
<gml:geodeticDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:GeodeticDatum gml:id="">{1,1}</gml:GeodeticDatum>
</gml:geodeticDatum>
Attributes
Source
<element name="geodeticDatum" type="gml:GeodeticDatumPropertyType">
  <annotation>
    <documentation>gml:geodeticDatum is an association role to the geodetic datum used by this CRS.</documentation>
  </annotation>
</element>
Element gml:VerticalCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:VerticalCRS is a 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_verticalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_verticalDatumcoordinateReferenceSystems_xsd.tmp#VerticalCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Type gml:VerticalCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:verticalCS, gml:verticalDatum
Instance
<gml:VerticalCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:verticalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:verticalCS>
  <gml:verticalDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:verticalDatum>
</gml:VerticalCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="VerticalCRS" type="gml:VerticalCRSType" substitutionGroup="gml:AbstractSingleCRS">
  <annotation>
    <documentation>gml:VerticalCRS is a 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system.</documentation>
  </annotation>
</element>
Element gml:verticalCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:verticalCS is an association role to the vertical coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#VerticalCScoordinateSystems_xsd.tmp#VerticalCSPropertyTypedeprecatedTypes_xsd.tmp#usesVerticalCS
Type gml:VerticalCSPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:VerticalCRSType
Model
Children gml:VerticalCS
Instance
<gml:verticalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:VerticalCS aggregationType="" gml:id="">{1,1}</gml:VerticalCS>
</gml:verticalCS>
Attributes
Source
<element name="verticalCS" type="gml:VerticalCSPropertyType">
  <annotation>
    <documentation>gml:verticalCS is an association role to the vertical coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:verticalDatum
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:verticalDatum is an association role to the vertical datum used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdatums_xsd.tmp#VerticalDatumdatums_xsd.tmp#VerticalDatumPropertyTypedeprecatedTypes_xsd.tmp#usesVerticalDatum
Type gml:VerticalDatumPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:VerticalCRSType
Model
Children gml:VerticalDatum
Instance
<gml:verticalDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:VerticalDatum gml:id="">{1,1}</gml:VerticalDatum>
</gml:verticalDatum>
Attributes
Source
<element name="verticalDatum" type="gml:VerticalDatumPropertyType">
  <annotation>
    <documentation>gml:verticalDatum is an association role to the vertical datum used by this CRS.</documentation>
  </annotation>
</element>
Element gml:ProjectedCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:ProjectedCRS is a 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_conversioncoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRSTypecoordinateReferenceSystems_xsd.tmp#baseGeodeticCRSdeprecatedTypes_xsd.tmp#baseGeographicCRScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#ProjectedCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRS
Type gml:ProjectedCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:baseGeodeticCRS, gml:baseGeographicCRS, gml:cartesianCS, gml:conversion, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Instance
<gml:ProjectedCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:conversion xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:conversion>
  <gml:baseGeodeticCRS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:baseGeodeticCRS>
  <gml:baseGeographicCRS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:baseGeographicCRS>
  <gml:cartesianCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:cartesianCS>
</gml:ProjectedCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="ProjectedCRS" type="gml:ProjectedCRSType" substitutionGroup="gml:AbstractGeneralDerivedCRS">
  <annotation>
    <documentation>gml:ProjectedCRS is a 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.</documentation>
  </annotation>
</element>
Element gml:baseGeodeticCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:baseGeodeticCRS is an association role to the geodetic coordinate reference system used by this projected CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#GeodeticCRScoordinateReferenceSystems_xsd.tmp#GeodeticCRSPropertyType
Type gml:GeodeticCRSPropertyType
Properties
content complex
Used by
Complex Type gml:ProjectedCRSType
Model
Children gml:GeodeticCRS
Instance
<gml:baseGeodeticCRS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:GeodeticCRS gml:id="">{1,1}</gml:GeodeticCRS>
</gml:baseGeodeticCRS>
Attributes
Source
<element name="baseGeodeticCRS" type="gml:GeodeticCRSPropertyType">
  <annotation>
    <documentation>gml:baseGeodeticCRS is an association role to the geodetic coordinate reference system used by this projected CRS.</documentation>
  </annotation>
</element>
Element gml:DerivedCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:DerivedCRS is a single coordinate reference system that is defined by its coordinate conversion from another single coordinate reference system known as the base CRS. The base CRS can be a projected coordinate reference system, if this DerivedCRS is used for a georectified grid coverage as described in ISO 19123, Clause 8.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_conversioncoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRSTypecoordinateReferenceSystems_xsd.tmp#baseCRScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_derivedCRSTypecoordinateReferenceSystems_xsd.tmp#coordinateSystemcoordinateReferenceSystems_xsd.tmp#DerivedCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRS
Type gml:DerivedCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:baseCRS, gml:conversion, gml:coordinateSystem, gml:derivedCRSType, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Instance
<gml:DerivedCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:conversion xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:conversion>
  <gml:baseCRS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:baseCRS>
  <gml:derivedCRSType codeSpace="">{1,1}</gml:derivedCRSType>
  <gml:coordinateSystem xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:coordinateSystem>
</gml:DerivedCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="DerivedCRS" type="gml:DerivedCRSType" substitutionGroup="gml:AbstractGeneralDerivedCRS">
  <annotation>
    <documentation>gml:DerivedCRS is a single coordinate reference system that is defined by its coordinate conversion from another single coordinate reference system known as the base CRS. The base CRS can be a projected coordinate reference system, if this DerivedCRS is used for a georectified grid coverage as described in ISO 19123, Clause 8.</documentation>
  </annotation>
</element>
Element gml:baseCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:baseCRS is an association role to the coordinate reference system used by this derived CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#AbstractSingleCRScoordinateReferenceSystems_xsd.tmp#SingleCRSPropertyType
Type gml:SingleCRSPropertyType
Properties
content complex
Used by
Complex Type gml:DerivedCRSType
Model
Children gml:AbstractSingleCRS
Instance
<gml:baseCRS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractSingleCRS gml:id="">{1,1}</gml:AbstractSingleCRS>
</gml:baseCRS>
Attributes
Source
<element name="baseCRS" type="gml:SingleCRSPropertyType">
  <annotation>
    <documentation>gml:baseCRS is an association role to the coordinate reference system used by this derived CRS.</documentation>
  </annotation>
</element>
Element gml:derivedCRSType
Namespace http://www.opengis.net/gml/3.2
Annotations
The gml:derivedCRSType property describes the type of a derived coordinate reference system. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeTypebasicTypes_xsd.tmp#CodeWithAuthorityType_codeSpacebasicTypes_xsd.tmp#CodeWithAuthorityType
Type gml:CodeWithAuthorityType
Type hierarchy
Properties
content complex
Used by
Complex Type gml:DerivedCRSType
Attributes
QName Type Use
codeSpace anyURI required
Source
<element name="derivedCRSType" type="gml:CodeWithAuthorityType">
  <annotation>
    <documentation>The gml:derivedCRSType property describes the type of a derived coordinate reference system. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.</documentation>
  </annotation>
</element>
Element gml:coordinateSystem
Namespace http://www.opengis.net/gml/3.2
Annotations
An association role to the coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#AbstractCoordinateSystemcoordinateSystems_xsd.tmp#CoordinateSystemPropertyTypedeprecatedTypes_xsd.tmp#usesCS
Type gml:CoordinateSystemPropertyType
Properties
content complex
Substitution Group
Used by
Model
Children gml:AbstractCoordinateSystem
Instance
<gml:coordinateSystem xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractCoordinateSystem aggregationType="" gml:id="">{1,1}</gml:AbstractCoordinateSystem>
</gml:coordinateSystem>
Attributes
Source
<element name="coordinateSystem" type="gml:CoordinateSystemPropertyType">
  <annotation>
    <documentation>An association role to the coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:EngineeringCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:EngineeringCRS is a contextually local coordinate reference system which can be divided into two broad categories:
-	earth-fixed systems applied to engineering activities on or near the surface of the earth;
-	CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft, see ISO 19111 8.3.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_affineCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cylindricalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_linearCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_polarCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_sphericalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_userDefinedCScoordinateReferenceSystems_xsd.tmp#coordinateSystemcoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_engineeringDatumcoordinateReferenceSystems_xsd.tmp#EngineeringCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Type gml:EngineeringCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:affineCS, gml:cartesianCS, gml:coordinateSystem, gml:cylindricalCS, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:engineeringDatum, gml:identifier, gml:linearCS, gml:metaDataProperty, gml:name, gml:polarCS, gml:remarks, gml:scope, gml:sphericalCS, gml:userDefinedCS
Instance
<gml:EngineeringCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:affineCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:affineCS>
  <gml:cartesianCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:cartesianCS>
  <gml:cylindricalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:cylindricalCS>
  <gml:linearCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:linearCS>
  <gml:polarCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:polarCS>
  <gml:sphericalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:sphericalCS>
  <gml:userDefinedCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:userDefinedCS>
  <gml:coordinateSystem xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:coordinateSystem>
  <gml:engineeringDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:engineeringDatum>
</gml:EngineeringCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="EngineeringCRS" type="gml:EngineeringCRSType" substitutionGroup="gml:AbstractSingleCRS">
  <annotation>
    <documentation>gml:EngineeringCRS is a contextually local coordinate reference system which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft, see ISO 19111 8.3.</documentation>
  </annotation>
</element>
Element gml:affineCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:affineCS is an association role to the affine coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#AffineCScoordinateSystems_xsd.tmp#AffineCSPropertyTypedeprecatedTypes_xsd.tmp#usesAffineCS
Type gml:AffineCSPropertyType
Properties
content complex
Substitution Group
Used by
Model
Children gml:AffineCS
Instance
<gml:affineCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AffineCS aggregationType="" gml:id="">{1,1}</gml:AffineCS>
</gml:affineCS>
Attributes
Source
<element name="affineCS" type="gml:AffineCSPropertyType">
  <annotation>
    <documentation>gml:affineCS is an association role to the affine coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:cylindricalCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:cylindricalCS is an association role to the cylindrical coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#CylindricalCScoordinateSystems_xsd.tmp#CylindricalCSPropertyType
Type gml:CylindricalCSPropertyType
Properties
content complex
Used by
Complex Type gml:EngineeringCRSType
Model
Children gml:CylindricalCS
Instance
<gml:cylindricalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:CylindricalCS aggregationType="" gml:id="">{1,1}</gml:CylindricalCS>
</gml:cylindricalCS>
Attributes
Source
<element name="cylindricalCS" type="gml:CylindricalCSPropertyType">
  <annotation>
    <documentation>gml:cylindricalCS is an association role to the cylindrical coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:linearCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:linearCS is an association role to the linear coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#LinearCScoordinateSystems_xsd.tmp#LinearCSPropertyType
Type gml:LinearCSPropertyType
Properties
content complex
Used by
Complex Type gml:EngineeringCRSType
Model
Children gml:LinearCS
Instance
<gml:linearCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:LinearCS aggregationType="" gml:id="">{1,1}</gml:LinearCS>
</gml:linearCS>
Attributes
Source
<element name="linearCS" type="gml:LinearCSPropertyType">
  <annotation>
    <documentation>gml:linearCS is an association role to the linear coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:polarCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:polarCS is an association role to the polar coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#PolarCScoordinateSystems_xsd.tmp#PolarCSPropertyType
Type gml:PolarCSPropertyType
Properties
content complex
Used by
Complex Type gml:EngineeringCRSType
Model
Children gml:PolarCS
Instance
<gml:polarCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:PolarCS aggregationType="" gml:id="">{1,1}</gml:PolarCS>
</gml:polarCS>
Attributes
Source
<element name="polarCS" type="gml:PolarCSPropertyType">
  <annotation>
    <documentation>gml:polarCS is an association role to the polar coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:userDefinedCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:userDefinedCS is an association role to the user defined coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#UserDefinedCScoordinateSystems_xsd.tmp#UserDefinedCSPropertyType
Type gml:UserDefinedCSPropertyType
Properties
content complex
Used by
Complex Type gml:EngineeringCRSType
Model
Children gml:UserDefinedCS
Instance
<gml:userDefinedCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:UserDefinedCS aggregationType="" gml:id="">{1,1}</gml:UserDefinedCS>
</gml:userDefinedCS>
Attributes
Source
<element name="userDefinedCS" type="gml:UserDefinedCSPropertyType">
  <annotation>
    <documentation>gml:userDefinedCS is an association role to the user defined coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:engineeringDatum
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:engineeringDatum is an association role to the engineering datum used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdatums_xsd.tmp#EngineeringDatumdatums_xsd.tmp#EngineeringDatumPropertyTypedeprecatedTypes_xsd.tmp#usesEngineeringDatum
Type gml:EngineeringDatumPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:EngineeringCRSType
Model
Children gml:EngineeringDatum
Instance
<gml:engineeringDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:EngineeringDatum gml:id="">{1,1}</gml:EngineeringDatum>
</gml:engineeringDatum>
Attributes
Source
<element name="engineeringDatum" type="gml:EngineeringDatumPropertyType">
  <annotation>
    <documentation>gml:engineeringDatum is an association role to the engineering datum used by this CRS.</documentation>
  </annotation>
</element>
Element gml:ImageCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:ImageCRS is an engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because the definition of the associated image datum contains two attributes not relevant to other engineering datums.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_affineCSdeprecatedTypes_xsd.tmp#usesObliqueCartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_imageDatumcoordinateReferenceSystems_xsd.tmp#ImageCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Type gml:ImageCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:affineCS, gml:cartesianCS, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:imageDatum, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:usesObliqueCartesianCS
Instance
<gml:ImageCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:cartesianCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:cartesianCS>
  <gml:affineCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:affineCS>
  <gml:usesObliqueCartesianCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:usesObliqueCartesianCS>
  <gml:imageDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:imageDatum>
</gml:ImageCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="ImageCRS" type="gml:ImageCRSType" substitutionGroup="gml:AbstractSingleCRS">
  <annotation>
    <documentation>gml:ImageCRS is an engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because the definition of the associated image datum contains two attributes not relevant to other engineering datums.</documentation>
  </annotation>
</element>
Element gml:imageDatum
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:imageDatum is an association role to the image datum used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdatums_xsd.tmp#ImageDatumdatums_xsd.tmp#ImageDatumPropertyTypedeprecatedTypes_xsd.tmp#usesImageDatum
Type gml:ImageDatumPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:ImageCRSType
Model
Children gml:ImageDatum
Instance
<gml:imageDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:ImageDatum gml:id="">{1,1}</gml:ImageDatum>
</gml:imageDatum>
Attributes
Source
<element name="imageDatum" type="gml:ImageDatumPropertyType">
  <annotation>
    <documentation>gml:imageDatum is an association role to the image datum used by this CRS.</documentation>
  </annotation>
</element>
Element gml:TemporalCRS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:TemporalCRS is a 1D coordinate reference system used for the recording of time.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_timeCSdeprecatedTypes_xsd.tmp#usesTemporalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_temporalDatumcoordinateReferenceSystems_xsd.tmp#TemporalCRSTypecoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Type gml:TemporalCRSType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:temporalDatum, gml:timeCS, gml:usesTemporalCS
Instance
<gml:TemporalCRS gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:domainOfValidity>
  <gml:scope>{1,unbounded}</gml:scope>
  <gml:timeCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:timeCS>
  <gml:usesTemporalCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:usesTemporalCS>
  <gml:temporalDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:temporalDatum>
</gml:TemporalCRS>
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TemporalCRS" type="gml:TemporalCRSType" substitutionGroup="gml:AbstractSingleCRS">
  <annotation>
    <documentation>gml:TemporalCRS is a 1D coordinate reference system used for the recording of time.</documentation>
  </annotation>
</element>
Element gml:timeCS
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:timeCS is an association role to the time coordinate system used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#TimeCScoordinateSystems_xsd.tmp#TimeCSPropertyTypedeprecatedTypes_xsd.tmp#usesTimeCS
Type gml:TimeCSPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:TemporalCRSType
Model
Children gml:TimeCS
Instance
<gml:timeCS xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeCS aggregationType="" gml:id="">{1,1}</gml:TimeCS>
</gml:timeCS>
Attributes
Source
<element name="timeCS" type="gml:TimeCSPropertyType">
  <annotation>
    <documentation>gml:timeCS is an association role to the time coordinate system used by this CRS.</documentation>
  </annotation>
</element>
Element gml:temporalDatum
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:temporalDatum is an association role to the temporal datum used by this CRS.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdatums_xsd.tmp#TemporalDatumdatums_xsd.tmp#TemporalDatumPropertyTypedeprecatedTypes_xsd.tmp#usesTemporalDatum
Type gml:TemporalDatumPropertyType
Properties
content complex
Substitution Group
Used by
Complex Type gml:TemporalCRSType
Model
Children gml:TemporalDatum
Instance
<gml:temporalDatum xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TemporalDatum gml:id="">{1,1}</gml:TemporalDatum>
</gml:temporalDatum>
Attributes
Source
<element name="temporalDatum" type="gml:TemporalDatumPropertyType">
  <annotation>
    <documentation>gml:temporalDatum is an association role to the temporal datum used by this CRS.</documentation>
  </annotation>
</element>
Complex Type gml:SingleCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#AbstractSingleCRS
Used by
Model
Children gml:AbstractSingleCRS
Attributes
Source
<complexType name="SingleCRSPropertyType">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:AbstractSingleCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:AbstractGeneralDerivedCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_conversion
Type extension of gml:AbstractCRSType
Type hierarchy
Properties
abstract true
Used by
Model
Children gml:conversion, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="AbstractGeneralDerivedCRSType" abstract="true">
  <complexContent>
    <extension base="gml:AbstractCRSType">
      <sequence>
        <element ref="gml:conversion"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:CompoundCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateReferenceSystems_xsd.tmp#componentReferenceSystem
Type extension of gml:AbstractCRSType
Type hierarchy
Used by
Element gml:CompoundCRS
Model
Children gml:componentReferenceSystem, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Attributes
QName Type Use Annotation
aggregationType gml:AggregationType optional
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="CompoundCRSType">
  <complexContent>
    <extension base="gml:AbstractCRSType">
      <sequence>
        <element ref="gml:componentReferenceSystem" minOccurs="2" maxOccurs="unbounded"/>
      </sequence>
      <attributeGroup ref="gml:AggregationAttributeGroup"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:CompoundCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:CompoundCRSPropertyType is a property type for association roles to a compound coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#CompoundCRS
Used by
Model
Children gml:CompoundCRS
Attributes
Source
<complexType name="CompoundCRSPropertyType">
  <annotation>
    <documentation>gml:CompoundCRSPropertyType is a property type for association roles to a compound coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CompoundCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:GeodeticCRSType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:GeodeticCRS is a coordinate reference system based on a geodetic datum.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_ellipsoidalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_sphericalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_geodeticDatum
Type extension of gml:AbstractCRSType
Type hierarchy
Used by
Element gml:GeodeticCRS
Model
Children gml:cartesianCS, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:ellipsoidalCS, gml:geodeticDatum, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:sphericalCS
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<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>
Complex Type gml:GeodeticCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:GeodeticCRSPropertyType is a property type for association roles to a geodetic coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#GeodeticCRS
Used by
Model
Children gml:GeodeticCRS
Attributes
Source
<complexType name="GeodeticCRSPropertyType">
  <annotation>
    <documentation>gml:GeodeticCRSPropertyType is a property type for association roles to a geodetic coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:GeodeticCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:VerticalCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_verticalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_verticalDatum
Type extension of gml:AbstractCRSType
Type hierarchy
Used by
Element gml:VerticalCRS
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:verticalCS, gml:verticalDatum
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="VerticalCRSType">
  <complexContent>
    <extension base="gml:AbstractCRSType">
      <sequence>
        <element ref="gml:verticalCS"/>
        <element ref="gml:verticalDatum"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:VerticalCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:VerticalCRSPropertyType is a property type for association roles to a vertical coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#VerticalCRS
Used by
Model
Children gml:VerticalCRS
Attributes
Source
<complexType name="VerticalCRSPropertyType">
  <annotation>
    <documentation>gml:VerticalCRSPropertyType is a property type for association roles to a vertical coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:VerticalCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:ProjectedCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_conversioncoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRSTypecoordinateReferenceSystems_xsd.tmp#baseGeodeticCRSdeprecatedTypes_xsd.tmp#baseGeographicCRScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCS
Type extension of gml:AbstractGeneralDerivedCRSType
Type hierarchy
Used by
Model
Children gml:baseGeodeticCRS, gml:baseGeographicCRS, gml:cartesianCS, gml:conversion, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="ProjectedCRSType">
  <complexContent>
    <extension base="gml:AbstractGeneralDerivedCRSType">
      <sequence>
        <choice>
          <element ref="gml:baseGeodeticCRS"/>
          <element ref="gml:baseGeographicCRS"/>
        </choice>
        <element ref="gml:cartesianCS"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:ProjectedCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:ProjectedCRSPropertyType is a property type for association roles to a projected coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#ProjectedCRS
Used by
Model
Children gml:ProjectedCRS
Attributes
Source
<complexType name="ProjectedCRSPropertyType">
  <annotation>
    <documentation>gml:ProjectedCRSPropertyType is a property type for association roles to a projected coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:ProjectedCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:DerivedCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_conversioncoordinateReferenceSystems_xsd.tmp#AbstractGeneralDerivedCRSTypecoordinateReferenceSystems_xsd.tmp#baseCRScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_derivedCRSTypecoordinateReferenceSystems_xsd.tmp#coordinateSystem
Type extension of gml:AbstractGeneralDerivedCRSType
Type hierarchy
Used by
Element gml:DerivedCRS
Model
Children gml:baseCRS, gml:conversion, gml:coordinateSystem, gml:derivedCRSType, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="DerivedCRSType">
  <complexContent>
    <extension base="gml:AbstractGeneralDerivedCRSType">
      <sequence>
        <element ref="gml:baseCRS"/>
        <element ref="gml:derivedCRSType"/>
        <element ref="gml:coordinateSystem"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:DerivedCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:DerivedCRSPropertyType is a property type for association roles to a non-projected derived coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#DerivedCRS
Used by
Model
Children gml:DerivedCRS
Attributes
Source
<complexType name="DerivedCRSPropertyType">
  <annotation>
    <documentation>gml:DerivedCRSPropertyType is a property type for association roles to a non-projected derived coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:DerivedCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:EngineeringCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_affineCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cylindricalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_linearCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_polarCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_sphericalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_userDefinedCScoordinateReferenceSystems_xsd.tmp#coordinateSystemcoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_engineeringDatum
Type extension of gml:AbstractCRSType
Type hierarchy
Used by
Model
Children gml:affineCS, gml:cartesianCS, gml:coordinateSystem, gml:cylindricalCS, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:engineeringDatum, gml:identifier, gml:linearCS, gml:metaDataProperty, gml:name, gml:polarCS, gml:remarks, gml:scope, gml:sphericalCS, gml:userDefinedCS
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="EngineeringCRSType">
  <complexContent>
    <extension base="gml:AbstractCRSType">
      <sequence>
        <choice>
          <element ref="gml:affineCS"/>
          <element ref="gml:cartesianCS"/>
          <element ref="gml:cylindricalCS"/>
          <element ref="gml:linearCS"/>
          <element ref="gml:polarCS"/>
          <element ref="gml:sphericalCS"/>
          <element ref="gml:userDefinedCS"/>
          <element ref="gml:coordinateSystem">
            <annotation>
              <appinfo>deprecated</appinfo>
            </annotation>
          </element>
        </choice>
        <element ref="gml:engineeringDatum"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:EngineeringCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:EngineeringCRSPropertyType is a property type for association roles to an engineering coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#EngineeringCRS
Used by
Model
Children gml:EngineeringCRS
Attributes
Source
<complexType name="EngineeringCRSPropertyType">
  <annotation>
    <documentation>gml:EngineeringCRSPropertyType is a property type for association roles to an engineering coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:EngineeringCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:ImageCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_cartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_affineCSdeprecatedTypes_xsd.tmp#usesObliqueCartesianCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_imageDatum
Type extension of gml:AbstractCRSType
Type hierarchy
Used by
Element gml:ImageCRS
Model
Children gml:affineCS, gml:cartesianCS, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:imageDatum, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:usesObliqueCartesianCS
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="ImageCRSType">
  <complexContent>
    <extension base="gml:AbstractCRSType">
      <sequence>
        <choice>
          <element ref="gml:cartesianCS"/>
          <element ref="gml:affineCS"/>
          <element ref="gml:usesObliqueCartesianCS"/>
        </choice>
        <element ref="gml:imageDatum"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:ImageCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:ImageCRSPropertyType is a property type for association roles to an image coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#ImageCRS
Used by
Element gml:imageCRSRef
Model
Children gml:ImageCRS
Attributes
Source
<complexType name="ImageCRSPropertyType">
  <annotation>
    <documentation>gml:ImageCRSPropertyType is a property type for association roles to an image coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:ImageCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TemporalCRSType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypereferenceSystems_xsd.tmp#IdentifiedObjectTypereferenceSystems_xsd.tmp#domainOfValidityreferenceSystems_xsd.tmp#scopereferenceSystems_xsd.tmp#AbstractCRSTypecoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_timeCSdeprecatedTypes_xsd.tmp#usesTemporalCScoordinateReferenceSystems_xsd.tmp#http___www.opengis.net_gml_3.2_temporalDatum
Type extension of gml:AbstractCRSType
Type hierarchy
Used by
Element gml:TemporalCRS
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks, gml:scope, gml:temporalDatum, gml:timeCS, gml:usesTemporalCS
Attributes
QName Type Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TemporalCRSType">
  <complexContent>
    <extension base="gml:AbstractCRSType">
      <sequence>
        <choice>
          <element ref="gml:timeCS"/>
          <element ref="gml:usesTemporalCS"/>
        </choice>
        <element ref="gml:temporalDatum"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TemporalCRSPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:TemporalCRSPropertyType is a property type for association roles to a temporal coordinate reference system, either referencing or containing the definition of that reference system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateReferenceSystems_xsd.tmp#TemporalCRS
Used by
Model
Children gml:TemporalCRS
Attributes
Source
<complexType name="TemporalCRSPropertyType">
  <annotation>
    <documentation>gml:TemporalCRSPropertyType is a property type for association roles to a temporal coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TemporalCRS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>