Documentation for ATIS-Draft-03-00-79

Simple Type: AdviceInstructionsRecommendations

[Table of contents]

Super-types: None
Sub-types: None
Name AdviceInstructionsRecommendations
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 7168 <= value <= 7423
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'drive carefully'|'drive with extreme caution'|'approach with care'|'keep your distance'|'increase normal following distance'|'test your brakes'|'cross intersection with care'|'pass with care'|'use low beam headlights'|'use fog lights'|'use hazard warning lights'|'do not leave your vehicle'|'leave your vehicle and proceed to next safe place'|'turn off engine'|'close all windows turn off heater air conditioner and vents'|'turn off air conditioner to prevent engine overheating'|'turn off mobile phones and two way radios'|'prepare to stop'|'stop at next rest area'|'stop at next safe place'|'only travel if absolutely necessary'|'drive to another service area'|'use through traffic lanes'|'use local traffic lanes'|'use left hand parallel roadway'|'use right hand parallel roadway'|'use heavy vehicle lane'|'observe recommended speed'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h-1979923592
Schema Component Representation
<xs:simpleType name="AdviceInstructionsRecommendations">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="7168"/>
<xs:maxInclusive value="7423"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="drive carefully" id="_7169"/>
<xs:enumeration value="drive with extreme caution" id="_7170"/>
<xs:enumeration value="approach with care" id="_7171"/>
<xs:enumeration value="keep your distance" id="_7172"/>
<xs:enumeration value="increase normal following distance" id="_7173"/>
<xs:enumeration value="test your brakes" id="_7174"/>
<xs:enumeration value="cross intersection with care" id="_7175"/>
<xs:enumeration value="pass with care" id="_7176"/>
<xs:enumeration value="use low beam headlights" id="_7177"/>
<xs:enumeration value="use fog lights" id="_7178"/>
<xs:enumeration value="use hazard warning lights" id="_7179"/>
<xs:enumeration value="do not leave your vehicle" id="_7180"/>
<xs:enumeration value="leave your vehicle and proceed to next safe place" id="_7181"/>
<xs:enumeration value="turn off engine" id="_7182"/>
<xs:enumeration value="close all windows turn off heater air conditioner and vents" id="_7183"/>
<xs:enumeration value="turn off air conditioner to prevent engine overheating" id="_7184"/>
<xs:enumeration value="turn off mobile phones and two way radios" id="_7185"/>
<xs:enumeration value="prepare to stop" id="_7186"/>
<xs:enumeration value="stop at next rest area" id="_7187"/>
<xs:enumeration value="stop at next safe place" id="_7188"/>
<xs:enumeration value="only travel if absolutely necessary" id="_7189"/>
<xs:enumeration value="drive to another service area" id="_7190"/>
<xs:enumeration value="use through traffic lanes" id="_7191"/>
<xs:enumeration value="use local traffic lanes" id="_7192"/>
<xs:enumeration value="use left hand parallel roadway" id="_7193"/>
<xs:enumeration value="use right hand parallel roadway" id="_7194"/>
<xs:enumeration value="use heavy vehicle lane" id="_7195"/>
<xs:enumeration value="observe recommended speed" id="_7196"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:AdviceInstructionsRecommendations "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>