complexType CautionsForResponders
diagram
namespace http://www.IM-Draft-03-00-44a
children header waitOnLE rationalLE crimeScene rationalCS cautions cautionText localCautionsForResponders
used by
elements MobileIDXWrapper/cautionsForResponder IDX-Wrapper/cautionsForResponderReports/cautionsForResponderReport
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>

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

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

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

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

element CautionsForResponders/cautions
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
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>

element CautionsForResponders/cautions/caution
diagram
type ResponderCautions
properties
isRef 0
content simple
source <xs:element name="caution" type="ResponderCautions"/>

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

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


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