diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | authorizationSet header idxSubParts localMobileMessage | ||
used by |
|
||
source | <xs:complexType name="MobileMessage"> <xs:sequence> <xs:element name="authorizationSet" type="AuthorizationSet" minOccurs="0"/> <xs:element name="header" type="MobileHeader" minOccurs="0"/> <!-- 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="idxSubParts" type="MobileIDXWrapper"/> <!-- sets of sub messages are appended here --> <xs:element name="localMobileMessage" type="local:MobileMessage" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||
type | AuthorizationSet | ||||||||
properties |
|
||||||||
children | user-id password hashtime hash | ||||||||
source | <xs:element name="authorizationSet" type="AuthorizationSet" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | MobileHeader | ||||||||
properties |
|
||||||||
children | number senderIncidentID inReplyTo sender issueTime testMessage localMobileHeader | ||||||||
source | <xs:element name="header" type="MobileHeader" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | local:MobileMessage | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localMobileMessage" type="local:MobileMessage" minOccurs="0"/> |