<xsd:complexType name="DeductionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="DeductionDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Description of any deductions from the dealer settlement amount (e.g., Tax Stamp Amount).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DeductionAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The dollar amount being deducted from the dealer settlement amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|