Uses the Component:GoodwillType
Information regarding goodwill provided by the manufacturer.
Table 6.110. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
GoodwillPartsCostPercent |
Percentage of part cost to be paid by manufacturer as goodwill for this job. | 0..1 | Field | udt:PercentType | |
GoodwillLaborCostPercent |
Percentage of labor cost to be paid by manufacturer as goodwill for this job. | 0..1 | Field | udt:PercentType | |
GoodwillSubletPartsCostPercent |
Percentage of sublet parts cost to be paid by manufacturer as goodwill for this job. | 0..1 | Field | udt:PercentType | |
GoodwillSubletLaborCostPercent |
Percentage of sublet labor cost to be paid by manufacturer as goodwill for this job. | 0..1 | Field | udt:PercentType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.108. Goodwill
<Goodwill> <GoodwillPartsCostPercent>......</GoodwillPartsCostPercent> [0..1] <GoodwillLaborCostPercent>......</GoodwillLaborCostPercent> [0..1] <GoodwillSubletPartsCostPercent>......</GoodwillSubletPartsCostPercent> [0..1] <GoodwillSubletLaborCostPercent>......</GoodwillSubletLaborCostPercent> [0..1] </Goodwill>