<xsd:complexType name="PartMasterPricingType">
<xsd:sequence>
<xsd:element name="PartMasterPriceTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Type of Pricing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="QuantityDiscounts">
<xsd:annotation>
<xsd:documentation>Lists the Quantity Discounts available for this part.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TaxableAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Taxable Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="NonTaxableAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Nontaxable Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Total Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="UnitPriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Unit Price</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="StartDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Validity Start Date for the Price</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EndDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Validity End Date for the Price</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|