Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema coordinateSystems.xsd
Namespacehttp://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 13.4.
The coordinate systems schema components can be divded into  three logical parts, which define elements and types for XML encoding of the definitions of:
-	Coordinate system axes
-	Abstract coordinate system
-	Multiple concrete types of spatial-temporal coordinate systems
These schema components encode the Coordinate System packages of the UML Models of ISO 19111 Clause 9 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 defaultunqualified
element form defaultqualified
version3.2.2
Element gml:EllipsoidalCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:EllipsoidalCS is a two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. An EllipsoidalCS shall have two or three gml:axis property elements; the number of associations shall equal the dimension of the CS.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#EllipsoidalCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:EllipsoidalCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:EllipsoidalCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:EllipsoidalCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="EllipsoidalCS" type="gml:EllipsoidalCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:EllipsoidalCS is a two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. An EllipsoidalCS shall have two or three gml:axis property elements; the number of associations shall equal the dimension of the CS.</documentation>
  </annotation>
</element>
Element gml:axis
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The gml:axis property is an association role (ordered sequence) to the coordinate system axes included in this coordinate system. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. The gml:AggregationAttributeGroup should be used to specify that the axis objects are ordered.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#CoordinateSystemAxiscoordinateSystems_xsd.tmp#CoordinateSystemAxisPropertyTypedeprecatedTypes_xsd.tmp#usesAxis
Typegml:CoordinateSystemAxisPropertyType
Properties
contentcomplex
Substitution Group
Used by
Model
Childrengml:CoordinateSystemAxis
Instance
<gml:axis 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:CoordinateSystemAxis gml:id="" uom="">{1,1}</gml:CoordinateSystemAxis>
</gml:axis>
Attributes
Source
<element name="axis" type="gml:CoordinateSystemAxisPropertyType">
  <annotation>
    <documentation>The gml:axis property is an association role (ordered sequence) to the coordinate system axes included in this coordinate system. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. The gml:AggregationAttributeGroup should be used to specify that the axis objects are ordered.</documentation>
  </annotation>
</element>
Element gml:CoordinateSystemAxis
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CoordinateSystemAxis is a definition of a coordinate system axis.
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#IdentifiedObjectTypecoordinateSystems_xsd.tmp#CoordinateSystemAxisType_uomcoordinateSystems_xsd.tmp#axisAbbrevcoordinateSystems_xsd.tmp#http___www.opengis.net_gml_3.2_axisDirectioncoordinateSystems_xsd.tmp#minimumValuecoordinateSystems_xsd.tmp#maximumValuecoordinateSystems_xsd.tmp#rangeMeaningcoordinateSystems_xsd.tmp#CoordinateSystemAxisTypedictionary_xsd.tmp#Definition
Typegml:CoordinateSystemAxisType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axisAbbrev, gml:axisDirection, gml:description, gml:descriptionReference, gml:identifier, gml:maximumValue, gml:metaDataProperty, gml:minimumValue, gml:name, gml:rangeMeaning, gml:remarks
Instance
<gml:CoordinateSystemAxis gml:id="" uom="" 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:axisAbbrev codeSpace="">{1,1}</gml:axisAbbrev>
  <gml:axisDirection codeSpace="">{1,1}</gml:axisDirection>
  <gml:minimumValue>{0,1}</gml:minimumValue>
  <gml:maximumValue>{0,1}</gml:maximumValue>
  <gml:rangeMeaning codeSpace="">{0,1}</gml:rangeMeaning>
</gml:CoordinateSystemAxis>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
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.
uomgml:UomIdentifierrequired
The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.
Source
<element name="CoordinateSystemAxis" type="gml:CoordinateSystemAxisType" substitutionGroup="gml:Definition">
  <annotation>
    <documentation>gml:CoordinateSystemAxis is a definition of a coordinate system axis.</documentation>
  </annotation>
</element>
Element gml:axisAbbrev
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeType
Typegml:CodeType
Properties
contentcomplex
Used by
Attributes
QNameTypeUse
codeSpaceanyURIoptional
Source
<element name="axisAbbrev" type="gml:CodeType">
  <annotation>
    <documentation>gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.</documentation>
  </annotation>
</element>
Element gml:axisDirection
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin).
Within any set of coordinate system axes, only one of each pair of terms may be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction.
The 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
Typegml:CodeWithAuthorityType
Type hierarchy
Properties
contentcomplex
Used by
Attributes
QNameTypeUse
codeSpaceanyURIrequired
Source
<element name="axisDirection" type="gml:CodeWithAuthorityType">
  <annotation>
    <documentation>gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Within any set of coordinate system axes, only one of each pair of terms may be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. The 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:minimumValue
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
Diagram
Diagram
Typedouble
Properties
contentsimple
Used by
Source
<element name="minimumValue" type="double">
  <annotation>
    <documentation>The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.</documentation>
  </annotation>
