gml:EngineeringCRS
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:EngineeringCRSType
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.
- gml:usesCS [1..1] Association to the coordinate system used by this CRS.
- gml:usesEngineeringDatum [1..1] Association to the engineering datum used by this CRS.
from type gml:AbstractReferenceSystemBaseTypefrom type gml:AbstractReferenceSystemType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:AbstractReferenceSystemBaseType |
Used in
- Group gml:Value
- Type gml:EngineeringCRSRefType (Element gml:engineeringCRSRef)
- 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:EngineeringCRS
- can be substituted with gmx:ML_EngineeringCRS
- can be substituted with gml:EngineeringCRS
- 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
<gml:EngineeringCRS 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:usesCS> <gml:EllipsoidalCS 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:EllipsoidalCS> </gml:usesCS> <gml:usesEngineeringDatum> <gml:EngineeringDatum 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:EngineeringDatum> </gml:usesEngineeringDatum> </gml:EngineeringCRS>