Definition Type: Element
Name: Routing
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Specifies the routing for all the fares.
Collapse XSD Schema Diagram:
Drilldown into Info in schema ota_airfaredisplayrs_xsd Drilldown into Number in schema ota_airfaredisplayrs_xsdXSD Diagram of Routing in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Routing" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the routing for all the fares.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Info" minOccurs="0" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The routing direction and city airports for the direction.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="Direction" type="StringLength1to8" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The direction of the routing, such as to or from.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="Text" type="StringLength1to128" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The routing text associated with the direction.
</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="Number" type="Numeric1to9999" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">A routing number for the fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Info nsA:Info 0 99
Collapse Child Attributes:
Name Type Default Value Use
Number nsA:Number Required