<xsd:complexType name="SalesProgramType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Additional products
and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are
included in either total cash price, gross capitalized cost, or paid up front..
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="ProgramID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Program Id Eg.
Marketing</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5" />
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="MinimumBuyQuantity" type="sqdt:QuantityType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Allows the retailer to
know the minimum quantity of merchandise that can be ordered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="PriceBreak" />
</xsd:sequence>
</xsd:complexType>
|