geo:NiemGeographicCoordinate
Deprecated non-standard location using u:GeographicCoordinateType. Use standard gs:Point instead if possible.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: nc:TwoDimensionalGeographicCoordinateType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Location
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.
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 |
Used in
- Type geo:LocationPropertyType
- Type geo:RelativeLocationType (Element geo:RelativeLocation)
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:Location
- can be substituted with geo:NiemGeographicCoordinate
- can be substituted with geo:Location
Sample instance
<geo:NiemGeographicCoordinate> <nc:GeographicDatumCode>ADI-A</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> </geo:NiemGeographicCoordinate>