<xsd:complexType name="DealStackabilityType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This section indicates the stackability of the deals.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AlwaysStackableInd" type="udt:IndicatorType" minOccurs="1" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicates if a program ID is stackable for an incentive or not, it also depends on See Contract Indicator.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="notStackableProgramId" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Each of the programIDs for each incentive that is non stackable with this incentive is indicated in this field.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|