</element>
Element gml:maximumValue
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
Diagram
Diagram
Typedouble
Properties
contentsimple
Used by
Source
<element name="maximumValue" type="double">
  <annotation>
    <documentation>The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.</documentation>
  </annotation>
</element>
Element gml:rangeMeaning
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The 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
Typegml:CodeWithAuthorityType
Type hierarchy
Properties
contentcomplex
Used by
Attributes
QNameTypeUse
codeSpaceanyURIrequired
Source
<element name="rangeMeaning" type="gml:CodeWithAuthorityType">
  <annotation>
    <documentation>gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The 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:CartesianCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CartesianCS is a 1-, 2-, or 3-dimensional coordinate system. In the 1-dimensional case, it contains a single straight coordinate axis. In the 2- and 3-dimensional cases gives the position of points relative to orthogonal straight axes. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three gml:axis property elements.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#CartesianCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:CartesianCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:CartesianCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:CartesianCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="CartesianCS" type="gml:CartesianCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:CartesianCS is a 1-, 2-, or 3-dimensional coordinate system. In the 1-dimensional case, it contains a single straight coordinate axis. In the 2- and 3-dimensional cases gives the position of points relative to orthogonal straight axes. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three gml:axis property elements.</documentation>
  </annotation>
</element>
Element gml:SphericalCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:SphericalCS is a three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. A SphericalCS shall have three gml:axis property elements.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#SphericalCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:SphericalCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:SphericalCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:SphericalCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="SphericalCS" type="gml:SphericalCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:SphericalCS is a three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. A SphericalCS shall have three gml:axis property elements.</documentation>
  </annotation>
</element>
Element gml:VerticalCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:VerticalCS is a one-dimensional coordinate system used to record the heights or depths of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one gml:axis property element.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#VerticalCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:VerticalCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:VerticalCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:VerticalCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="VerticalCS" type="gml:VerticalCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:VerticalCS is a one-dimensional coordinate system used to record the heights or depths of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one gml:axis property element.</documentation>
  </annotation>
</element>
Element gml:AbstractCoordinateSystem
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:AbstractCoordinateSystem is a coordinate system (CS) is the non-repeating sequence of coordinate system axes that spans a given coordinate space. A CS is derived from a set of mathematical rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded. This abstract complex type shall not be used, extended, or restricted, in an 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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#AffineCScoordinateSystems_xsd.tmp#CartesianCScoordinateSystems_xsd.tmp#CylindricalCScoordinateSystems_xsd.tmp#EllipsoidalCScoordinateSystems_xsd.tmp#LinearCSdeprecatedTypes_xsd.tmp#ObliqueCartesianCScoordinateSystems_xsd.tmp#PolarCScoordinateSystems_xsd.tmp#SphericalCSdeprecatedTypes_xsd.tmp#TemporalCScoordinateSystems_xsd.tmp#TimeCScoordinateSystems_xsd.tmp#UserDefinedCScoordinateSystems_xsd.tmp#VerticalCSdictionary_xsd.tmp#Definition
Typegml:AbstractCoordinateSystemType
Type hierarchy
Properties
contentcomplex
abstracttrue
Substitution Group
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:AbstractCoordinateSystem 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:AbstractCoordinateSystem>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="AbstractCoordinateSystem" type="gml:AbstractCoordinateSystemType" abstract="true" substitutionGroup="gml:Definition">
  <annotation>
    <documentation>gml:AbstractCoordinateSystem is a coordinate system (CS) is the non-repeating sequence of coordinate system axes that spans a given coordinate space. A CS is derived from a set of mathematical rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded. This abstract complex type shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.</documentation>
  </annotation>
</element>
Element gml:AffineCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:AffineCS is a two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An AffineCS shall have two or three gml:axis property elements; the number of property elements shall equal the dimension of the CS.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#AffineCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:AffineCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:AffineCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:AffineCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="AffineCS" type="gml:AffineCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:AffineCS is a two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An AffineCS shall have two or three gml:axis property elements; the number of property elements shall equal the dimension of the CS.</documentation>
  </annotation>
</element>
Element gml:CylindricalCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CylindricalCS is a three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. A CylindricalCS shall have three gml:axis property elements.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#CylindricalCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:CylindricalCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:CylindricalCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:CylindricalCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="CylindricalCS" type="gml:CylindricalCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:CylindricalCS is a three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. A CylindricalCS shall have three gml:axis property elements.</documentation>
  </annotation>
