Uses the Component:DamageAreaType
The DamageArea component describes the location/position on a vehicle where a particular labor operation had to be performed along with a description of the type of damage associated with the labor operation.
Table 6.66. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| LaborOperationLocation |
Code Indicating Position/Location on Vehicle where labor was performed | 0..1 | Field | udt:TextType | |
| LaborOperationLocationDescription |
LaborOperationLocationDesc | 0..1 | Field | udt:TextType | |
| DamageCode |
Type of damage associated with labor operation | 0..1 | Field | udt:CodeType | |
| DamageCodeDescription |
Description of type of damage associated with labor operation | 0..* | Field | udt:TextType |
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.66. DamageArea
<DamageArea>
<LaborOperationLocation>......</LaborOperationLocation> [0..1]
<LaborOperationLocationDescription>......</LaborOperationLocationDescription> [0..1]
<DamageCode>......</DamageCode> [0..1]
<DamageCodeDescription>......</DamageCodeDescription> [0..*]
</DamageArea>