<xsd:complexType name="ContractInformationType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Information about the Contract
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ContractType" minOccurs="0" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicator to specify APR Contract/ Lease Contract or both
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IncentiveType" minOccurs="0" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This is the RATE or RENT CHARGE FACTOR defintion; "Subvented" or "Standard"
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TermRange" minOccurs="0" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Describes the term range type. Standard denotes 0-24, 25-36 etc. Allowed values are "STANDARD" or "CUSTOM".
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EligibleTierTermInfo" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|