</element>
Element gml:LinearCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:LinearCS is a one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated coordinate is the distance – with or without offset – from the specified datum to the point along the axis. A LinearCS shall have one gml:axis property element.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#LinearCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:LinearCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:LinearCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:LinearCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="LinearCS" type="gml:LinearCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:LinearCS is a one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated coordinate is the distance – with or without offset – from the specified datum to the point along the axis. A LinearCS shall have one gml:axis property element.</documentation>
  </annotation>
</element>
Element gml:PolarCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:PolarCS ia s two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. A PolarCS shall have two gml:axis property elements.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#PolarCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:PolarCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:PolarCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:PolarCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="PolarCS" type="gml:PolarCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:PolarCS ia s two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. A PolarCS shall have two gml:axis property elements.</documentation>
  </annotation>
</element>
Element gml:UserDefinedCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:UserDefinedCS is a two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type. A UserDefinedCS shall have two or three gml:axis property elements; the number of property elements shall equal the dimension of the CS.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#UserDefinedCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:UserDefinedCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:UserDefinedCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:UserDefinedCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="UserDefinedCS" type="gml:UserDefinedCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:UserDefinedCS is a two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type. A UserDefinedCS shall have two or three gml:axis property elements; the number of property elements shall equal the dimension of the CS.</documentation>
  </annotation>
</element>
Element gml:TimeCS
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeCS is a one-dimensional coordinate system containing a time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TimeCS shall have one gml:axis property element.
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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemTypecoordinateSystems_xsd.tmp#TimeCSTypecoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Typegml:TimeCSType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:TimeCS 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:axis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:axis>
</gml:TimeCS>
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="TimeCS" type="gml:TimeCSType" substitutionGroup="gml:AbstractCoordinateSystem">
  <annotation>
    <documentation>gml:TimeCS is a one-dimensional coordinate system containing a time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TimeCS shall have one gml:axis property element.</documentation>
  </annotation>
</element>
Complex Type gml:EllipsoidalCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:EllipsoidalCSPropertyType is a property type for association roles to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#EllipsoidalCS
Used by
Model
Childrengml:EllipsoidalCS
Attributes
Source
<complexType name="EllipsoidalCSPropertyType">
  <annotation>
    <documentation>gml:EllipsoidalCSPropertyType is a property type for association roles to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:EllipsoidalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:EllipsoidalCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="EllipsoidalCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:AbstractCoordinateSystemType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axis
Typeextension of gml:IdentifiedObjectType
Type hierarchy
Properties
abstracttrue
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="AbstractCoordinateSystemType" abstract="true">
  <complexContent>
    <extension base="gml:IdentifiedObjectType">
      <sequence>
        <element ref="gml:axis" maxOccurs="unbounded"/>
      </sequence>
      <attributeGroup ref="gml:AggregationAttributeGroup"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:CoordinateSystemAxisPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CoordinateSystemAxisPropertyType is a property type for association roles to a coordinate system axis, either referencing or containing the definition of that axis.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#CoordinateSystemAxis
Used by
Model
Childrengml:CoordinateSystemAxis
Attributes
Source
<complexType name="CoordinateSystemAxisPropertyType">
  <annotation>
    <documentation>gml:CoordinateSystemAxisPropertyType is a property type for association roles to a coordinate system axis, either referencing or containing the definition of that axis.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CoordinateSystemAxis"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:CoordinateSystemAxisType
Namespacehttp://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#IdentifiedObjectTypecoordinateSystems_xsd.tmp#CoordinateSystemAxisType_uomcoordinateSystems_xsd.tmp#axisAbbrevcoordinateSystems_xsd.tmp#http___www.opengis.net_gml_3.2_axisDirectioncoordinateSystems_xsd.tmp#minimumValuecoordinateSystems_xsd.tmp#maximumValuecoordinateSystems_xsd.tmp#rangeMeaning
Typeextension of gml:IdentifiedObjectType
Type hierarchy
Used by
Model
Childrengml:axisAbbrev, gml:axisDirection, gml:description, gml:descriptionReference, gml:identifier, gml:maximumValue, gml:metaDataProperty, gml:minimumValue, gml:name, gml:rangeMeaning, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
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.
uomgml:UomIdentifierrequired
The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.
Source
<complexType name="CoordinateSystemAxisType">
  <complexContent>
    <extension base="gml:IdentifiedObjectType">
      <sequence>
        <element ref="gml:axisAbbrev"/>
        <element ref="gml:axisDirection"/>
        <element ref="gml:minimumValue" minOccurs="0"/>
        <element ref="gml:maximumValue" minOccurs="0"/>
        <element ref="gml:rangeMeaning" minOccurs="0"/>
      </sequence>
      <attribute name="uom" type="gml:UomIdentifier" use="required">
        <annotation>
          <documentation>The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:CartesianCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CartesianCSPropertyType is a property type for association roles to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#CartesianCS
