Documentation for ATIS-Draft-03-00-79

Simple Type: TravelerGroupAffected

[Table of contents]

Super-types: None
Sub-types: None
Name TravelerGroupAffected
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 9472 <= value <= 9727
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'through traffic'|'holiday traffic'|'residents'|'visitors'|'long distance traffic'|'local traffic'|'regional traffic'|'arrivals'|'departures'|'airline travelers'|'commuter airline travelers'|'domestic airline travelers'|'international airline travelers'|'pedestrians'|'bicyclists'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h1727136935
Schema Component Representation
<xs:simpleType name="TravelerGroupAffected">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="9472"/>
<xs:maxInclusive value="9727"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="through traffic" id="_9473"/>
<xs:enumeration value="holiday traffic" id="_9474"/>
<xs:enumeration value="residents" id="_9475"/>
<xs:enumeration value="visitors" id="_9476"/>
<xs:enumeration value="long distance traffic" id="_9477"/>
<xs:enumeration value="local traffic" id="_9478"/>
<xs:enumeration value="regional traffic" id="_9479"/>
<xs:enumeration value="arrivals" id="_9480"/>
<xs:enumeration value="departures" id="_9481"/>
<xs:enumeration value="airline travelers" id="_9482"/>
<xs:enumeration value="commuter airline travelers" id="_9483"/>
<xs:enumeration value="domestic airline travelers" id="_9484"/>
<xs:enumeration value="international airline travelers" id="_9485"/>
<xs:enumeration value="pedestrians" id="_9486"/>
<xs:enumeration value="bicyclists" id="_9487"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:TravelerGroupAffected "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>