diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | distribute header personMatch vehicleMatch objectMatch sighting personAware actionTaken contactRef contact updatedInformation localWatchForResponse2 | ||
used by |
|
||
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 "watched for" 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> |
diagram | ![]() |
||||||||
type | Distribution | ||||||||
properties |
|
||||||||
children | from to reference localDistribution | ||||||||
source | <xs:element name="distribute" type="Distribution" minOccurs="0"/> |
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 | restriction of xs:boolean | ||||
properties |
|
||||
source | <xs:element name="personMatch"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:boolean | ||||
properties |
|
||||
source | <xs:element name="vehicleMatch"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:boolean | ||||
properties |
|
||||
source | <xs:element name="objectMatch"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
properties |
|
||||
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> |
diagram | ![]() |
||||
type | SightingReport | ||||
properties |
|
||||
children | direction speed location genericLocation when recovered object | ||||
source | <xs:element name="sighting-item" type="SightingReport"/> |
diagram | ![]() |
||||||||
type | restriction of xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="personAware" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="actionTaken" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | ReferenceID | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="contactRef" type="ReferenceID" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | PersonInformation | ||||||||
properties |
|
||||||||
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"/> |
diagram | ![]() |
||||
properties |
|
||||
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> |
diagram | ![]() |
||||
properties |
|
||||
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> |
diagram | ![]() |
||||
type | WatchForPerson | ||||
properties |
|
||||
children | itemID description furtherData person otherData | ||||
source | <xs:element name="person" type="WatchForPerson"/> |
diagram | ![]() |
||||
type | WatchForVehicle | ||||
properties |
|
||||
children | itemID description furtherData vehicle role roleText otherData localWatchForVehicle | ||||
source | <xs:element name="vehicle" type="WatchForVehicle"/> |
diagram | ![]() |
||||
type | WatchForObject | ||||
properties |
|
||||
children | itemID description furtherData thing otherData | ||||
source | <xs:element name="object" type="WatchForObject"/> |
diagram | ![]() |
||||||||
type | local:WatchForResponse | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localWatchForResponse" type="local:WatchForResponse" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | local:WatchForResponse2 | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localWatchForResponse2" type="local:WatchForResponse2" minOccurs="0"/> |