<xsd:simpleType name="DistributionType_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">Defines the preferred method of communication or the method of distribution for the material.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DistributionType_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Fax" />
<xsd:enumeration value="Email" />
<xsd:enumeration value="Mail" />
<xsd:enumeration value="Courier" />
<xsd:enumeration value="Airport collection" />
<xsd:enumeration value="City office" />
<xsd:enumeration value="Hotel desk" />
<xsd:enumeration value="Will call" />
<xsd:enumeration value="Express mail" />
<xsd:enumeration value="Telephone" />
<xsd:enumeration value="XML" />
<xsd:enumeration value="FTP" />
<xsd:enumeration value="Website" />
<xsd:enumeration value="HTTP" />
<xsd:enumeration value="Non-XML" />
<xsd:enumeration value="Any" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|