gmx:ML_GeocentricCRS
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_GeocentricCRS_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:srsName [1..1] The name by which this reference system is identified.
- gml:srsID [0..*] Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this reference system, including source information.
- gml:validArea [0..1] Area or region in which this CRS object is valid.
- gml:scope [0..1] Description of domain of usage, or limitations of usage, for which this CRS object is valid.
- Choice [1..1]
- gml:usesCartesianCS Association to the Cartesian coordinate system used by this CRS.
- gml:usesSphericalCS Association to the spherical coordinate system used by this CRS.
- gml:usesGeodeticDatum [1..1] Association to the geodetic datum used by this CRS.
- gmx:alternativeExpression [1..*]
from type gml:AbstractReferenceSystemBaseTypefrom type gml:AbstractReferenceSystemTypefrom type gml:GeocentricCRSType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:AbstractReferenceSystemBaseType |
Used in
- Group gml:Value
- Type gmx:ML_GeocentricCRS_PropertyType
- Type gml:GeocentricCRSRefType (Element gml:geocentricCRSRef)
- Type gml:ReferenceSystemRefType (Element gml:referenceSystemRef)
- Type gmx:CT_CRS_PropertyType (Element gmx:crs)
- Type gsr:SC_CRS_PropertyType (Element gmd:CRS)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:CRSRefType (Elements gml:sourceCRS, gml:targetCRS, gml:crsRef)
- Type gml:CoordinateReferenceSystemRefType (Elements gml:coordinateReferenceSystemRef, gml:includesCRS, gml:baseCRS)
- 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:_ReferenceSystem
- can be substituted with gml:_CRS
- can be substituted with gml:_CoordinateReferenceSystem
- can be substituted with gml:GeocentricCRS
- can be substituted with gmx:ML_GeocentricCRS
- can be substituted with gml:GeocentricCRS
- can be substituted with gml:_CoordinateReferenceSystem
- can be substituted with gml:_CRS
- can be substituted with gml:_ReferenceSystem
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gmx:ML_GeocentricCRS gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:srsName>string</gml:srsName> <gml:srsID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:srsID> <gml:remarks>string</gml:remarks> <gml:validArea> <gml:description>string</gml:description> <gml:boundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:boundingBox> <gml:verticalExtent> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:verticalExtent> <gml:temporalExtent> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:relatedTime>... </gml:relatedTime> <gml:beginPosition>12:00:00</gml:beginPosition> <gml:endPosition>12:00:00</gml:endPosition> <gml:duration>P1Y2M3DT10H</gml:duration> </gml:temporalExtent> </gml:validArea> <gml:scope>string</gml:scope> <gml:usesCartesianCS> <gml:CartesianCS gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:csName>string</gml:csName> <gml:csID>... </gml:csID> <gml:remarks>string</gml:remarks> <gml:usesAxis>... </gml:usesAxis> </gml:CartesianCS> </gml:usesCartesianCS> <gml:usesGeodeticDatum> <gml:GeodeticDatum gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:datumName>string</gml:datumName> <gml:datumID>... </gml:datumID> <gml:remarks>string</gml:remarks> <gml:anchorPoint>string</gml:anchorPoint> <gml:realizationEpoch>2000-01-01</gml:realizationEpoch> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:usesPrimeMeridian>... </gml:usesPrimeMeridian> <gml:usesEllipsoid>... </gml:usesEllipsoid> </gml:GeodeticDatum> </gml:usesGeodeticDatum> <gmx:alternativeExpression> <gmx:CrsAlt gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:srsName>string</gml:srsName> <gml:srsID>... </gml:srsID> <gml:remarks>string</gml:remarks> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gmx:locale>... </gmx:locale> </gmx:CrsAlt> </gmx:alternativeExpression> </gmx:ML_GeocentricCRS>