Definition Type: Element
Name: Info
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
The routing direction and city airports for the direction.
Collapse XSD Schema Diagram:
Drilldown into Text in schema ota_airfaredisplayrs_xsd Drilldown into Direction in schema ota_airfaredisplayrs_xsdXSD Diagram of Info in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Direction nsA:Direction Optional
Text nsA:Text Optional