Definition Type: ComplexType
Name: TransportationsType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Used to define the types of transportation offered.
Collapse XSD Schema Diagram:
Drilldown into Transportations in schema ota_commontypes_xsdXSD Diagram of TransportationsType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="TransportationsType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to define the types of transportation offered.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Transportations" type="TransportationType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Collection of directions to/from a specific location via various modes of transportation</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Transportations Transportations 0 (1)
Collapse Derivation Tree:
Collapse References:
RelativePositionType