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

            available (1)
            responding (2)
            returning (3)
            maintenance (4)
            unavailable (5)
            otherIncident (6) -- values to 127 reserved for std use
             -- values 128 to 255 reserved for local use
        
source <xs:simpleType name="IM-CurrentStatus">
 
<xs:annotation>
   
<xs:appinfo>
            available (1)
            responding (2)
            returning (3)
            maintenance (4)
            unavailable (5)
            otherIncident (6) -- values to 127 reserved for std use
             -- values 128 to 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="6"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="available"/>
       
<xs:enumeration value="responding"/>
       
<xs:enumeration value="returning"/>
       
<xs:enumeration value="maintenance"/>
       
<xs:enumeration value="unavailable"/>
       
<xs:enumeration value="otherIncident"/>
     
</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-CurrentStatus"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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