<xs:element name="NegotiatedFare" minOccurs="0">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Information for negotiated fares and services.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FareInfoType">
<xs:sequence>
<xs:element name="Supplier" type="CompanyNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Supplier/ carrier airline information.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|