Documentation for ATIS-Draft-03-00-79

Simple Type: WarningAdvice

[Table of contents]

Super-types: None
Sub-types: None
Name WarningAdvice
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 6912 <= value <= 7167
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'risk'|'watch'|'warning'|'alert'|'danger'|'danger of explosion'|'danger of fire'|'extra police patrols in operation'|'look out for vehicles stopped under bridges'|'increased risk of accident'|'rescue and recovery work in progress at scene'|'police at scene'|'emergency vehicles at scene'|'traffic being directed around accident area'|'police directing traffic'|'rescue workers directing traffic'|'repairs in progress'|'pilot car in operation'|'look out for flagger'|'police checks in operation'|'truck check point'|'lockdown'|'security check point'|'single occupancy vehicle check point'|'mandatory speed limit in force'|'speed limit in force for heavy vehicles'|'warning canceled'|'watch canceled'|'alert canceled'|'ended'|'cleared'|'canceled'}
    • 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-1788258481
Schema Component Representation
<xs:simpleType name="WarningAdvice">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="6912"/>
<xs:maxInclusive value="7167"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="risk" id="_6913"/>
<xs:enumeration value="watch" id="_6914"/>
<xs:enumeration value="warning" id="_6915"/>
<xs:enumeration value="alert" id="_6916"/>
<xs:enumeration value="danger" id="_6917"/>
<xs:enumeration value="danger of explosion" id="_6918"/>
<xs:enumeration value="danger of fire" id="_6919"/>
<xs:enumeration value="extra police patrols in operation" id="_6920"/>
<xs:enumeration value="look out for vehicles stopped under bridges" id="_6921"/>
<xs:enumeration value="increased risk of accident" id="_6922"/>
<xs:enumeration value="rescue and recovery work in progress at scene" id="_6923"/>
<xs:enumeration value="police at scene" id="_6924"/>
<xs:enumeration value="emergency vehicles at scene" id="_6925"/>
<xs:enumeration value="traffic being directed around accident area" id="_6926"/>
<xs:enumeration value="police directing traffic" id="_6927"/>
<xs:enumeration value="rescue workers directing traffic" id="_6928"/>
<xs:enumeration value="repairs in progress" id="_6929"/>
<xs:enumeration value="pilot car in operation" id="_6930"/>
<xs:enumeration value="look out for flagger" id="_6931"/>
<xs:enumeration value="police checks in operation" id="_6932"/>
<xs:enumeration value="truck check point" id="_6937"/>
<xs:enumeration value="lockdown" id="_6935"/>
<xs:enumeration value="security check point" id="_6936"/>
<xs:enumeration value="single occupancy vehicle check point" id="_6938"/>
<xs:enumeration value="mandatory speed limit in force" id="_6933"/>
<xs:enumeration value="speed limit in force for heavy vehicles" id="_6934"/>
<xs:enumeration value="warning canceled" id="_7034"/>
<xs:enumeration value="watch canceled" id="_7035"/>
<xs:enumeration value="alert canceled" id="_7036"/>
<xs:enumeration value="ended" id="_7037"/>
<xs:enumeration value="cleared" id="_7038"/>
<xs:enumeration value="canceled" id="_7039"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:WarningAdvice "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>