nc:Area
A location identified by geographic boundaries.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:AreaType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AreaDescriptionText [0..*] A description of an area.
- nc:AreaPolygonDescriptionText [0..*] A description of the sides denoting the boundaries of a geographic area.
- nc:AreaPolygonGeographicCoordinate [0..*] A geographic coordinate identifying a location at the end of a side of a multi-sided region.
- nc:AreaCircularDescriptionText [0..*] A description of the circular area denoting the boundaries of a geographic area.
- nc:AreaCircularRegion [0..*] A circular area identified by a center coordinate and a radius.
- nc:AreaGeographicCode [0..*] A local or map-specific geographically-based code used to describe an area.
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 |
Sample instance
<nc:Area> <nc:AreaDescriptionText>string</nc:AreaDescriptionText> <nc:AreaPolygonDescriptionText>string</nc:AreaPolygonDescriptionText> <nc:AreaPolygonGeographicCoordinate> <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> </nc:AreaPolygonGeographicCoordinate> <nc:AreaCircularDescriptionText>string</nc:AreaCircularDescriptionText> <nc:AreaCircularRegion> <nc:CircularRegionCenterCoordinate> <nc:GeographicDatumCode>ADI-A</nc:GeographicDatumCode> <nc:GeographicCoordinateLatitude>... </nc:GeographicCoordinateLatitude> <nc:GeographicCoordinateLongitude>... </nc:GeographicCoordinateLongitude> </nc:CircularRegionCenterCoordinate> <nc:CircularRegionRadiusLengthMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>4H</nc:LengthUnitCode> </nc:CircularRegionRadiusLengthMeasure> </nc:AreaCircularRegion> <nc:AreaGeographicCode>string</nc:AreaGeographicCode> </nc:Area>