diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | header mayDay localVehMAYDAY | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="VehMAYDAY"> <xs:annotation> <xs:documentation> Vehicles MAYDAY Submessage: Data about the Vehicle, &quot;Vehicle MAYDAY 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="mayDay" type="Mayday-Data-Set"/> <!-- Taken from SAE J2313, multiple ones, here for each vehicle involved, 16 messages, automatic from vehicle. --> <xs:element name="localVehMAYDAY" type="local:VehMAYDAY" 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 | Mayday-Data-Set | ||||
properties |
|
||||
children | pos ppos spos hist dsrc veh details sensors srs text private localMayday-Data-Set | ||||
source | <xs:element name="mayDay" type="Mayday-Data-Set"/> |
diagram | ![]() |
||||||||
type | local:VehMAYDAY | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localVehMAYDAY" type="local:VehMAYDAY" minOccurs="0"/> |