gml:usesAxis
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:CoordinateSystemAxisPropertyType
Properties: Global, Qualified
Content
- Choice [0..1]
- gml:CoordinateSystemAxisgml:CoordinateSystemAxis is a definition of a coordinate system axis.
- gmx:ML_CoordinateSystemAxis
from subst. group gml:CoordinateSystemAxis
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:AbstractCoordinateSystemType (Element gml:AbstractCoordinateSystem)
- Type gml:AffineCSType via extension of gml:AbstractCoordinateSystemType (Element gml:AffineCS)
- 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:TimeCSType via extension of gml:AbstractCoordinateSystemType (Element gml:TimeCS)
- Type gml:UserDefinedCSType via extension of gml:AbstractCoordinateSystemType (Element gml:UserDefinedCS)
- Type gml:VerticalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:VerticalCS)
- Type gmx:ML_AffineCS_Type via extension of gml:AbstractCoordinateSystemType (Element gmx:ML_AffineCS)
- 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)
Substitution hierarchy
- gml:axis
- can be substituted with gml:usesAxis
Sample instance
<gml:usesAxis> <gml:CoordinateSystemAxis gml:id="ID" uom=""> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:axisAbbrev>string</gml:axisAbbrev> <gml:axisDirection codeSpace="http://www.example.com/">string</gml:axisDirection> <gml:minimumValue>1.0</gml:minimumValue> <gml:maximumValue>1.0</gml:maximumValue> <gml:rangeMeaning codeSpace="http://www.example.com/">string</gml:rangeMeaning> </gml:CoordinateSystemAxis> </gml:usesAxis>