simpleType tcip:IM-ResponseCommands
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, IM-ResponseCommands)
used by
element tcip:IMIncident/response-commands/response-command
annotation
appinfo

            verify (1) -- Travel to scene to verify a reported incident
            resolve (2) -- Travel to scene to resolve/clear the incident
            recall (3) -- Cancel/recall  (return from incident scene)
            adjust service (4) -- Adjust service in response to the incident
            reroute (5) -- Reroute traffic around incident scene
             -- 6-255 Reserved for Local Use
        
source <xs:simpleType name="IM-ResponseCommands">
 
<xs:annotation>
   
<xs:appinfo>
            verify (1) -- Travel to scene to verify a reported incident
            resolve (2) -- Travel to scene to resolve/clear the incident
            recall (3) -- Cancel/recall  (return from incident scene)
            adjust service (4) -- Adjust service in response to the incident
            reroute (5) -- Reroute traffic around incident scene
             -- 6-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="5"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="verify"/>
       
<xs:enumeration value="resolve"/>
       
<xs:enumeration value="recall"/>
       
<xs:enumeration value="adjust service"/>
       
<xs:enumeration value="reroute"/>
     
</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-ResponseCommands"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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