Definition Type: Attribute
Name: ConnectionInfo
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies whether a connection is for a stopover or a change of flights.
Collapse XSD Schema Diagram:
XSD Diagram of ConnectionInfo in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ConnectionInfo" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies whether a connection is for a stopover or a change of flights.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="Via" />
            <xs:enumeration value="Stop" />
            <xs:enumeration value="Change" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Via
Enumeration Stop
Enumeration Change