<xsd:complexType name="CreditType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CreditDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Miscellaneous additions to the dealer settlement amount (e.g., Owner Loyalty Reimbursement).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CreditAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The dollar amount being added to the dealer settlement amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|