<xsd:complexType name="EligibleTierTermInfoType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Capturs the Tier and Term details for the Contract that are needed for this Rebate to be eligible and applied to the deal.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Tiers" minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element ref="Terms" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|