Used by
Model
Childrengml:CartesianCS
Attributes
Source
<complexType name="CartesianCSPropertyType">
  <annotation>
    <documentation>gml:CartesianCSPropertyType is a property type for association roles to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CartesianCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:CartesianCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="CartesianCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:SphericalCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:SphericalCSPropertyType is property type for association roles to a spherical coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#SphericalCS
Used by
Model
Childrengml:SphericalCS
Attributes
Source
<complexType name="SphericalCSPropertyType">
  <annotation>
    <documentation>gml:SphericalCSPropertyType is property type for association roles to a spherical coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:SphericalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:SphericalCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="SphericalCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:VerticalCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:VerticalCSPropertyType is a property type for association roles to a vertical coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#VerticalCS
Used by
Model
Childrengml:VerticalCS
Attributes
Source
<complexType name="VerticalCSPropertyType">
  <annotation>
    <documentation>gml:VerticalCSPropertyType is a property type for association roles to a vertical coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:VerticalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:VerticalCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="VerticalCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:CoordinateSystemPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CoordinateSystemPropertyType is a property type for association roles to a coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#AbstractCoordinateSystem
Used by
Model
Childrengml:AbstractCoordinateSystem
Attributes
Source
<complexType name="CoordinateSystemPropertyType">
  <annotation>
    <documentation>gml:CoordinateSystemPropertyType is a property type for association roles to a coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:AbstractCoordinateSystem"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:AffineCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:AffineCSPropertyType is a property type for association roles to an affine coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#AffineCS
Used by
Model
Childrengml:AffineCS
Attributes
Source
<complexType name="AffineCSPropertyType">
  <annotation>
    <documentation>gml:AffineCSPropertyType is a property type for association roles to an affine coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:AffineCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:AffineCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="AffineCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:CylindricalCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CylindricalCSPropertyType is a property type for association roles to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#CylindricalCS
Used by
Model
Childrengml:CylindricalCS
Attributes
Source
<complexType name="CylindricalCSPropertyType">
  <annotation>
    <documentation>gml:CylindricalCSPropertyType is a property type for association roles to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CylindricalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:CylindricalCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="CylindricalCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:LinearCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:LinearCSPropertyType is a property type for association roles to a linear coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#LinearCS
Used by
Model
Childrengml:LinearCS
Attributes
Source
<complexType name="LinearCSPropertyType">
  <annotation>
    <documentation>gml:LinearCSPropertyType is a property type for association roles to a linear coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:LinearCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:LinearCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="LinearCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:PolarCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:PolarCSPropertyType is a property type for association roles to a polar coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#PolarCS
Used by
Model
Childrengml:PolarCS
Attributes
Source
<complexType name="PolarCSPropertyType">
  <annotation>
    <documentation>gml:PolarCSPropertyType is a property type for association roles to a polar coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:PolarCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:PolarCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="PolarCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:UserDefinedCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:UserDefinedCSPropertyType is a property type for association roles to a user-defined coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#UserDefinedCS
Used by
Model
Childrengml:UserDefinedCS
Attributes
Source
<complexType name="UserDefinedCSPropertyType">
  <annotation>
    <documentation>gml:UserDefinedCSPropertyType is a property type for association roles to a user-defined coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:UserDefinedCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:UserDefinedCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="UserDefinedCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:TimeCSPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeCSPropertyType is a property type for association roles to a time coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupcoordinateSystems_xsd.tmp#TimeCS
Used by
Model
Childrengml:TimeCS
Attributes
Source
<complexType name="TimeCSPropertyType">
  <annotation>
    <documentation>gml:TimeCSPropertyType is a property type for association roles to a time coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeCSType
Namespacehttp://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#IdentifiedObjectTypegmlBase_xsd.tmp#AggregationAttributeGroupcoordinateSystems_xsd.tmp#axiscoordinateSystems_xsd.tmp#AbstractCoordinateSystemType
Typeextension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Elementgml:TimeCS
Model
Childrengml:axis, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
aggregationTypegml:AggregationTypeoptional
gml:idIDrequired
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="TimeCSType">
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Attribute gml:CoordinateSystemAxisType / @uom
NamespaceNo namespace
Annotations
The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.
Typegml:UomIdentifier
Properties
userequired
Used by
Source
<attribute name="uom" type="gml:UomIdentifier" use="required">
  <annotation>
    <documentation>The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.</documentation>
  </annotation>
</attribute>