cbrn:GeographicPoint
A set of geographical coordinates providing latitude, longitude, and elevation (at the point of measurement and at the point on the earth's surface), and uncertainty of the coordinates.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:GeographicPointType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:LatitudeValue [1..1]A point's latitude on the surface of the earth expressed as geographic coordinates in decimal degrees. Points in the northern hemisphere range from 0.0 to +90.0 degrees. Points in the southern hemisphere range from 0.0 to -90.0.
- cbrn:LongitudeValue [1..1]A point's longitude on the surface of the earth expressed in decimal degrees. Points east of the prime meridian range from 0.0 to +180.0 degrees. Points west of the prime meridian range from 0.0 to -180.0.
- cbrn:ElevationValue [0..1]A value for the elevation of a GeographicPoint in meters relative to the applicable datums ellipsoid.
- cbrn:ElevationOffsetValue [0..1]A value for the difference between the Elevation at a point of coordinate measurement and the earth's surface in meters.
- cbrn:GeoPointAccuracyValue [0..1]An estimated 1-sigma positional accuracy in meters (m) of a geographic point described by the latitude and longitude coordinates of the point.
- cbrn:ElevationAccuracyValue [0..1]A value for the estimated accuracy of the elevation of a geographic point.
- cbrn:ElevationOffsetAccuracyValue [0..1]A value for the estimated accuracy of the elevation offset vertically to the earth's surface from a geographic point.
- cbrn:GeographicPointAugmentationPointAbstract [0..*]An augmentation point for cbrn:GeographicPointType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:GeographicPointAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType | |
cbrn:datumText | [1..1] | xsd:string | A value identifying the spatial reference system in which geographic coordinates are stated. Default is WGS-84. | |
cbrn:unitsText | [1..1] | xsd:token | A unit of measure for a value element. If used, the unit of measure shall be as stated in the documentation for the element. |
Used in
- Type cbrn:OriginType (Element cbrn:Origin)
- Type cbrn:SiteLocationAugmentationType (Element cbrn:SiteLocationAugmentation)
Sample instance
<cbrn:GeographicPoint cbrn:datumText="string" cbrn:unitsText="token"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:LatitudeValue cbrn:unitsText="token">1.0</cbrn:LatitudeValue> <cbrn:LongitudeValue cbrn:unitsText="token">1.0</cbrn:LongitudeValue> <cbrn:ElevationValue>1</cbrn:ElevationValue> <cbrn:ElevationOffsetValue>1</cbrn:ElevationOffsetValue> <cbrn:GeoPointAccuracyValue>1</cbrn:GeoPointAccuracyValue> <cbrn:ElevationAccuracyValue>1</cbrn:ElevationAccuracyValue> <cbrn:ElevationOffsetAccuracyValue>1</cbrn:ElevationOffsetAccuracyValue> <cbrn:GeographicPointAugmentationPoint>any content</cbrn:GeographicPointAugmentationPoint> </cbrn:GeographicPoint>