See ISO/DIS 19136 13.5The datums schema components can be divided into three logical parts, which define elements and types for XML encoding of the definitions of:- Abstract datum- Geodetic datums, including ellipsoid and prime meridian- Multiple other concrete types of spatial or temporal datumsThese schema components encode the Datum packages of the UML Models of ISO 19111 Clause 10 and ISO/DIS 19136 D.3.10.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:GeodeticDatum
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:GeodeticDatum is a geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere), or of a Cartesian coordinate system centered in this ellipsoid (or sphere).
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="GeodeticDatum" type="gml:GeodeticDatumType" substitutionGroup="gml:AbstractDatum"><annotation><documentation>gml:GeodeticDatum is a geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere), or of a Cartesian coordinate system centered in this ellipsoid (or sphere).</documentation></annotation></element>
Element gml:anchorDefinition
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:anchorDefinition is a description, possibly including coordinates, of the definition used to anchor the datum to the Earth. Also known as the "origin", especially for engineering and image datums. The codeSpace attribute may be used to reference a source of more detailed on this point or surface, or on a set of such descriptions.- For a geodetic datum, this point is also known as the fundamental point, which is traditionally the point where the relationship between geoid and ellipsoid is defined. In some cases, the "fundamental point" may consist of a number of points. In those cases, the parameters defining the geoid/ellipsoid relationship have been averaged for these points, and the averages adopted as the datum definition.- For an engineering datum, the anchor definition may be a physical point, or it may be a point with defined coordinates in another CRS.may- For an image datum, the anchor definition is usually either the centre of the image or the corner of the image.- For a temporal datum, this attribute is not defined. Instead of the anchor definition, a temporal datum carries a separate time origin of type DateTime.
<element name="anchorDefinition" type="gml:CodeType"><annotation><documentation>gml:anchorDefinition is a description, possibly including coordinates, of the definition used to anchor the datum to the Earth. Also known as the "origin", especially for engineering and image datums. The codeSpace attribute may be used to reference a source of more detailed on this point or surface, or on a set of such descriptions. - For a geodetic datum, this point is also known as the fundamental point, which is traditionally the point where the relationship between geoid and ellipsoid is defined. In some cases, the "fundamental point" may consist of a number of points. In those cases, the parameters defining the geoid/ellipsoid relationship have been averaged for these points, and the averages adopted as the datum definition. - For an engineering datum, the anchor definition may be a physical point, or it may be a point with defined coordinates in another CRS.may - For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. - For a temporal datum, this attribute is not defined. Instead of the anchor definition, a temporal datum carries a separate time origin of type DateTime.</documentation></annotation></element>
Element gml:realizationEpoch
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:realizationEpoch is the time after which this datum definition is valid. See ISO 19111 Table 32 for details.
<element name="realizationEpoch" type="date"><annotation><documentation>gml:realizationEpoch is the time after which this datum definition is valid. See ISO 19111 Table 32 for details.</documentation></annotation></element>
Element gml:primeMeridian
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.
<element name="primeMeridian" type="gml:PrimeMeridianPropertyType"><annotation><documentation>gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.</documentation></annotation></element>
Element gml:PrimeMeridian
Namespace
http://www.opengis.net/gml/3.2
Annotations
A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".
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="PrimeMeridian" type="gml:PrimeMeridianType" substitutionGroup="gml:Definition"><annotation><documentation>A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".</documentation></annotation></element>
Element gml:greenwichLongitude
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian "name" is "Greenwich" then the value of greenwichLongitude shall be 0 degrees.
<element name="greenwichLongitude" type="gml:AngleType"><annotation><documentation>gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian "name" is "Greenwich" then the value of greenwichLongitude shall be 0 degrees.</documentation></annotation></element>
Element gml:ellipsoid
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.
<element name="ellipsoid" type="gml:EllipsoidPropertyType"><annotation><documentation>gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.</documentation></annotation></element>
Element gml:Ellipsoid
Namespace
http://www.opengis.net/gml/3.2
Annotations
A gml:Ellipsoid is a geometric figure that may be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about its minor axis.
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="Ellipsoid" type="gml:EllipsoidType" substitutionGroup="gml:Definition"><annotation><documentation>A gml:Ellipsoid is a geometric figure that may be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about its minor axis.</documentation></annotation></element>
Element gml:semiMajorAxis
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:semiMajorAxis specifies the length of the semi-major axis of the ellipsoid, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.
<element name="semiMajorAxis" type="gml:MeasureType"><annotation><documentation>gml:semiMajorAxis specifies the length of the semi-major axis of the ellipsoid, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.</documentation></annotation></element>
Element gml:secondDefiningParameter
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:secondDefiningParameter is a property containing the definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.The inverseFlattening element contains the inverse flattening value of the ellipsoid. This value is a scale factor (or ratio). It uses gml:LengthType with the restriction that the unit of measure referenced by the uom attribute must be suitable for a scale factor, such as percent, permil, or parts-per-million.The semiMinorAxis element contains the length of the semi-minor axis of the ellipsoid. When the isSphere element is included, the ellipsoid is degenerate and is actually a sphere. The sphere is completely defined by the semi-major axis, which is the radius of the sphere.
<element name="secondDefiningParameter"><annotation><documentation>gml:secondDefiningParameter is a property containing the definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere. The inverseFlattening element contains the inverse flattening value of the ellipsoid. This value is a scale factor (or ratio). It uses gml:LengthType with the restriction that the unit of measure referenced by the uom attribute must be suitable for a scale factor, such as percent, permil, or parts-per-million. The semiMinorAxis element contains the length of the semi-minor axis of the ellipsoid. When the isSphere element is included, the ellipsoid is degenerate and is actually a sphere. The sphere is completely defined by the semi-major axis, which is the radius of the sphere.</documentation></annotation><complexType><sequence><element ref="gml:SecondDefiningParameter"/></sequence></complexType></element>
gml:VerticalDatum is a textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this International Standard.
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="VerticalDatum" type="gml:VerticalDatumType" substitutionGroup="gml:AbstractDatum"><annotation><documentation>gml:VerticalDatum is a textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this International Standard.</documentation></annotation></element>
Element gml:EngineeringDatum
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:EngineeringDatum defines the origin of an engineering coordinate reference system, and is used in a region around that origin. This origin may be fixed with respect to the earth (such as a defined point at a construction site), or be a defined point on a moving vehicle (such as on a ship or satellite).
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="EngineeringDatum" type="gml:EngineeringDatumType" substitutionGroup="gml:AbstractDatum"><annotation><documentation>gml:EngineeringDatum defines the origin of an engineering coordinate reference system, and is used in a region around that origin. This origin may be fixed with respect to the earth (such as a defined point at a construction site), or be a defined point on a moving vehicle (such as on a ship or satellite).</documentation></annotation></element>
Element gml:ImageDatum
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:ImageDatum defines the origin of an image coordinate reference system, and is used in a local context only. For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. For more information, see ISO 19111 B.3.5.
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="ImageDatum" type="gml:ImageDatumType" substitutionGroup="gml:AbstractDatum"><annotation><documentation>gml:ImageDatum defines the origin of an image coordinate reference system, and is used in a local context only. For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. For more information, see ISO 19111 B.3.5.</documentation></annotation></element>
Element gml:pixelInCell
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:pixelInCell is a specification of the way an image grid is associated with the image data attributes. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
<element name="pixelInCell" type="gml:CodeWithAuthorityType"><annotation><documentation>gml:pixelInCell is a specification of the way an image grid is associated with the image data attributes. 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:TemporalDatum
Namespace
http://www.opengis.net/gml/3.2
Annotations
A gml:TemporalDatum defines the origin of a Temporal Reference System. This type omits the "anchorDefinition" and "realizationEpoch" elements and adds the "origin" element with the dateTime type.
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="TemporalDatum" type="gml:TemporalDatumType" substitutionGroup="gml:AbstractDatum"><annotation><documentation>A gml:TemporalDatum defines the origin of a Temporal Reference System. This type omits the "anchorDefinition" and "realizationEpoch" elements and adds the "origin" element with the dateTime type.</documentation></annotation></element>
Element gml:origin
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:origin is the date and time origin of this temporal datum.
<element name="origin" type="dateTime"><annotation><documentation>gml:origin is the date and time origin of this temporal datum.</documentation></annotation></element>
Element gml:AbstractDatum
Namespace
http://www.opengis.net/gml/3.2
Annotations
A gml:AbstractDatum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin of the coordinate reference system. Each datum subtype may be associated with only specific types of coordinate systems. 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.
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="AbstractDatum" type="gml:AbstractDatumType" abstract="true" substitutionGroup="gml:Definition"><annotation><documentation>A gml:AbstractDatum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin of the coordinate reference system. Each datum subtype may be associated with only specific types of coordinate systems. 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>
Complex Type gml:GeodeticDatumPropertyType
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:GeodeticDatumPropertyType is a property type for association roles to a geodetic datum, either referencing or containing the definition of that datum.
<complexType name="GeodeticDatumPropertyType"><annotation><documentation>gml:GeodeticDatumPropertyType is a property type for association roles to a geodetic datum, either referencing or containing the definition of that datum.</documentation></annotation><sequence minOccurs="0"><element ref="gml:GeodeticDatum"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
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.
gml:PrimeMeridianPropertyType is a property type for association roles to a prime meridian, either referencing or containing the definition of that meridian.
<complexType name="PrimeMeridianPropertyType"><annotation><documentation>gml:PrimeMeridianPropertyType is a property type for association roles to a prime meridian, either referencing or containing the definition of that meridian.</documentation></annotation><sequence minOccurs="0"><element ref="gml:PrimeMeridian"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
<complexType name="EllipsoidPropertyType"><annotation><documentation>gml:EllipsoidPropertyType is a property type for association roles to an ellipsoid, either referencing or containing the definition of that ellipsoid.</documentation></annotation><sequence minOccurs="0"><element ref="gml:Ellipsoid"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
gml:VerticalDatumPropertyType is property type for association roles to a vertical datum, either referencing or containing the definition of that datum.
<complexType name="VerticalDatumPropertyType"><annotation><documentation>gml:VerticalDatumPropertyType is property type for association roles to a vertical datum, either referencing or containing the definition of that datum.</documentation></annotation><sequence minOccurs="0"><element ref="gml:VerticalDatum"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
gml:EngineeringDatumPropertyType is a property type for association roles to an engineering datum, either referencing or containing the definition of that datum.
<complexType name="EngineeringDatumPropertyType"><annotation><documentation>gml:EngineeringDatumPropertyType is a property type for association roles to an engineering datum, either referencing or containing the definition of that datum.</documentation></annotation><sequence minOccurs="0"><element ref="gml:EngineeringDatum"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
<complexType name="ImageDatumPropertyType"><annotation><documentation>gml:ImageDatumPropertyType is a property type for association roles to an image datum, either referencing or containing the definition of that datum.</documentation></annotation><sequence minOccurs="0"><element ref="gml:ImageDatum"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
gml:TemporalDatumPropertyType is a property type for association roles to a temporal datum, either referencing or containing the definition of that datum.
<complexType name="TemporalDatumPropertyType"><annotation><documentation>gml:TemporalDatumPropertyType is a property type for association roles to a temporal datum, either referencing or containing the definition of that datum.</documentation></annotation><sequence minOccurs="0"><element ref="gml:TemporalDatum"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>
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.
The TemporalDatumBaseType partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorDefinition" and "realizationEpoch" elements.
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="TemporalDatumBaseType" abstract="true"><annotation><documentation>The TemporalDatumBaseType partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorDefinition" and "realizationEpoch" elements.</documentation></annotation><complexContent><restriction base="gml:AbstractDatumType"><sequence><element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/><element ref="gml:description" minOccurs="0"/><element ref="gml:descriptionReference" minOccurs="0"/><element ref="gml:identifier"/><element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/><element ref="gml:remarks" minOccurs="0"/><element ref="gml:domainOfValidity" minOccurs="0"/><element ref="gml:scope" maxOccurs="unbounded"/></sequence><attribute ref="gml:id" use="required"/></restriction></complexContent></complexType>
Complex Type gml:DatumPropertyType
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:DatumPropertyType is a property type for association roles to a datum, either referencing or containing the definition of that datum.
<complexType name="DatumPropertyType"><annotation><documentation>gml:DatumPropertyType is a property type for association roles to a datum, either referencing or containing the definition of that datum.</documentation></annotation><sequence minOccurs="0"><element ref="gml:AbstractDatum"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/></complexType>