em:AlertEventDetails
The container for all component parts of the info sub-element of the alert message. Multiple occurrences are permitted within a single alert.
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1
Schema document: domains/emergencyManagement/2.1/emergencyManagement.xsd
Type: em:AlertEventDetailsType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- em:AlertEventDetailsAudienceDescriptionText [0..*] The text describing the intended audience of the alert message.
- em:AlertEventDetailsCategoryCode [0..*] The code denoting the category of the subject event of the alert message.
- em:AlertEventDetailsCertaintyCode [0..*] The code denoting the certainty of the subject event of the alert message.
- em:AlertEventDetailsDescriptionText [0..*] The human-readable text describing the incident/event/situation associated with the Alert message.
- em:AlertEventDetailsHeadlineText [0..*] The 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. 160 characters MAY be a useful target limit for headline length.
- em:AlertEventDetailsInstructionsDescriptionText [0..*] The text describing 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. See CAP specification for details.)
- em:AlertEventDetailsOnsetDateTime [0..*] The expected time of the beginning of the subject event of the alert message.
- em:AlertEventDetailsResponseRecommendationCode [0..*] The code denoting the type of action recommended for the target audience.
- em:AlertEventDetailsSystemRecordID [0..*] A system specific code identifying the event type of the alert message.
- em:AlertEventDetailsUrgencyCode [0..*] The code denoting the urgency of the subject event of the alert message.
- em:AlertEventDetailsSeverityCode [0..*] The code denoting the severity of the subject event of the alert message.
from subst. group em:AlertEventDetailsCategoryfrom subst. group em:AlertEventDetailsCertaintyfrom subst. group em:AlertEventDetailsResponseRecommendationfrom subst. group em:AlertEventDetailsUrgency
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<em:AlertEventDetails> <em:AlertEventDetailsAudienceDescriptionText>string</em:AlertEventDetailsAudienceDescriptionText> <em:AlertEventDetailsCategoryCode>Security</em:AlertEventDetailsCategoryCode> <em:AlertEventDetailsCertaintyCode>Possible</em:AlertEventDetailsCertaintyCode> <em:AlertEventDetailsDescriptionText>string</em:AlertEventDetailsDescriptionText> <em:AlertEventDetailsHeadlineText>string</em:AlertEventDetailsHeadlineText> <em:AlertEventDetailsInstructionsDescriptionText>string</em:AlertEventDetailsInstructionsDescriptionText> <em:AlertEventDetailsOnsetDateTime> <nc:Date>2000-01-01</nc:Date> </em:AlertEventDetailsOnsetDateTime> <em:AlertEventDetailsResponseRecommendationCode>Monitor</em:AlertEventDetailsResponseRecommendationCode> <em:AlertEventDetailsSystemRecordID>string</em:AlertEventDetailsSystemRecordID> <em:AlertEventDetailsUrgencyCode>Immediate</em:AlertEventDetailsUrgencyCode> <em:AlertEventDetailsSeverityCode>Moderate</em:AlertEventDetailsSeverityCode> </em:AlertEventDetails>