gml:axisID
An identification of a coordinate system axis.
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:CoordinateSystemAxisType (Element gml:CoordinateSystemAxis)
- Type gmx:CoordinateSystemAxisAlt_Type via extension of gml:CoordinateSystemAxisType (Element gmx:CoordinateSystemAxisAlt)
- Type gmx:ML_CoordinateSystemAxis_Type via extension of gml:CoordinateSystemAxisType (Element gmx:ML_CoordinateSystemAxis)
Sample instance
<gml:axisID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:axisID>