complexType TrackResponsePersonnel
diagram
namespace http://www.IM-Draft-03-00-44a
children header agencySummaries localTrackResponsePersonnel
used by
elements MobileIDXWrapper/trackResponsePersonnel IDX-Wrapper/trackResponsePersonnelReports/trackResponsePersonnelReport
source <xs:complexType name="TrackResponsePersonnel">
 
<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="agencySummaries">
     
<xs:complexType>
       
<xs:sequence maxOccurs="64">
         
<xs:element name="agencySummary">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="agency" type="tmdd:Link-ownership"/>
               
<xs:element name="count">
                 
<xs:simpleType>
                   
<xs:restriction base="xs:unsignedShort">
                     
<xs:minInclusive value="1"/>
                     
<xs:maxInclusive value="1000"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="role" type="RoleInEvent" minOccurs="0"/>
               
<xs:element name="roleText" type="FreeText" minOccurs="0"/>
               
<!-- a free text Role in the event -->
               
<xs:element name="refs" minOccurs="0">
                 
<xs:complexType>
                   
<xs:sequence maxOccurs="1000">
                     
<xs:element name="ref" type="PersonInformation"/>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localTrackResponsePersonnel" type="local:TrackResponsePersonnel" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element TrackResponsePersonnel/header
diagram
type Header
properties
isRef 0
content complex
children senderIncidentID inReplyTo pedigreeSequence sender basics issueTime updateTime expiryTime onExpiry urgency testMessage localHeader
source <xs:element name="header" type="Header"/>

element TrackResponsePersonnel/agencySummaries
diagram
properties
isRef 0
content complex
children agencySummary
source <xs:element name="agencySummaries">
 
<xs:complexType>
   
<xs:sequence maxOccurs="64">
     
<xs:element name="agencySummary">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="agency" type="tmdd:Link-ownership"/>
           
<xs:element name="count">
             
<xs:simpleType>
               
<xs:restriction base="xs:unsignedShort">
                 
<xs:minInclusive value="1"/>
                 
<xs:maxInclusive value="1000"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="role" type="RoleInEvent" minOccurs="0"/>
           
<xs:element name="roleText" type="FreeText" minOccurs="0"/>
           
<!-- a free text Role in the event -->
           
<xs:element name="refs" minOccurs="0">
             
<xs:complexType>
               
<xs:sequence maxOccurs="1000">
                 
<xs:element name="ref" type="PersonInformation"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrackResponsePersonnel/agencySummaries/agencySummary
diagram
properties
isRef 0
content complex
children agency count role roleText refs
source <xs:element name="agencySummary">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="agency" type="tmdd:Link-ownership"/>
     
<xs:element name="count">
       
<xs:simpleType>
         
<xs:restriction base="xs:unsignedShort">
           
<xs:minInclusive value="1"/>
           
<xs:maxInclusive value="1000"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="role" type="RoleInEvent" minOccurs="0"/>
     
<xs:element name="roleText" type="FreeText" minOccurs="0"/>
     
<!-- a free text Role in the event -->
     
<xs:element name="refs" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence maxOccurs="1000">
           
<xs:element name="ref" type="PersonInformation"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrackResponsePersonnel/agencySummaries/agencySummary/agency
diagram
type tmdd:Link-ownership
properties
isRef 0
content simple
facets
minLength 1
maxLength 256
source <xs:element name="agency" type="tmdd:Link-ownership"/>

element TrackResponsePersonnel/agencySummaries/agencySummary/count
diagram
type restriction of xs:unsignedShort
properties
isRef 0
content simple
facets
minInclusive 1
maxInclusive 1000
source <xs:element name="count">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="1000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrackResponsePersonnel/agencySummaries/agencySummary/role
diagram
type RoleInEvent
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="role" type="RoleInEvent" minOccurs="0"/>

element TrackResponsePersonnel/agencySummaries/agencySummary/roleText
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="roleText" type="FreeText" minOccurs="0"/>

element TrackResponsePersonnel/agencySummaries/agencySummary/refs
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ref
source <xs:element name="refs" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="1000">
     
<xs:element name="ref" type="PersonInformation"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrackResponsePersonnel/agencySummaries/agencySummary/refs/ref
diagram
type PersonInformation
properties
isRef 0
content complex
children header associatedVehicle contactRef personData technology agencyName agencyIdentifier agencyLocation address currentLocation userIdentity userSetting deviceIdentity contacts devices agencyResponsible localPersonInformation
source <xs:element name="ref" type="PersonInformation"/>

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


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