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://niem.gov/niem/edxl-cap/2.1
Schema document: edxl-cap/2.1/edxl-cap.xsd
Type: edxl-cap:AlertAdapterType
Properties: Global, Qualified, Nillable
Content
- cap:alert [0..*] CAP Alert Message (version 1.1)
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
<edxl-cap:AlertAdapter> <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>