<xsd:complexType name="ContractIncentivesType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
The incentives being applied to a Contract.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="IncentiveType" type="scl:IncentiveContentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Describes the type of Incentive.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IncentiveAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The dollar amount of the incentive being
offered.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|