complexType CenterPlans
diagram
namespace http://www.IM-Draft-03-00-44a
children distribute header respPlanNumber respPlanType routeSets respPlanAuth planNumber text furtherData localCenterPlans
used by
elements IDX-Wrapper/centerPlans/centerPlan MobileIDXWrapper/centerPlan centerPlans IMWrapper/centerPlans
source <xs:complexType name="CenterPlans">
 
<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="respPlanNumber" type="tmdd:Event-response-plan-identifier" minOccurs="0"/>
   
<!-- [ITE.TMDD.Event-response-plan-identifier] -->
   
<xs:element name="respPlanType" type="tmdd:Event-response-plan-type" minOccurs="0"/>
   
<!-- [ITE.TMDD.Event-response-plan-type] -->
   
<xs:element name="routeSets" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="32">
         
<xs:element name="routeSet" type="RouteSet"/>
         
<!-- enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for the route and a set of start and end date-times -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="respPlanAuth" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="FreeText">
         
<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="planNumber" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="999"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="text" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="999"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="furtherData" type="URL-Link" minOccurs="0"/>
   
<!-- a pointer to any further data -->
   
<xs:element name="localCenterPlans" type="local:CenterPlans" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element CenterPlans/distribute
diagram
type Distribution
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children from to reference localDistribution
source <xs:element name="distribute" type="Distribution" minOccurs="0"/>

element CenterPlans/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 CenterPlans/respPlanNumber
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="respPlanNumber" type="tmdd:Event-response-plan-identifier" minOccurs="0"/>

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

element CenterPlans/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"/>
     
<!-- enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for the route and a set of start and end date-times -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element CenterPlans/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 CenterPlans/respPlanAuth
diagram
type restriction of FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 200
source <xs:element name="respPlanAuth" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="FreeText">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="200"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

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

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

element CenterPlans/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 CenterPlans/localCenterPlans
diagram
type local:CenterPlans
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localCenterPlans" type="local:CenterPlans" minOccurs="0"/>


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