diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | header evacuationData routeSets localEvacuation | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Evacuation"> <xs:annotation> <xs:documentation> Evacuation Data sub message, &quot;Evacuation information&quot;, </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="header" type="Header"/> <!-- if an inner element is not present then the header content of the message which carries this DF shall be applied to the context of this message. The header has the data creator, time stamps, location, and what to do when the message becomes old (how to get a fresh one) and the reference ID of this message or submessage --> <xs:element name="evacuationData" type="EvacuationData"/> <!-- consists of the area that may need to be evacuated coded list of cause of concern text expressing likelihood of need to evacuate --> <xs:element name="routeSets" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="routeSet" type="RouteSet"/> <!-- the route itself, enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for the route and a set of start and end date-times --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localEvacuation" type="local:Evacuation" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | Header | ||||
properties |
|
||||
children | senderIncidentID inReplyTo pedigreeSequence sender basics issueTime updateTime expiryTime onExpiry urgency testMessage localHeader | ||||
source | <xs:element name="header" type="Header"/> |
diagram | ![]() |
||||
type | EvacuationData | ||||
properties |
|
||||
children | evacuationData-item | ||||
source | <xs:element name="evacuationData" type="EvacuationData"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | routeSet | ||||||||
source | <xs:element name="routeSets" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="routeSet" type="RouteSet"/> <!-- the route itself, enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for the route and a set of start and end date-times --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | RouteSet | ||||
properties |
|
||||
children | id name whenStart whenEnd involvedResources routes detours furtherData localRouteSet | ||||
source | <xs:element name="routeSet" type="RouteSet"/> |
diagram | ![]() |
||||||||
type | local:Evacuation | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localEvacuation" type="local:Evacuation" minOccurs="0"/> |