gmx:coordinateSystem
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/catalogues.xsd
Type: gmx:CT_CoordinateSystem_PropertyType
Properties: Local, Qualified
Content
- Choice [0..1]
- gml:EllipsoidalCS
- gml:CartesianCS
- gml:VerticalCS
- gml:TemporalCS
- gml:LinearCS
- gml:UserDefinedCS
- gml:SphericalCS
- gml:PolarCS
- gml:CylindricalCS
- gml:ObliqueCartesianCS
from subst. group gml:_CoordinateSystemfrom subst. group gml:EllipsoidalCSfrom subst. group gml:CartesianCSfrom subst. group gml:VerticalCSfrom subst. group gml:TemporalCSfrom subst. group gml:LinearCSfrom subst. group gml:UserDefinedCSfrom subst. group gml:SphericalCSfrom subst. group gml:PolarCSfrom subst. group gml:CylindricalCS
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 | |
uuidref | [0..1] | xsd:string | from group gco:ObjectReference | |
gco:nilReason | [0..1] | gml:NullType |
Used in
- Type gmx:CT_CrsCatalogue_Type (Element gmx:CT_CrsCatalogue)
Sample instance
<gmx:coordinateSystem> <gml:EllipsoidalCS 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:CoordinateSystemAxis> </gml:usesAxis> </gml:EllipsoidalCS> </gmx:coordinateSystem>