<xsd:complexType name="InitiativeRebateGroupType">
<xsd:sequence>
<xsd:element name="RebateTypeCode" type="scl:RebateTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Identifies whether the rebate amount is Manufacturer
Rebate, Dealer Rebate or a Third Party Rebate. This rebate applies to
the initiative.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RebateAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Dollar amount of rebate value for the
initiative.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|