gmx:ML_VerticalCS
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/crsItem.xsd
Type: gmx:ML_VerticalCS_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:csName [1..1] The name by which this coordinate system is identified.
- gml:csID [0..*] Set of alternative identifications of this coordinate system. The first csID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this coordinate system, including data source information.
- gml:usesAxis [1..*] Ordered sequence of associations to the coordinate system axes included in this coordinate system.
- gmx:alternativeExpression [1..*]
from type gml:AbstractCoordinateSystemBaseTypefrom type gml:AbstractCoordinateSystemType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:AbstractCoordinateSystemBaseType |
Used in
- Group gml:Value
- Type gmx:ML_VerticalCS_PropertyType
- Type gmx:CT_CoordinateSystem_PropertyType (Element gmx:coordinateSystem)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:CoordinateSystemRefType (Elements gml:usesCS, gml:coordinateSystemRef)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:VerticalCSRefType (Elements gml:usesVerticalCS, gml:verticalCSRef)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:Definition
- can be substituted with gml:_CoordinateSystem
- can be substituted with gml:VerticalCS
- can be substituted with gmx:ML_VerticalCS
- can be substituted with gml:VerticalCS
- can be substituted with gml:_CoordinateSystem
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gmx:ML_VerticalCS gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:csName>string</gml:csName> <gml:csID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:csID> <gml:remarks>string</gml:remarks> <gml:usesAxis> <gml:CoordinateSystemAxis gml:id="ID" gml:uom="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:name>string</gml:name> <gml:axisID>... </gml:axisID> <gml:remarks>string</gml:remarks> <gml:axisAbbrev>string</gml:axisAbbrev> <gml:axisDirection>string</gml:axisDirection> </gml:CoordinateSystemAxis> </gml:usesAxis> <gmx:alternativeExpression> <gmx:CoordinateSystemAlt gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:csName>string</gml:csName> <gml:csID>... </gml:csID> <gml:remarks>string</gml:remarks> <gml:usesAxis>... </gml:usesAxis> <gmx:locale>... </gmx:locale> </gmx:CoordinateSystemAlt> </gmx:alternativeExpression> </gmx:ML_VerticalCS>