|
Revision 102:b2f8756ebfeb, 1.2 KB
(checked in by chris, 3 years ago)
|
|
add ability to send test alerts to all devices
|
| Line | |
|---|
| 1 | <?xml version='1.0' encoding='UTF-8' standalone='yes'?> |
|---|
| 2 | <cap:alert xmlns:cap='http://www.incident.com/cap/1.0'> |
|---|
| 3 | <cap:identifier>NOAA-NWS-ALERTS (TEST FILE) 2012-12-21T00:00:00-00:00</cap:identifier> |
|---|
| 4 | <cap:sender>stormxmlsiren@example.com</cap:sender> |
|---|
| 5 | <cap:sent>2012-12-21T00:00:00-00:00</cap:sent> |
|---|
| 6 | <cap:status>Actual</cap:status> |
|---|
| 7 | <cap:msgType>Alert</cap:msgType> |
|---|
| 8 | <cap:scope>Public</cap:scope> |
|---|
| 9 | <cap:note> |
|---|
| 10 | Current Watches, Warnings and Advisories for Tennessee Issued by the National Weather Service (TEST) |
|---|
| 11 | </cap:note> |
|---|
| 12 | <cap:references> |
|---|
| 13 | file://./examples/test-alert.cap |
|---|
| 14 | </cap:references> |
|---|
| 15 | <cap:info> |
|---|
| 16 | <cap:category>Test Category</cap:category> |
|---|
| 17 | <cap:event>Test Alert Event</cap:event> |
|---|
| 18 | <cap:urgency>Test Urgency</cap:urgency> |
|---|
| 19 | <cap:severity>Test Severity</cap:severity> |
|---|
| 20 | <cap:certainty>Test Certainty</cap:certainty> |
|---|
| 21 | <cap:effective>2012-12-21T00:00:00</cap:effective> |
|---|
| 22 | <cap:expires>2012-12-21T00:00:00</cap:expires> |
|---|
| 23 | <cap:headline> |
|---|
| 24 | ...TEST ALERT IN EFFECT FOR NOW... |
|---|
| 25 | </cap:headline> |
|---|
| 26 | <cap:description> |
|---|
| 27 | This is a test alert. |
|---|
| 28 | $$ |
|---|
| 29 | </cap:description> |
|---|
| 30 | <cap:web> |
|---|
| 31 | file://./examples/test-alert.cap |
|---|
| 32 | </cap:web> |
|---|
| 33 | <cap:area> |
|---|
| 34 | <cap:areaDesc>Location (State)</cap:areaDesc> |
|---|
| 35 | <cap:geocode>999999</cap:geocode> |
|---|
| 36 | </cap:area> |
|---|
| 37 | </cap:info> |
|---|
| 38 | </cap:alert> |
|---|