MonthlyWorkshopReportLaborLine

Uses the Component:MonthlyWorkshopReportLaborLineType

Detail Line

Fields and Components

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..1Field udt:NumericType  
WarrantyLaborHours

The total of warranty labor hours produced for the reporting period.

1..1Field udt:NumericType  
InternalLaborHours

The total of internal labor hours produced for the reporting period.

1..1Field udt:NumericType  

Sample XML

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>