Documentation for ATIS-Draft-03-00-79

Simple Type: FC-FareBasis

[Table of contents]

Super-types: None
Sub-types: None
Name FC-FareBasis
Used by (from the same schema document) Complex Type FCFarePolicyRecord
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 8
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'byTrip'|'withinZone'|'interZone'|'distance'|'direction'|'board location'|'peak trip'|'off peak trip'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data byTrip (1) withinZone (2) interZone (3) distance (4) direction (5) board location (6) peak trip (7) off peak trip (8) -- 9-127 reserved -- 128-255 local use
Diagram
h1125639269
Schema Component Representation
<xs:simpleType name="FC-FareBasis">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="byTrip"/>
<xs:enumeration value="withinZone"/>
<xs:enumeration value="interZone"/>
<xs:enumeration value="distance"/>
<xs:enumeration value="direction"/>
<xs:enumeration value="board location"/>
<xs:enumeration value="peak trip"/>
<xs:enumeration value="off peak trip"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:FC-FareBasis "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>