gmx:CoordinateSystemAlt
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:CoordinateSystemAlt_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:locale [1..1]
from type gml:AbstractCoordinateSystemBaseTypefrom type gml:AbstractCoordinateSystemType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:AbstractCoordinateSystemBaseType | |
codeSpace | [1..1] | xsd:anyURI |
Used in
- Type gmx:CoordinateSystemAlt_PropertyType (Element gmx:alternativeExpression)
Sample instance
<gmx:CoordinateSystemAlt gml:id="ID" codeSpace="http://www.example.com/"> <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:locale> <gmd:PT_Locale id="ID"> <gmd:languageCode>... </gmd:languageCode> <gmd:country>... </gmd:country> <gmd:characterEncoding>... </gmd:characterEncoding> </gmd:PT_Locale> </gmx:locale> </gmx:CoordinateSystemAlt>