em:NotificationTargetLocationAugmentation
Additional information related to the target location of the notification.
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1
Schema document: domains/emergencyManagement/2.1/emergencyManagement.xsd
Type: em:NotificationTargetLocationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:LocationType
Content
- nc:AreaPolygonGeographicCoordinate [0..*] A geographic coordinate identifying a location at the end of a side of a multi-sided region.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type em:NotificationTargetLocationType (Element em:NotificationTargetLocation)
Substitution hierarchy
- s:Augmentation
- can be substituted with em:NotificationTargetLocationAugmentation
Sample instance
<em:NotificationTargetLocationAugmentation> <nc:AreaPolygonGeographicCoordinate> <nc:GeographicDatumCode>SAN-F</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> </em:NotificationTargetLocationAugmentation>