em:Alert
A notification of an incident or threat that may require a coordinated response or action. A type of NOTIFICATION.
Element information
Namespace: http://release.niem.gov/niem/domains/emergencyManagement/3.1/
Schema document: domains/emergencyManagement/3.1/emergencyManagement.xsd
Type: em:AlertType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- em:AlertEffectiveDateTime [0..*]A time of the information of the alert message.
- em:AlertExpirationDateTime [0..*]A time of the information of the alert message expiring. If this item is not provided, each recipient is free to set its own policy as to when the message is no longer in effect.
- em:AlertHeadlineText [0..*]A text headline of the alert message. A brief human-readable headline. Note that some displays (for example, short messaging service devices) may only present this headline; it SHOULD be made as direct and actionable as possible while remaining short. 1
- em:AlertInstructionsDescriptionText [0..*]A description of the recommended action to be taken by recipients of the alert message. An extended human readable instruction to targeted recipients. If different instructions are intended for different recipients, they should be represented by use of multiple info blocks.
- Choice [0..*]
- em:AlertHandlingIDAn identifier denoting the special handling of the alert message
- em:AlertHandlingTextA code denoting the special handling of the alert message.
from subst. group em:AlertHandling - em:AlertReasonText [0..*]A text describing the reason the alert message was distributed.
- scr:AlertAugmentation [0..*]Additional information about an alert.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group em:AlertAugmentationPoint
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 em:AlertIncidentAssociationType (Element em:AlertIncidentAssociation)
- Type scr:PersonAlertAssociationType (Element scr:PersonAlertAssociation)
Sample instance
<em:Alert> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <em:AlertEffectiveDateTime> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </em:AlertEffectiveDateTime> <em:AlertExpirationDateTime> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </em:AlertExpirationDateTime> <em:AlertHeadlineText>string</em:AlertHeadlineText> <em:AlertInstructionsDescriptionText>string</em:AlertInstructionsDescriptionText> <em:AlertHandlingID>string</em:AlertHandlingID> <em:AlertReasonText>string</em:AlertReasonText> <scr:AlertAugmentation> <scr:AlertReceivedDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </scr:AlertReceivedDate> <scr:AlertCategoryClassificationCode>A</scr:AlertCategoryClassificationCode> </scr:AlertAugmentation> </em:Alert>