Documentation for ATIS-Draft-03-00-79

Simple Type: UnusualDriving

[Table of contents]

Super-types: None
Sub-types: None
Name UnusualDriving
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1792 <= value <= 2047
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'vehicle traveling wrong way'|'reckless driver'|'prohibited vehicle on roadway'|'emergency vehicles on roadway'|'high speed emergency vehicles'|'high speed chase'|'dangerous vehicle warning cleared'|'emergency vehicle warning cleared'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h427599427
Schema Component Representation
<xs:simpleType name="UnusualDriving">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1792"/>
<xs:maxInclusive value="2047"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="vehicle traveling wrong way" id="_1793"/>
<xs:enumeration value="reckless driver" id="_1794"/>
<xs:enumeration value="prohibited vehicle on roadway" id="_1795"/>
<xs:enumeration value="emergency vehicles on roadway" id="_1796"/>
<xs:enumeration value="high speed emergency vehicles" id="_1797"/>
<xs:enumeration value="high speed chase" id="_1798"/>
<xs:enumeration value="dangerous vehicle warning cleared" id="_1918"/>
<xs:enumeration value="emergency vehicle warning cleared" id="_1919"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:UnusualDriving "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>