simpleType tcip:CC-TravelerDenyReason
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CC-TravelerDenyReason)
used by
elements tcip:CcConnProtDeny/reason tcip:CcWheelchairDeny/reason
annotation
appinfo

            conn prot not enabled (1)
            invalid request (2)
            ptv unavailable (3)
            ptv unreachable (4)
            service problems (5)
            ptv already departed (6)
            equipped ptv unavail (7) -- values 8-127 reserved
             -- values 128-255 local use
        
source <xs:simpleType name="CC-TravelerDenyReason">
 
<xs:annotation>
   
<xs:appinfo>
            conn prot not enabled (1)
            invalid request (2)
            ptv unavailable (3)
            ptv unreachable (4)
            service problems (5)
            ptv already departed (6)
            equipped ptv unavail (7) -- values 8-127 reserved
             -- values 128-255 local use
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="7"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="conn prot not enabled"/>
       
<xs:enumeration value="invalid request"/>
       
<xs:enumeration value="ptv unavailable"/>
       
<xs:enumeration value="ptv unreachable"/>
       
<xs:enumeration value="service problems"/>
       
<xs:enumeration value="ptv already departed"/>
       
<xs:enumeration value="equipped ptv unavail"/>
     
</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:CC-TravelerDenyReason"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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