complexType StagingArea
diagram
namespace http://www.IM-Draft-03-00-44a
children name zoneReference eventRefs usage usageText enclosedBy enclosing bounds where whereGeneric whereText contactRef iscRef eMail radio contactText ingressRoutes ingress egressRoutes egress equipment equipmentTxt training trainingTxt guidance comment furtherData localStagingArea
used by
elements EmergencyMessageToCenter/evacArea ImmediateSiteEvacuation/evacArea EmergencyMessageToCenter/proceedToArea ImmediateSiteEvacuation/proceedToArea SceneStaging/stage ChangeCenterProperties/staging EstablishCenterOnLine/staging EstablishCenterProperties/staging
source <xs:complexType name="StagingArea">
 
<xs:sequence>
   
<xs:element name="name" type="FreeText"/>
   
<!-- the common name of this zone -->
   
<xs:element name="zoneReference" type="ReferenceID" minOccurs="0"/>
   
<!-- the refernce value of this zone
         used by other message to refer to it --
>
   
<xs:element name="eventRefs">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="64">
         
<xs:element name="eventRef" type="ReferenceID"/>
         
<!-- the incidents associated with this zone -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="usage">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="32">
         
<xs:element name="usage-item" type="Area-Type"/>
         
<!-- usages of this operational area (the type of zone that this is) -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="usageText" type="FreeText" minOccurs="0"/>
   
<!-- and additional usage text needed -->
   
<xs:element name="enclosedBy">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="32">
         
<xs:element name="enclosedBy-item" type="ReferenceID"/>
         
<!-- links other zones which this zone is within -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="enclosing">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="32">
         
<xs:element name="enclosing-item" type="ReferenceID"/>
         
<!-- links to other zones which this zone encloses -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="bounds" type="lrms:LocationReference" minOccurs="0"/>
   
<!-- a gross bounding rect for the zone -->
   
<xs:element name="where" type="lrms:LocationReference" minOccurs="0"/>
   
<!-- Based on [SAE.LRMS.Address] or
         Based on [SAE.LRMS.Geo.Polygon]
         where it is located --
>
   
<xs:element name="whereGeneric">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="32">
         
<xs:element name="whereGeneric-item" type="itis:GenericLocations"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="whereText" type="FreeText" minOccurs="0"/>
   
<!-- add any local boundary with text here -->
   
<xs:element name="contactRef" type="ReferenceID" minOccurs="0"/>
   
<!-- whomever is in charge of this zone -->
   
<xs:element name="iscRef" type="ReferenceID" minOccurs="0"/>
   
<!-- the current ICS,  if known -->
   
<xs:element name="eMail" type="FreeText" minOccurs="0"/>
   
<!-- address to route messages to the contact
         the further data element  (below)  may also be used
         for linking to resources --
>
   
<xs:element name="radio" type="FreeText" minOccurs="0"/>
   
<!-- radio channel to contact persons at this zone -->
   
<xs:element name="contactText" type="FreeText" minOccurs="0"/>
   
<!-- Staging Officer Contact,  name if needed -->
   
<xs:element name="ingressRoutes" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="ingressRoute" type="RouteSet"/>
         
<!-- a set of routes,  enclosing routes as per SAE work used to reach the zone -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ingress" type="FreeText" minOccurs="0"/>
   
<!-- Ingress instructions -->
   
<xs:element name="egressRoutes" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="egressRoute" type="RouteSet"/>
         
<!-- a set of routes,  enclosing routes as per SAE work used to leave the zone -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="egress" type="FreeText" minOccurs="0"/>
   
<!-- egress instructions,  may include decon steps -->
   
<xs:element name="equipment" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="equipment-item" type="EquipmentList"/>
         
<!-- lists of equipement needed to be in this zone -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="equipmentTxt" type="FreeText" minOccurs="0"/>
   
<!-- addtonal equipement needed to be in this zone -->
   
<xs:element name="training" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="training-item" type="QualificationsList"/>
         
<!-- lists of training or skills needed to be in this zone -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="trainingTxt" type="FreeText" minOccurs="0"/>
   
<!-- addtonal training or skills needed to be in this zone -->
   
<xs:element name="guidance" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="5">
         
<xs:element name="guidance-item" type="Guidance"/>
         
<!-- sets of advice and warning phrases for those in the zone -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="comment" type="FreeText" minOccurs="0"/>
   
<!-- general comment area -->
   
<xs:element name="furtherData" type="URL-Link" minOccurs="0"/>
   
<xs:element name="localStagingArea" type="local:StagingArea" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element StagingArea/name
diagram
type FreeText
properties
isRef 0
content simple
facets
minLength 1
maxLength 500
source <xs:element name="name" type="FreeText"/>

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

