nc:GeographicCoordinateLongitude
A measurement of the angular distance between a point on the Earth and the Prime Meridian.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:LongitudeCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:LongitudeDegreeValue [0..*]A value that specifies the degree of a longitude. The value comes from a restricted range between -180 (inclusive) and +180 (exclusive).
- nc:LongitudeMinuteValue [0..*]A longitude value that specifies a minute of a degree. The value comes from a restricted range of 0 (inclusive) to 60 (exclusive).
- nc:LongitudeSecondValue [0..*]A longitude value that specifies a second of a minute. The value comes from a restricted range of 0 (inclusive) to 60 (exclusive).
- nc-3.0.2:LongitudeCoordinateAugmentation [0..*]Additional information about a longitude coordinate.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:LongitudeCoordinateAugmentationPoint
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 |
Used in
- Type nc:Location2DGeospatialCoordinateType (Elements mo:ObservedObject2DGeospatialCoordinate, nc:CircularRegionCenterCoordinate, nc:Location2DGeospatialCoordinate, nc:PolygonCoordinate)
- Type nc:Location3DGeospatialCoordinateType via extension of nc:Location2DGeospatialCoordinateType (Element nc:Location3DGeospatialCoordinate)
Sample instance
<nc:GeographicCoordinateLongitude> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:LongitudeDegreeValue>1.0</nc:LongitudeDegreeValue> <nc:LongitudeMinuteValue>1.0</nc:LongitudeMinuteValue> <nc:LongitudeSecondValue>1.0</nc:LongitudeSecondValue> <nc-3.0.2:LongitudeCoordinateAugmentation> <nc-3.0.2:LongitudeDegreeValue>1.0</nc-3.0.2:LongitudeDegreeValue> </nc-3.0.2:LongitudeCoordinateAugmentation> </nc:GeographicCoordinateLongitude>