Documentation for ATIS-Draft-03-00-79

Simple Type: WinterDrivingIndex

[Table of contents]

Super-types: None
Sub-types: None
Name WinterDrivingIndex
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 6400 <= value <= 6655
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'driving conditions good'|'driving conditions fair'|'difficult driving conditions'|'very difficult driving conditions'|'hazardous driving conditions'|'extremely hazardous driving conditions'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h852955637
Schema Component Representation
<xs:simpleType name="WinterDrivingIndex">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="6400"/>
<xs:maxInclusive value="6655"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="driving conditions good" id="_6401"/>
<xs:enumeration value="driving conditions fair" id="_6402"/>
<xs:enumeration value="difficult driving conditions" id="_6403"/>
<xs:enumeration value="very difficult driving conditions" id="_6404"/>
<xs:enumeration value="hazardous driving conditions" id="_6405"/>
<xs:enumeration value="extremely hazardous driving conditions" id="_6406"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:WinterDrivingIndex "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>