simpleType tcip:FC-MultipleTripType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-MultipleTripType)
used by
element tcip:FCFarePolicyRecord/multiple-trip-type
annotation
appinfo

            daily (1)
            ten trip (2)
            twenty trip (3)
            two trip (4)
            pass (5)
            nth ride free (6) -- 7-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="FC-MultipleTripType">
 
<xs:annotation>
   
<xs:appinfo>
            daily (1)
            ten trip (2)
            twenty trip (3)
            two trip (4)
            pass (5)
            nth ride free (6) -- 7-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="6"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="daily"/>
       
<xs:enumeration value="ten trip"/>
       
<xs:enumeration value="twenty trip"/>
       
<xs:enumeration value="two trip"/>
       
<xs:enumeration value="pass"/>
       
<xs:enumeration value="nth ride free"/>
     
</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:FC-MultipleTripType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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