cbrn:GeoPosition
Geographic position information for a location.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ThreeDimensionalGeographicCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:GeographicDatumCode [0..1] A spatial reference system.
- nc:GeographicCoordinateLatitude [1..1] A measurement of the angular distance between a point on the Earth and the Equator.
- nc:GeographicCoordinateLongitude [1..1] A measurement of the angular distance between a point on the Earth and the Prime Meridian.
- cbrn:CoordinatesMethodCode [0..*] The method by which the coordinates were determined.
- Choice [0..*]
- cbrn:CoordinateList Geographical coordinates as a list of up to 5 character string values providing dateTime of the coordinates reading, latitude, longitude, and elevation. DateTime is in ISO 8601 format. Latitude and longitude are in decimal degrees. Elevation is an optional fourth value in the list, and is the height above sea level of the point on earth given by the latitude and longitude. The fifth string in the list provides the units of measure for elevation. If not included but an elevation value is given, then units are in meters.
- cbrn:CoordinateSet Geographical coordinates as individually tagged coordinate values.
from subst. group cbrn:GeographicCoordinates - cbrn:CoordinateDuration [0..*] If georef coordinates have been calculated based on a set of coordinate readings, this is the duration of time over which the readings were made (ISO 8601 format).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
cbrn:dataQualityCode | [0..1] | cbrncl:DataQualityCodeSimpleType |
Used in
- Type cbrn:SiteLocationType (Elements cbrn:SiteLocation, it:FacilitySiteLocation)
Sample instance
<cbrn:GeoPosition> <nc:GeographicDatumCode>SAN-F</nc:GeographicDatumCode> <nc:GeographicCoordinateLatitude> <nc:LatitudeDegreeValue>1.0</nc:LatitudeDegreeValue> <nc:LatitudeMinuteValue>1.0</nc:LatitudeMinuteValue> <nc:LatitudeSecondValue>1.0</nc:LatitudeSecondValue> </nc:GeographicCoordinateLatitude> <nc:GeographicCoordinateLongitude> <nc:LongitudeDegreeValue>1.0</nc:LongitudeDegreeValue> <nc:LongitudeMinuteValue>1.0</nc:LongitudeMinuteValue> <nc:LongitudeSecondValue>1.0</nc:LongitudeSecondValue> </nc:GeographicCoordinateLongitude> <cbrn:CoordinatesMethodCode>Site</cbrn:CoordinatesMethodCode> <cbrn:CoordinateList>string string</cbrn:CoordinateList> <cbrn:CoordinateDuration>P1Y2M3DT10H</cbrn:CoordinateDuration> </cbrn:GeoPosition>