Documentation for ATIS-Draft-03-00-79

Simple Type: Qualifiers

[Table of contents]

Super-types: None
Sub-types: None
Name Qualifiers
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 7680 <= value <= 7935
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'above'|'below'|'in'|'around'|'after'|'before'|'at'|'on'|'near'|'from the'|'terminal'|'falling slowly'|'falling'|'falling quickly'|'rising slowly'|'rising'|'rising quickly'|'steady'|'likely'|'changing to'|'mostly'|'partly'|'minus'|'weather ended'|'expected'|'low'|'mid'|'high'|'upper'|'unseasonably'|'reported'|'advice'|'due to'|'proceed to'|'transferred to'|'use'|'affecting'|'blocking'|'connecting'|'finished'|'for'|'or'|'and'|'later'|'level'|'shortly'|'soon'|'service'|'graffiti'|'damaged'|'out of order'|'on State right of way'|'found property'|'vandalism'}
    • 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-1854283954
Schema Component Representation
<xs:simpleType name="Qualifiers">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="7680"/>
<xs:maxInclusive value="7935"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="above" id="_7681"/>
<xs:enumeration value="below" id="_7682"/>
<xs:enumeration value="in" id="_7683"/>
<xs:enumeration value="around" id="_7684"/>
<xs:enumeration value="after" id="_7685"/>
<xs:enumeration value="before" id="_7686"/>
<xs:enumeration value="at" id="_7687"/>
<xs:enumeration value="on" id="_7688"/>
<xs:enumeration value="near" id="_7689"/>
<xs:enumeration value="from the" id="_7690"/>
<xs:enumeration value="terminal" id="_7691"/>
<xs:enumeration value="falling slowly" id="_7692"/>
<xs:enumeration value="falling" id="_7693"/>
<xs:enumeration value="falling quickly" id="_7694"/>
<xs:enumeration value="rising slowly" id="_7695"/>
<xs:enumeration value="rising" id="_7696"/>
<xs:enumeration value="rising quickly" id="_7697"/>
<xs:enumeration value="steady" id="_7698"/>
<xs:enumeration value="likely" id="_7699"/>
<xs:enumeration value="changing to" id="_7700"/>
<xs:enumeration value="mostly" id="_7701"/>
<xs:enumeration value="partly" id="_7702"/>
<xs:enumeration value="minus" id="_7703"/>
<xs:enumeration value="weather ended" id="_7704"/>
<xs:enumeration value="expected" id="_7705"/>
<xs:enumeration value="low" id="_7706"/>
<xs:enumeration value="mid" id="_7707"/>
<xs:enumeration value="high" id="_7708"/>
<xs:enumeration value="upper" id="_7709"/>
<xs:enumeration value="unseasonably" id="_7710"/>
<xs:enumeration value="reported" id="_7711"/>
<xs:enumeration value="advice" id="_7712"/>
<xs:enumeration value="due to" id="_7713"/>
<xs:enumeration value="proceed to" id="_7714"/>
<xs:enumeration value="transferred to" id="_7715"/>
<xs:enumeration value="use" id="_7716"/>
<xs:enumeration value="affecting" id="_7717"/>
<xs:enumeration value="blocking" id="_7718"/>
<xs:enumeration value="connecting" id="_7719"/>
<xs:enumeration value="finished" id="_7720"/>
<xs:enumeration value="for" id="_7721"/>
<xs:enumeration value="or" id="_7722"/>
<xs:enumeration value="and" id="_7723"/>
<xs:enumeration value="later" id="_7724"/>
<xs:enumeration value="level" id="_7725"/>
<xs:enumeration value="shortly" id="_7726"/>
<xs:enumeration value="soon" id="_7727"/>
<xs:enumeration value="service" id="_7728"/>
<xs:enumeration value="graffiti" id="_7733"/>
<xs:enumeration value="damaged" id="_7729"/>
<xs:enumeration value="out of order" id="_7730"/>
<xs:enumeration value="on State right of way" id="_7732"/>
<xs:enumeration value="found property" id="_7734"/>
<xs:enumeration value="vandalism" id="_7731"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:Qualifiers "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>