<xsd:complexType abstract="true" name="Transport">
<xsd:annotation>
<xsd:documentation source="Description">Details of a method of transport. Choice facets for Air &amp; Rail to be defined.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Transport</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="TransportNumber" type="prod-0400:TransportNumber">
<xsd:annotation>
<xsd:documentation source="Description">A tiny string
Minimum length of 0 and a maximum length of 32</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Shared" />
</xsd:sequence>
</xsd:complexType>
|