Documentation for ATIS-Draft-03-00-79

Simple Type: FC-DiscountType

[Table of contents]

Super-types: None
Sub-types: None
Name FC-DiscountType
Used by (from the same schema document) Complex Type FCFarePolicyRecord
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 10
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'senior'|'handicap'|'veteran'|'smartcard'|'multitrip'|'weekend'|'holiday'|'special offer1'|'special offer2'|'special offer3'}
    • 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 senior (1) handicap (2) veteran (3) smartcard (4) multitrip (5) weekend (6) holiday (7) special offer1 (8) special offer2 (9) special offer3 (10) -- 11-127 reserved -- 128-255 local use
Diagram
h2037804102
Schema Component Representation
<xs:simpleType name="FC-DiscountType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="senior"/>
<xs:enumeration value="handicap"/>
<xs:enumeration value="veteran"/>
<xs:enumeration value="smartcard"/>
<xs:enumeration value="multitrip"/>
<xs:enumeration value="weekend"/>
<xs:enumeration value="holiday"/>
<xs:enumeration value="special offer1"/>
<xs:enumeration value="special offer2"/>
<xs:enumeration value="special offer3"/>
</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-DiscountType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>