Documentation for ATIS-Draft-03-00-79

Simple Type: FC-PassInstrType

[Table of contents]

Super-types: None
Sub-types: None
Name FC-PassInstrType
Used by (from the same schema document) Complex Type FCFarePolicyRecord
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 14
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'mag stripe'|'flash pass'|'transit check'|'smart card'|'employee'|'senior'|'handicap'|'vip'|'transit quest'|'contractor'|'monthly'|'daily'|'annual'|'parking'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data mag stripe (1) -- Magnetic stripe flash pass (2) -- Flash pass transit check (3) -- Transit check smart card (4) -- Smart card employee (5) senior (6) handicap (7) vip (8) transit quest (9) contractor (10) monthly (11) daily (12) annual (13) parking (14) -- 15-127 reserved -- 128-255 local use code
Diagram
h457824362
Schema Component Representation
<xs:simpleType name="FC-PassInstrType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="14"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="mag stripe"/>
<xs:enumeration value="flash pass"/>
<xs:enumeration value="transit check"/>
<xs:enumeration value="smart card"/>
<xs:enumeration value="employee"/>
<xs:enumeration value="senior"/>
<xs:enumeration value="handicap"/>
<xs:enumeration value="vip"/>
<xs:enumeration value="transit quest"/>
<xs:enumeration value="contractor"/>
<xs:enumeration value="monthly"/>
<xs:enumeration value="daily"/>
<xs:enumeration value="annual"/>
<xs:enumeration value="parking"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:FC-PassInstrType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>