diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | header waitOnLE rationalLE crimeScene rationalCS cautions cautionText localCautionsForResponders | ||
used by |
|
||
source | <xs:complexType name="CautionsForResponders"> <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="waitOnLE"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> <!-- if set True, wait for law enforcement instructions before proceeding --> <xs:element name="rationalLE" type="FreeText" minOccurs="0"/> <!-- text regarding the reason for the LE flag to be set --> <xs:element name="crimeScene"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> <!-- if set True, law enforcement has decided that the area is to be treated as a crime scene, local procedures for this shall be in effect --> <xs:element name="rationalCS" type="FreeText" minOccurs="0"/> <!-- text regarding the reason for the crime scene flag to be set to true --> <xs:element name="cautions" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="8"> <xs:element name="caution" type="ResponderCautions"/> <!-- to be a list of responsder cautions to be issued --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="cautionText" type="FreeText" minOccurs="0"/> <xs:element name="localCautionsForResponders" type="local:CautionsForResponders" minOccurs="0"/> </xs:sequence> </xs:complexType> |
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="waitOnLE"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="rationalLE" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||
type | restriction of xs:boolean | ||||
properties |
|
||||
source | <xs:element name="crimeScene"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="rationalCS" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | caution | ||||||||
source | <xs:element name="cautions" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="8"> <xs:element name="caution" type="ResponderCautions"/> <!-- to be a list of responsder cautions to be issued --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | ResponderCautions | ||||
properties |
|
||||
source | <xs:element name="caution" type="ResponderCautions"/> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="cautionText" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | local:CautionsForResponders | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localCautionsForResponders" type="local:CautionsForResponders" minOccurs="0"/> |