nc:LocationArea
A location identified by geographic boundaries.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:AreaType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:AreaDescriptionText [0..*]A description of an area.
- nc:AreaGeographicAbstract [0..*]A data concept for a local or map-specific geographically-based code used to describe an area.
- Choice [0..*]
- geo:AreaRegionGeometryA GML geometry that describes a region.
- geo:EllipseAn ellipse specified by a point, major axis, minor axis and rotation.
- mo:WGS84LocationEllipseA area region described by an ellipse specified by a point, major axis, minor axis and rotation, using WGS84, meters, and decimal degrees.
- mo:WGS84LocationExternalPolygonAn area region described by a polygon with no interior region, using WGS84 coordinates.
- nc:AreaCircularRegionA circular area identified by a center coordinate and a radius.
- nc:AreaPolygonRegionA polygon area identified by a set of coordinates.
from subst. group nc:AreaRegion - nc:AreaAugmentationPointAbstract [0..*]An augmentation point for AreaType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:AreaGeographicfrom subst. group nc:AreaAugmentationPoint
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 biom:CaptureLocationType via extension of nc:LocationType (Element biom:CaptureLocation)
- Type em:AlertAffectedLocationType via extension of nc:LocationType (Element em:AlertAffectedLocation)
- Type em:NotificationTargetLocationType via extension of nc:LocationType (Element em:NotificationTargetLocation)
- Type it:GoodsLocationType via extension of nc:LocationType (Element it:GoodsLocation)
- Type it:GoodsOriginType via extension of nc:LocationType (Element it:CountryOfOrigin)
- Type it:LoadingLocationType via extension of nc:LocationType (Element it:LoadingLocation)
- Type it:TranshipmentLocationType via extension of nc:LocationType (Element it:TranshipmentLocation)
- Type it:UnloadingLocationType via extension of nc:LocationType (Element it:UnloadingLocation)
- Type nc:LocationType (Elements cyfs:AdoptionLocation, cyfs:PlacementOtherLocation, em:AlarmEventLocation, em:AlarmLocation, em:ArrivalLocation, em:ResourceCurrentLocation, em:ResourceDepartureLocation ...more)
Sample instance
<nc:LocationArea> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:AreaDescriptionText>string</nc:AreaDescriptionText> <nc:AreaGeographic>any content</nc:AreaGeographic> <geo:AreaRegionGeometry> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <gml:MultiGeometry gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:geometryMember>... </gml:geometryMember> <gml:geometryMembers>... </gml:geometryMembers> </gml:MultiGeometry> </geo:AreaRegionGeometry> <nc:AreaAugmentationPoint>any content</nc:AreaAugmentationPoint> </nc:LocationArea>