<xsd:complexType name="AllowanceType">
<xsd:sequence>
<xsd:element minOccurs="0" name="CoOpDollarsAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
A monetary voucher given back to a dealer for purchasing
parts that can be used only for advertising expenses
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AllowancesLostDiscountsAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Allowed amount for lost discounts
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MonthlyReturnAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
A monthly monetary voucher given back to a dealer for parts
that have been returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SpecialAllowanceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Special allowance amounts generated by this
invoice.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|