<xsd:complexType name="PersonDiscount">
<xsd:annotation>
<xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
<xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PersonDiscount</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:PersonIdentifier">
<xsd:annotation>
<xsd:documentation source="Description">A person discounts</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Discount" type="ota2-0400:RateQualifier">
<xsd:annotation>
<xsd:documentation source="Description">Promotions and other rate qualifying discounts applied to this order. Note that promotions may be tied to individuals or to the order as a whole.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|