simpleType tcip:IM-DetourType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, IM-DetourType)
used by
element tcip:CcNotifyDetour/detourType
annotation
appinfo

            ad hoc (1) -- response to an incident ,
             -- real time as the need arises
            canned (2) -- response to an incident ,
             -- used
            short term (3) -- need for detour known in advance ,
             -- incorporated into operator/vehicle assignments ,
             -- itinerary planning
            long term (4) -- advance to cover an entire need for detour known in
             -- schedule/pick period ,  detour is incorporated in
             -- the schedule and pick
             -- 5-127   (reserved for standard codes)
             -- 128-255  (reserved for local use)
        
source <xs:simpleType name="IM-DetourType">
 
<xs:annotation>
   
<xs:appinfo>
            ad hoc (1) -- response to an incident ,
             -- real time as the need arises
            canned (2) -- response to an incident ,
             -- used
            short term (3) -- need for detour known in advance ,
             -- incorporated into operator/vehicle assignments ,
             -- itinerary planning
            long term (4) -- advance to cover an entire need for detour known in
             -- schedule/pick period ,  detour is incorporated in
             -- the schedule and pick
             -- 5-127   (reserved for standard codes)
             -- 128-255  (reserved for local use)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="4"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="ad hoc"/>
       
<xs:enumeration value="canned"/>
       
<xs:enumeration value="short term"/>
       
<xs:enumeration value="long term"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:IM-DetourType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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