Documentation for ATIS-Draft-03-00-79

Complex Type: FCTripFareAlternative

[Table of contents]

Super-types: None
Sub-types: None
Name FCTripFareAlternative
Used by (from the same schema document) Complex Type FCTripFare
Abstract no
XML Instance Representation
<...>
<rider-classification> atis:TravelerClass </rider-classification> [0..1]
Start Choice [1]
<monetary-value> FC-FareCost </monetary-value> [1]
<ride-value> FC-RideValue </ride-value> [1]
End Choice
<fare-structure> CPT-Footnote </fare-structure> [0..1]
</...>
Diagram
h-756079604 h1698922182 h-1848049906 h-125442069
Schema Component Representation
<xs:complexType name="FCTripFareAlternative">
<xs:sequence>
<xs:element name="rider-classification" type=" atis:TravelerClass " minOccurs="0"/>
<xs:choice>
<xs:element name="monetary-value" type=" FC-FareCost "/>
<xs:element name="ride-value" type=" FC-RideValue "/>
</xs:choice>
<xs:element name="fare-structure" type=" CPT-Footnote " minOccurs="0"/>
</xs:sequence>
</xs:complexType>