edxl-cap:AlertAdapter
A simple but general format for exchanging effective warning messages based on best practices identified in academic research and real-world experience.
Element information
Namespace: http://release.niem.gov/niem/adapters/edxl-cap/4.0/
Schema document: adapters/edxl-cap/4.0/edxl-cap.xsd
Type: edxl-cap:AlertAdapterType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cap:alert [0..*]A container for all component parts of the CAP alert message. The container provides basic information about the current message: its purpose, its source and its status, as well as unique identifier for the current message and links to any other, related messages.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPoint
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:uri | [0..1] | xsd:anyURI | 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:MissionInformationType (Element em:MissionInformation)
Sample instance
<edxl-cap:AlertAdapter> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cap:alert> <cap:identifier>string</cap:identifier> <cap:sender>string</cap:sender> <cap:sent>2000-01-01T12:00:00</cap:sent> <cap:status>Actual</cap:status> <cap:msgType>Alert</cap:msgType> <cap:source>string</cap:source> <cap:scope>Public</cap:scope> <cap:restriction>string</cap:restriction> <cap:addresses>string</cap:addresses> <cap:code>string</cap:code> <cap:note>string</cap:note> <cap:references>string</cap:references> <cap:incidents>string</cap:incidents> <cap:info> <cap:language>en-US</cap:language> <cap:category>Geo</cap:category> <cap:event>string</cap:event> <cap:responseType>Shelter</cap:responseType> <cap:urgency>Immediate</cap:urgency> <cap:severity>Extreme</cap:severity> <cap:certainty>Observed</cap:certainty> <cap:audience>string</cap:audience> <cap:eventCode>... </cap:eventCode> <cap:effective>2000-01-01T12:00:00</cap:effective> <cap:onset>2000-01-01T12:00:00</cap:onset> <cap:expires>2000-01-01T12:00:00</cap:expires> <cap:senderName>string</cap:senderName> <cap:headline>string</cap:headline> <cap:description>string</cap:description> <cap:instruction>string</cap:instruction> <cap:web>http://www.example.com/</cap:web> <cap:contact>string</cap:contact> <cap:parameter>... </cap:parameter> <cap:resource>... </cap:resource> <cap:area>... </cap:area> </cap:info> </cap:alert> </edxl-cap:AlertAdapter>