nc:AreaPolygonRegion
A polygon area identified by a set of coordinates.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:PolygonRegionType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:PolygonCoordinate [0..*]A geographic coordinate identifying a location at the end of a side of a multi-sided region.
- nc:PolygonRegionAugmentationPointAbstract [0..*]An augmentation point for PolygonRegionType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:PolygonRegionAugmentationPoint
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:AreaType (Elements nc:Area, nc:LocationArea)
Substitution hierarchy
- nc:AreaRegion
- can be substituted with nc:AreaPolygonRegion
Sample instance
<nc:AreaPolygonRegion> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:PolygonCoordinate> <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:LongitudeCoordinateAugmentation> </nc:GeographicCoordinateLongitude> <nc:Location2DGeospatialCoordinateAugmentationPoint>any content</nc:Location2DGeospatialCoordinateAugmentationPoint> </nc:PolygonCoordinate> <nc:PolygonRegionAugmentationPoint>any content</nc:PolygonRegionAugmentationPoint> </nc:AreaPolygonRegion>