Uses the Component:ServiceLaborSchedulingType
Represents information about the labor being scheduled for the service appointment.
Table 6.107. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LaborOperationID |
Currently assigned code for this operation (preferably manufacturer code) | 0..1 | Field | udt:IdentifierType | |
LaborOperationIdTypeCode |
Labor operation category code | 0..1 | Field | udt:CodeType | |
LaborOperationDescription |
Description of a particular operation code | 0..* | Field | udt:TextType | |
LaborActionCode |
Manufacturer-assigned code to describe type of labor performed | 0..1 | Field | udt:CodeType | |
LaborAllowanceHoursNumeric |
Flat rate labor hour allowance for this operation | 0..1 | Field | udt:NumericType | |
LaborNarrative |
Labor Narrative related to Labor | 0..* | Component | LaborNarrativeType | |
FailureCodes | 0..1 | Component | FailureCodesType | ||
Pricing |
Provides pricing infomation. | 0..1 | Component | PricingABIEType | |
InContractIndicator |
Indicates whether the labor is included in the service contract or not. | 0..1 | Field | udt:IndicatorType |
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.107. ServiceLaborScheduling
<ServiceLaborScheduling> <LaborOperationID>......</LaborOperationID> [0..1] <LaborOperationIdTypeCode>......</LaborOperationIdTypeCode> [0..1] <LaborOperationDescription>......</LaborOperationDescription> [0..*] <LaborActionCode>......</LaborActionCode> [0..1] <LaborAllowanceHoursNumeric>......</LaborAllowanceHoursNumeric> [0..1] <LaborNarrative>......</LaborNarrative> [0..*] <FailureCodes>......</FailureCodes> [0..1] <Pricing>......</Pricing> [0..1] <InContractIndicator>......</InContractIndicator> [0..1] </ServiceLaborScheduling>