LaborOperationLocationGroup

Uses the Component:LaborOperationLocationGroupType

Represents the Labor Operation Component Code Group sub grouping

Fields and Components

Table 6.11. Fields and Components

Name Description Occurrence Type Data Type User Notes
LocationID

Code identifying a location. This could be the location where service is performed on a vehicle

0..1Field udt:IdentifierType  
LocationName

A name to identify the location.

0..1Field udt:TextType  
LaborOperationLocationDescription

The Labor Operation Service Location Description is a textual description of the Labor Operation Service Location code identify

0..*Field udt:TextType  
VehicleApplicable

Indicates whether this labor operation applies to a vehicle as built or equipped.

0..1Field udt:TextType  
VehicleRestricted

Indicates whether a labor operation is restricted for a vehicle

0..1Field udt:TextType  

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.11. LaborOperationLocationGroup

<LaborOperationLocationGroup>
     <LocationID>......</LocationID>     [0..1]
     <LocationName>......</LocationName>     [0..1]
     <LaborOperationLocationDescription>......</LaborOperationLocationDescription>     [0..*]
     <VehicleApplicable>......</VehicleApplicable>     [0..1]
     <VehicleRestricted>......</VehicleRestricted>     [0..1]
</LaborOperationLocationGroup>