complexType Response
diagram
namespace http://www.IM-Draft-03-00-44a
children header responsePlanID responsePlanType responsePlanText responsePlanAuthor routeSets respOrgId respOrgContact respOrgStatus respStatusOtherText respGroupType respEquipType respEquipTypOther localResponse
used by
elements MobileIDXWrapper/response IDX-Wrapper/responseReports/responseReport
annotation
documentation
      
            Response Submessage:  Incident-Wide Response Plan,  Organization,  Equipment
            "agency response plan information"
        
source <xs:complexType name="Response">
 
<xs:annotation>
   
<xs:documentation>      
            Response Submessage:  Incident-Wide Response Plan,  Organization,  Equipment
            &amp;quot;agency response plan information&amp;quot;
        
</xs:documentation>
 
</xs:annotation>
 
<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="responsePlanID" type="tmdd:Event-response-plan-identifier" minOccurs="0"/>
   
<!-- [ITE.TMDD.Event-response-plan-identifier]
         ID# of response plan --
>
   
<xs:element name="responsePlanType" type="tmdd:Event-response-plan-type" minOccurs="0"/>
   
<!-- [ITE.TMDD.Event-response-plan-type]
         Missing:   responsePlan        TMDD.Event-response-plan  OPTIONAL ,
         [ITE.TMDD.Event-response-plan] --
>
   
<xs:element name="responsePlanText" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="4000"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<!-- see also [ITE.TMDD.Event-response-plan-other]
         text supplement to response plan --
>
   
<xs:element name="responsePlanAuthor" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="200"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<!-- see also [ITE.TMDD.Event-response-plan-author] -->
   
<xs:element name="routeSets" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="routeSet" type="RouteSet"/>
         
<!-- a set of routes,  enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for each route and a set of start and end date-times -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="respOrgId" type="tmdd:Organization-identifier" minOccurs="0"/>
   
<!-- A unique identifier for an organization within a region. -->
   
<xs:element name="respOrgContact" type="tmdd:Organization-contact-person-on-site-name-or-id" minOccurs="0"/>
   
<xs:element name="respOrgStatus" type="itis:IncidentResponseStatus" minOccurs="0"/>
   
<xs:element name="respStatusOtherText" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="4000"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<!-- text supplement to status -->
   
<xs:element name="respGroupType" type="itis:ResponderGroupAffected" minOccurs="0"/>
   
<xs:element name="respEquipType" type="itis:IncidentResponseEquipment" minOccurs="0"/>
   
<!-- the ITIS type of unit -->
   
<xs:element name="respEquipTypOther" type="FreeText" minOccurs="0"/>
   
<!-- use when ITIS list not enough -->
   
<xs:element name="localResponse" type="local:Response" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element Response/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 Response/responsePlanID
diagram
type tmdd:Event-response-plan-identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 32
source <xs:element name="responsePlanID" type="tmdd:Event-response-plan-identifier" minOccurs="0"/>

element Response/responsePlanType
diagram
type tmdd:Event-response-plan-type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="responsePlanType" type="tmdd:Event-response-plan-type" minOccurs="0"/>

element Response/responsePlanText
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 4000
source <xs:element name="responsePlanText" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="4000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Response/responsePlanAuthor
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 200
source <xs:element name="responsePlanAuthor" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="200"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Response/routeSets
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children routeSet
source <xs:element name="routeSets" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="32">
     
<xs:element name="routeSet" type="RouteSet"/>
     
<!-- a set of routes,  enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for each route and a set of start and end date-times -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Response/routeSets/routeSet
diagram
type RouteSet
properties
isRef 0
content complex
children id name whenStart whenEnd involvedResources routes detours furtherData localRouteSet
source <xs:element name="routeSet" type="RouteSet"/>

element Response/respOrgId
diagram
type tmdd:Organization-identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="respOrgId" type="tmdd:Organization-identifier" minOccurs="0"/>

element Response/respOrgContact
diagram
type tmdd:Organization-contact-person-on-site-name-or-id
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="respOrgContact" type="tmdd:Organization-contact-person-on-site-name-or-id" minOccurs="0"/>

element Response/respOrgStatus
diagram
type itis:IncidentResponseStatus
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="respOrgStatus" type="itis:IncidentResponseStatus" minOccurs="0"/>

element Response/respStatusOtherText
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 4000
source <xs:element name="respStatusOtherText" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="4000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Response/respGroupType
diagram
type itis:ResponderGroupAffected
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="respGroupType" type="itis:ResponderGroupAffected" minOccurs="0"/>

element Response/respEquipType
diagram
type itis:IncidentResponseEquipment
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="respEquipType" type="itis:IncidentResponseEquipment" minOccurs="0"/>

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

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


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