namespace | http://www.ITIS-Adopted-03-00-02 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, SuggestionAdvice) | ||||
used by |
|
||||
source | <xs:simpleType name="SuggestionAdvice"> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="6656"/> <xs:maxInclusive value="6911"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="why not ride share" id="_6657"/> <xs:enumeration value="is this your no ride day" id="_6658"/> <xs:enumeration value="why not use transit" id="_6659"/> <xs:enumeration value="why not park and ride" id="_6660"/> <xs:enumeration value="why not try paratransit" id="_6661"/> <xs:enumeration value="why not travel by rail" id="_6662"/> <xs:enumeration value="why not use the subway" id="_6663"/> <xs:enumeration value="why not try rapid transit" id="_6664"/> <xs:enumeration value="why not travel by bus" id="_6665"/> <xs:enumeration value="your parking ticket covers the return ride" id="_6666"/> <xs:enumeration value="avoid the rush hour" id="_6667"/> <xs:enumeration value="do not allow unnecessary gaps" id="_6668"/> <xs:enumeration value="follow the vehicle in front smoothly" id="_6669"/> <xs:enumeration value="do not slow down unnecessarily" id="_6670"/> <xs:enumeration value="watch for muggers" id="_6671"/> <xs:enumeration value="watch for pickpockets" id="_6672"/> <xs:enumeration value="watch for thieves" id="_6673"/> <xs:enumeration value="sorry for any delay" id="_6674"/> <xs:enumeration value="thank you for your understanding" id="_6675"/> <xs:enumeration value="we appreciate your patience" id="_6676"/> <xs:enumeration value="we are grateful for your cooperation" id="_6677"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\[.+\].*"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:SuggestionAdvice"/> </xs:simpleType> </xs:union> </xs:simpleType> |