<xs:element name="FareReference" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide the fare basis code, the fare class code, and/or ticket designator. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StringLength0to8">
<xs:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the class of service for the specified fare basis code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TicketDesignatorCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the discount code applicable to the fare that is associated with this fare basis code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccountCode" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A code to uniquely identify a fare account.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|