gml:csID
An identification of a coordinate system.
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:IdentifierType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- gml:name Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.
- gml:csName The name by which this coordinate system is identified.
- gml:coordinateOperationName The name by which this coordinate operation is identified.
- gml:methodName The name by which this operation method is identified.
- gml:parameterName The name by which this operation parameter is identified.
- gml:groupName The name by which this operation parameter group is identified.
- gml:datumName The name by which this datum is identified.
- gml:meridianName The name by which this prime meridian is identified. The meridianName most common value is Greenwich, and that value shall be used when the greenwichLongitude value is zero.
- gml:ellipsoidName The name by which this ellipsoid is identified.
- gml:srsName The name by which this reference system is identified.
from subst. group gml:name - gml:version [0..1] Identifier of the version of the associated codeSpace or code, as specified by the codeSpace or code authority. This version is included only when the "code" or "codeSpace" uses versions. When appropriate, the version is identified by the effective date, coded using ISO 8601 date format.
- gml:remarks [0..1] Remarks about this code or alias.
- Choice [1..1]
Attributes
None
Used in
- Type gml:AbstractCoordinateSystemType (Element gml:_CoordinateSystem)
- Type gml:CartesianCSType via extension of gml:AbstractCoordinateSystemType (Element gml:CartesianCS)
- Type gml:CylindricalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:CylindricalCS)
- Type gml:EllipsoidalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:EllipsoidalCS)
- Type gml:LinearCSType via extension of gml:AbstractCoordinateSystemType (Element gml:LinearCS)
- Type gml:ObliqueCartesianCSType via extension of gml:AbstractCoordinateSystemType (Element gml:ObliqueCartesianCS)
- Type gml:PolarCSType via extension of gml:AbstractCoordinateSystemType (Element gml:PolarCS)
- Type gml:SphericalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:SphericalCS)
- Type gml:TemporalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:TemporalCS)
- Type gml:UserDefinedCSType via extension of gml:AbstractCoordinateSystemType (Element gml:UserDefinedCS)
- Type gml:VerticalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:VerticalCS)
- Type gmx:CoordinateSystemAlt_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:CoordinateSystemAlt)
- Type gmx:ML_CartesianCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_CartesianCS)
- Type gmx:ML_CylindricalCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_CylindricalCS)
- Type gmx:ML_EllipsoidalCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_EllipsoidalCS)
- Type gmx:ML_LinearCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_LinearCS)
- Type gmx:ML_PolarCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_PolarCS)
- Type gmx:ML_SphericalCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_SphericalCS)
- Type gmx:ML_TimeCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_TimeCS)
- Type gmx:ML_UserDefinedCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_UserDefinedCS)
- Type gmx:ML_VerticalCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_VerticalCS)
Sample instance
<gml:csID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:csID>