simpleType tcip:PI-ServiceStatusType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-ServiceStatusType)
used by
element tcip:PIServiceStatusRequest/statusType
annotation
appinfo

            range (1)
            countdown (2)
            offSched (3)
            departure (4) -- 5-127 Reserved
             -- 128-255 Local Use
        
source <xs:simpleType name="PI-ServiceStatusType">
 
<xs:annotation>
   
<xs:appinfo>
            range (1)
            countdown (2)
            offSched (3)
            departure (4) -- 5-127 Reserved
             -- 128-255 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="range"/>
       
<xs:enumeration value="countdown"/>
       
<xs:enumeration value="offSched"/>
       
<xs:enumeration value="departure"/>
     
</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:PI-ServiceStatusType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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