element StagingArea/eventRefs
diagram
properties
isRef 0
content complex
children eventRef
source <xs:element name="eventRefs">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="64">
     
<xs:element name="eventRef" type="ReferenceID"/>
     
<!-- the incidents associated with this zone -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/eventRefs/eventRef
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="eventRef" type="ReferenceID"/>

element StagingArea/usage
diagram
properties
isRef 0
content complex
children usage-item
source <xs:element name="usage">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="32">
     
<xs:element name="usage-item" type="Area-Type"/>
     
<!-- usages of this operational area (the type of zone that this is) -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/usage/usage-item
diagram
type Area-Type
properties
isRef 0
content simple
source <xs:element name="usage-item" type="Area-Type"/>

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

element StagingArea/enclosedBy
diagram
properties
isRef 0
content complex
children enclosedBy-item
source <xs:element name="enclosedBy">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="32">
     
<xs:element name="enclosedBy-item" type="ReferenceID"/>
     
<!-- links other zones which this zone is within -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/enclosedBy/enclosedBy-item
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="enclosedBy-item" type="ReferenceID"/>

element StagingArea/enclosing
diagram
properties
isRef 0
content complex
children enclosing-item
source <xs:element name="enclosing">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="32">
     
<xs:element name="enclosing-item" type="ReferenceID"/>
     
<!-- links to other zones which this zone encloses -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/enclosing/enclosing-item
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="enclosing-item" type="ReferenceID"/>

element StagingArea/bounds
diagram
type lrms:LocationReference
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children locationName externalID pointLocation linkLocation areaLocation chain transition groupLocation routeLocation geometry geoCoord grid linearReference crossStreets address preCoded nodeAttribute spatialObject publicGrid
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="bounds" type="lrms:LocationReference" minOccurs="0"/>

element StagingArea/where
diagram
type lrms:LocationReference
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children locationName externalID pointLocation linkLocation areaLocation chain transition groupLocation routeLocation geometry geoCoord grid linearReference crossStreets address preCoded nodeAttribute spatialObject publicGrid
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="where" type="lrms:LocationReference" minOccurs="0"/>

element StagingArea/whereGeneric
diagram
properties
isRef 0
content complex
children whereGeneric-item
source <xs:element name="whereGeneric">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="32">
     
<xs:element name="whereGeneric-item" type="itis:GenericLocations"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/whereGeneric/whereGeneric-item
diagram
type itis:GenericLocations
properties
isRef 0
content simple
source <xs:element name="whereGeneric-item" type="itis:GenericLocations"/>

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

element StagingArea/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 StagingArea/iscRef
diagram
type ReferenceID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="iscRef" type="ReferenceID" minOccurs="0"/>

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

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

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

element StagingArea/ingressRoutes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ingressRoute
source <xs:element name="ingressRoutes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="32">
     
<xs:element name="ingressRoute" type="RouteSet"/>
     
<!-- a set of routes,  enclosing routes as per SAE work used to reach the zone -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

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

element StagingArea/egressRoutes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children egressRoute
source <xs:element name="egressRoutes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="32">
     
<xs:element name="egressRoute" type="RouteSet"/>
     
<!-- a set of routes,  enclosing routes as per SAE work used to leave the zone -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

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

element StagingArea/equipment
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children equipment-item
source <xs:element name="equipment" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="32">
     
<xs:element name="equipment-item" type="EquipmentList"/>
     
<!-- lists of equipement needed to be in this zone -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/equipment/equipment-item
diagram
type EquipmentList
properties
isRef 0
content simple
source <xs:element name="equipment-item" type="EquipmentList"/>

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

element StagingArea/training
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children training-item
source <xs:element name="training" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="32">
     
<xs:element name="training-item" type="QualificationsList"/>
     
<!-- lists of training or skills needed to be in this zone -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/training/training-item
diagram
type QualificationsList
properties
isRef 0
content simple
source <xs:element name="training-item" type="QualificationsList"/>

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

element StagingArea/guidance
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children guidance-item
source <xs:element name="guidance" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="5">
     
<xs:element name="guidance-item" type="Guidance"/>
     
<!-- sets of advice and warning phrases for those in the zone -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element StagingArea/guidance/guidance-item
diagram
type Guidance
properties
isRef 0
content complex
children recommendation manditory warning cautions text
source <xs:element name="guidance-item" type="Guidance"/>

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

element StagingArea/furtherData
diagram
type URL-Link
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 100
source <xs:element name="furtherData" type="URL-Link" minOccurs="0"/>

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


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