Uses the Component:MonthlyWorkshopReportLaborLineType
Detail Line
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| RetailLaborHours |
The total of retail labor hours produced for the reporting period. | 1..1 | Field | udt:NumericType | |
| WarrantyLaborHours |
The total of warranty labor hours produced for the reporting period. | 1..1 | Field | udt:NumericType | |
| InternalLaborHours |
The total of internal labor hours produced for the reporting period. | 1..1 | Field | udt:NumericType |
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.6. MonthlyWorkshopReportLaborLine
<MonthlyWorkshopReportLaborLine>
<RetailLaborHours>......</RetailLaborHours> [1..1]
<WarrantyLaborHours>......</WarrantyLaborHours> [1..1]
<InternalLaborHours>......</InternalLaborHours> [1..1]
</MonthlyWorkshopReportLaborLine>