Definition Type: Element
Name: FareInfos
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This is a collection of FareInfo
Collapse XSD Schema Diagram:
Drilldown into FareInfo in schema ota_aircommontypes_xsd1XSD Diagram of FareInfos in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareInfos" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">This is a collection of FareInfo</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FareInfo" maxOccurs="10">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Detailed information on individual priced fares</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:annotation>
                        <xs:documentation xml:lang="en"> Information used to define a fare and its associated rules information.</xs:documentation>
                    </xs:annotation>
                    <xs:complexContent>
                        <xs:extension base="FareInfoType">
                            <xs:sequence>
                                <xs:element ref="TPA_Extensions" minOccurs="0" />
                            </xs:sequence>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FareInfo FareInfo (1) 10