Documentation for ATIS-Draft-03-00-79

Simple Type: SuggestionAdvice

[Table of contents]

Super-types: None
Sub-types: None
Name SuggestionAdvice
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 6656 <= value <= 6911
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'why not ride share'|'is this your no ride day'|'why not use transit'|'why not park and ride'|'why not try paratransit'|'why not travel by rail'|'why not use the subway'|'why not try rapid transit'|'why not travel by bus'|'your parking ticket covers the return ride'|'avoid the rush hour'|'do not allow unnecessary gaps'|'follow the vehicle in front smoothly'|'do not slow down unnecessarily'|'watch for muggers'|'watch for pickpockets'|'watch for thieves'|'sorry for any delay'|'thank you for your understanding'|'we appreciate your patience'|'we are grateful for your cooperation'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h1507119777
Schema Component Representation
<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>