em:AlertAffectedLocationAugmentation
The text describing the affected area of the alert message.
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1
Schema document: domains/emergencyManagement/2.1/emergencyManagement.xsd
Type: em:AlertAffectedLocationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:LocationType
Content
- Sequence [1..1]
- nc:AreaPolygonGeographicCoordinate [0..*] A geographic coordinate identifying a location at the end of a side of a multi-sided region.
- nc:LocationAltitudeMeasure [0..*] A measurement of the height or position of a location above a certain reference.
- em:Ceiling [0..*] The maximum altitude of the affected area of the alert message (conditional).
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:AlertAffectedLocationType (Element em:AlertAffectedLocation)
Substitution hierarchy
- s:Augmentation
- can be substituted with em:AlertAffectedLocationAugmentation
Sample instance
<em:AlertAffectedLocationAugmentation> <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> <nc:LocationAltitudeMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </nc:LocationAltitudeMeasure> <em:Ceiling> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </em:Ceiling> </em:AlertAffectedLocationAugmentation>