complexType WatchForResponse
diagram
namespace http://www.IM-Draft-03-00-44a
children distribute header personMatch vehicleMatch objectMatch sighting personAware actionTaken contactRef contact updatedInformation localWatchForResponse2
used by
elements watchForResponse IMWrapper/watchForResponse MobileIDXWrapper/watchForResponse IDX-Wrapper/watchForResponseReports/watchForResponseReport
source <xs:complexType name="WatchForResponse">
 
<xs:sequence>
   
<xs:element name="distribute" type="Distribution" minOccurs="0"/>
   
<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="personMatch">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="vehicleMatch">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="objectMatch">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="sighting">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="16">
         
<xs:element name="sighting-item" type="SightingReport"/>
         
<!-- contains general location and heading of sighting -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="personAware" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<!-- Set true to indicate that the &quot;watched for&quot;
         person is aware  that he
/she has been observed -->
   
<xs:element name="actionTaken" type="FreeText" minOccurs="0"/>
   
<!-- Description of any actions taken -->
   
<xs:element name="contactRef" type="ReferenceID" minOccurs="0"/>
   
<xs:element name="contact" type="PersonInformation" minOccurs="0"/>
   
<!-- information on person who made the sighting,
         or who is managing the sighting information --
>
   
<xs:element name="updatedInformation">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="16">
         
<xs:element name="updatedInformation-item">
           
<xs:complexType>
             
<xs:choice>
               
<xs:element name="person" type="WatchForPerson"/>
               
<xs:element name="vehicle" type="WatchForVehicle"/>
               
<xs:element name="object" type="WatchForObject"/>
               
<xs:element name="localWatchForResponse" type="local:WatchForResponse" minOccurs="0"/>
             
</xs:choice>
           
</xs:complexType>
         
</xs:element>
         
<!-- when new or updated data is available,  reflect it here -->
         
<!-- when new or updated data is available ,  reflect it here -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localWatchForResponse2" type="local:WatchForResponse2" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element WatchForResponse/distribute
diagram
type Distribution
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children from to reference localDistribution
source <xs:element name="distribute" type="Distribution" minOccurs="0"/>

element WatchForResponse/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 WatchForResponse/personMatch
diagram
type restriction of xs:boolean
properties
isRef 0
content simple
source <xs:element name="personMatch">
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean"/>
 
</xs:simpleType>
</xs:element>

element WatchForResponse/vehicleMatch
diagram
type restriction of xs:boolean
properties
isRef 0
content simple
source <xs:element name="vehicleMatch">
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean"/>
 
</xs:simpleType>
</xs:element>

element WatchForResponse/objectMatch
diagram
type restriction of xs:boolean
properties
isRef 0
content simple
source <xs:element name="objectMatch">
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean"/>
 
</xs:simpleType>
</xs:element>

element WatchForResponse/sighting
diagram
properties
isRef 0
content complex
children sighting-item
source <xs:element name="sighting">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="16">
     
<xs:element name="sighting-item" type="SightingReport"/>
     
<!-- contains general location and heading of sighting -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element WatchForResponse/sighting/sighting-item
diagram
type SightingReport
properties
isRef 0
content complex
children direction speed location genericLocation when recovered object
source <xs:element name="sighting-item" type="SightingReport"/>

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

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

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

element WatchForResponse/contact
diagram
type PersonInformation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children header associatedVehicle contactRef personData technology agencyName agencyIdentifier agencyLocation address currentLocation userIdentity userSetting deviceIdentity contacts devices agencyResponsible localPersonInformation
source <xs:element name="contact" type="PersonInformation" minOccurs="0"/>

element WatchForResponse/updatedInformation
diagram
properties
isRef 0
content complex
children updatedInformation-item
source <xs:element name="updatedInformation">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="16">
     
<xs:element name="updatedInformation-item">
       
<xs:complexType>
         
<xs:choice>
           
<xs:element name="person" type="WatchForPerson"/>
           
<xs:element name="vehicle" type="WatchForVehicle"/>
           
<xs:element name="object" type="WatchForObject"/>
           
<xs:element name="localWatchForResponse" type="local:WatchForResponse" minOccurs="0"/>
         
</xs:choice>
       
</xs:complexType>
     
</xs:element>
     
<!-- when new or updated data is available,  reflect it here -->
     
<!-- when new or updated data is available ,  reflect it here -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element WatchForResponse/updatedInformation/updatedInformation-item
diagram
properties
isRef 0
content complex
children person vehicle object localWatchForResponse
source <xs:element name="updatedInformation-item">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="person" type="WatchForPerson"/>
     
<xs:element name="vehicle" type="WatchForVehicle"/>
     
<xs:element name="object" type="WatchForObject"/>
     
<xs:element name="localWatchForResponse" type="local:WatchForResponse" minOccurs="0"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element WatchForResponse/updatedInformation/updatedInformation-item/person
diagram
type WatchForPerson
properties
isRef 0
content complex
children itemID description furtherData person otherData
source <xs:element name="person" type="WatchForPerson"/>

element WatchForResponse/updatedInformation/updatedInformation-item/vehicle
diagram
type WatchForVehicle
properties
isRef 0
content complex
children itemID description furtherData vehicle role roleText otherData localWatchForVehicle
source <xs:element name="vehicle" type="WatchForVehicle"/>

element WatchForResponse/updatedInformation/updatedInformation-item/object
diagram
type WatchForObject
properties
isRef 0
content complex
children itemID description furtherData thing otherData
source <xs:element name="object" type="WatchForObject"/>

element WatchForResponse/updatedInformation/updatedInformation-item/localWatchForResponse
diagram
type local:WatchForResponse
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localWatchForResponse" type="local:WatchForResponse" minOccurs="0"/>

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


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