Uses the Component:ServiceTechnicianTimeCardsType
Component to record the technicias labor rate for a service labor.
Table 6.90. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ServiceTechnicianParty |
The Technician repsonsible for the service on a vehicle | 1..1 | Component | PartyABIEType | |
| TimeCard |
The technician's time cards for a service labor. | 1..* | Component | TimeCardType |
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.90. ServiceTechnicianTimeCards
<ServiceTechnicianTimeCards>
<ServiceTechnicianParty>......</ServiceTechnicianParty> [1..1]
<TimeCard>......</TimeCard> [1..*]
</ServiceTechnicianTimeCards>