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

            staticSign (1) -- static sign with station stop ID/name
            routes (2)
            schedules (3)
            fares (4)
            system map (5)
            area map (6)
            timetables (7) -- printed and removable
            real time information (8)
            attended (9) -- agent or attended phone for information
             -- 10-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="PI-InformationType">
 
<xs:annotation>
   
<xs:appinfo>
            staticSign (1) -- static sign with station stop ID/name
            routes (2)
            schedules (3)
            fares (4)
            system map (5)
            area map (6)
            timetables (7) -- printed and removable
            real time information (8)
            attended (9) -- agent or attended phone for information
             -- 10-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="9"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="staticSign"/>
       
<xs:enumeration value="routes"/>
       
<xs:enumeration value="schedules"/>
       
<xs:enumeration value="fares"/>
       
<xs:enumeration value="system map"/>
       
<xs:enumeration value="area map"/>
       
<xs:enumeration value="timetables"/>
       
<xs:enumeration value="real time information"/>
       
<xs:enumeration value="attended"/>
     
</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-InformationType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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