nc:CircularRegionCenterCoordinate
A geographic coordinate located at the center of a circular region.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:Location2DGeospatialCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:GeographicDatumText [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.
- nc:Location2DGeospatialCoordinateAugmentationPointAbstract [0..*]An augmentation point for Location2DGeospatialCoordinateType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:GeographicDatumfrom subst. group nc:Location2DGeospatialCoordinateAugmentationPoint
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:CircularRegionType (Elements nc:AreaCircularRegion, nc:CircularRegion)
Sample instance
<nc:CircularRegionCenterCoordinate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:GeographicDatumText>string</nc:GeographicDatumText> <nc:GeographicCoordinateLatitude> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:LatitudeDegreeValue>1.0</nc:LatitudeDegreeValue> <nc:LatitudeMinuteValue>1.0</nc:LatitudeMinuteValue> <nc:LatitudeSecondValue>1.0</nc:LatitudeSecondValue> <nc:LatitudeCoordinateAugmentationPoint>any content</nc:LatitudeCoordinateAugmentationPoint> </nc:GeographicCoordinateLatitude> <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> <nc:Location2DGeospatialCoordinateAugmentationPoint>any content</nc:Location2DGeospatialCoordinateAugmentationPoint> </nc:CircularRegionCenterCoordinate>