<xsd:complexType name="GoodwillType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="GoodwillPartsCostPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Percentage of part cost to be paid by manufacturer as goodwill for this job.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="GoodwillLaborCostPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Percentage of labor cost to be paid by manufacturer as goodwill for this job.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="GoodwillSubletPartsCostPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Percentage of sublet parts cost to be paid by manufacturer as goodwill for this job.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="GoodwillSubletLaborCostPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Percentage of sublet labor cost to be paid by manufacturer as goodwill for this job.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|