RepairDamage

Uses the Component:RepairDamageType

Damage to the vehicle that needs repaired

Fields and Components

Table 6.34. Fields and Components

Name Description Occurrence Type Data Type User Notes
Description

Description of damage on vehicle

0..*Field udt:TextType  
TotalAmount

Total amount to repair damage

0..1Field udt:AmountType  

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.34. RepairDamage

<RepairDamage>
     <Description>......</Description>     [0..*]
     <TotalAmount>......</TotalAmount>     [0..1]
</RepairDamage>