Schema Central > NIEM 3.2 > emergencyManagement.xsd > em:AlertEventDetails
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

em:AlertEventDetails

A container for all component parts of the info sub-element of the alert message. Multiple occurrences are permitted within a single alert

Element information

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:ObjectType

Used in

Sample instance

<em:AlertEventDetails>
   <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
   <em:AlertEventDetailsAudienceDescriptionText>string</em:AlertEventDetailsAudienceDescriptionText>
   <em:AlertEventDetailsSystemRecordID>string</em:AlertEventDetailsSystemRecordID>
   <em:AlertEventDetailsDescriptionText>string</em:AlertEventDetailsDescriptionText>
   <em:AlertEventDetailsHeadlineText>string</em:AlertEventDetailsHeadlineText>
   <em:AlertEventDetailsInstructionsDescriptionText>string</em:AlertEventDetailsInstructionsDescriptionText>
   <em:AlertEventDetailsOnsetDateTime>2000-01-01T12:00:00</em:AlertEventDetailsOnsetDateTime>
   <em:AlertEventDetailsUrgencyCode>Expected</em:AlertEventDetailsUrgencyCode>
   <em:AlertEventDetailsSeverityCode>Extreme</em:AlertEventDetailsSeverityCode>
   <em:AlertEventDetailsCategoryCode>CBRNE</em:AlertEventDetailsCategoryCode>
   <em:AlertEventDetailsCertaintyCode>Likely</em:AlertEventDetailsCertaintyCode>
   <em:AlertEventDetailsResponseRecommendationCode>Assess</em:AlertEventDetailsResponseRecommendationCode>
   <em:AlertEventDetailsAugmentationPoint>any content</em:AlertEventDetailsAugmentationPoint>
</em:AlertEventDetails>