<xs:element name="NegotiatedFareCode" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en"> Contains negotiated fare code information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="CodeListAirGroup">
<xs:annotation>
<xs:documentation xml:lang="en"> Contains code information for a negotiated fare.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="TicketDesignatorCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The ticket designator code for this negotiated fare code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OverrideRuleInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the rules for the negotiated fare should not be applied. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|