complexType MobileHeader
diagram
namespace http://www.IM-Draft-03-00-44a
children number senderIncidentID inReplyTo sender issueTime testMessage localMobileHeader
used by
elements DeviceCapabilitiesReply/header DispatchDevice/header MobileMessage/header
source <xs:complexType name="MobileHeader">
 
<xs:sequence>
   
<xs:element name="number" type="ReferenceID"/>
   
<!-- Used as an asset ID -->
   
<xs:element name="senderIncidentID" type="ReferenceID"/>
   
<!-- unique alpha numerical designation for incident
         sending-center perspective --
>
   
<xs:element name="inReplyTo" type="ReferenceID" minOccurs="0"/>
   
<!-- what prior dialog ref was this in reply to  (if any) -->
   
<xs:element name="sender" type="OrganizationPosition" minOccurs="0"/>
   
<!-- [typcally known by the center so not needed]
         the person,  Organization and various contact information
         (office address,  phones,  radio assignment,  email,
         ics position,  etc.)  regarding who sent or entered this data --
>
   
<xs:element name="issueTime" type="IssueStamp" minOccurs="0"/>
   
<!-- The time the message was issued as well as the
         revision number and the update verb --
>
   
<xs:element name="testMessage" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<!-- Set TRUE if the message is part of a test or drill
         such messages should be ignored by operational systems which
         receive them and not displayed to operating personal --
>
   
<xs:element name="localMobileHeader" type="local:MobileHeader" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element MobileHeader/number
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="number" type="ReferenceID"/>

element MobileHeader/senderIncidentID
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="senderIncidentID" type="ReferenceID"/>

element MobileHeader/inReplyTo
diagram
type ReferenceID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="inReplyTo" type="ReferenceID" minOccurs="0"/>

element MobileHeader/sender
diagram
type OrganizationPosition
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children group level title role titleExtension eMail radio personRef person positionRef localOrganizationPosition
source <xs:element name="sender" type="OrganizationPosition" minOccurs="0"/>

element MobileHeader/issueTime
diagram
type IssueStamp
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children timePoint count issueType author localIssueStamp
source <xs:element name="issueTime" type="IssueStamp" minOccurs="0"/>

element MobileHeader/testMessage
diagram
type restriction of xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="testMessage" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean"/>
 
</xs:simpleType>
</xs:element>

element MobileHeader/localMobileHeader
diagram
type local:MobileHeader
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localMobileHeader" type="local:MobileHeader" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy