gml:usesAxis
Association to 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:CoordinateSystemAxisRefType
Properties: Global, Qualified
Content
- Choice [1..1]
- gml:CoordinateSystemAxis [0..1]
- gmx:ML_CoordinateSystemAxis [0..1]
from subst. group gml:CoordinateSystemAxis
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
niem-xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group niem-xlink:simpleLink | |
niem-xlink:href | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:role | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:arcrole | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:title | [0..1] | xsd:string | from group niem-xlink:simpleLink | |
niem-xlink:show | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
niem-xlink:actuate | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
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:usesAxis> <gml:CoordinateSystemAxis gml:id="ID" gml:uom="http://www.example.com/"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:name>string</gml:name> <gml:axisID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:axisID> <gml:remarks>string</gml:remarks> <gml:axisAbbrev>string</gml:axisAbbrev> <gml:axisDirection>string</gml:axisDirection> </gml:CoordinateSystemAxis> </gml:usesAxis>