Table of Contents
Uses the Component:MonthlyWorkshopReportType
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
MonthlyWorkshopReportHeader |
Monthly Workshop Header | 1..1 | Component | MonthlyWorkshopReportHeaderType | |
MonthlyWorkshopReportLaborLine |
Detail Line | 1..1 | Component | MonthlyWorkshopReportLaborLineType | |
MonthlyWorkshopReportResourceLine |
Detail Line | 1..1 | Component | MonthlyWorkshopReportResourceLineType |
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.1. MonthlyWorkshopReport
<MonthlyWorkshopReport> <MonthlyWorkshopReportHeader>......</MonthlyWorkshopReportHeader> [1..1] <MonthlyWorkshopReportLaborLine>......</MonthlyWorkshopReportLaborLine> [1..1] <MonthlyWorkshopReportResourceLine>......</MonthlyWorkshopReportResourceLine> [1..1] </MonthlyWorkshopReport>