JobToDo

Uses the Component:JobToDoType

Repairs to be done on vehicle

Fields and Components

Table 6.32. Fields and Components

Name Description Occurrence Type Data Type User Notes
Description

Description of work to be completed on vehicle

0..*Field udt:TextType  
TotalAmount

Total amount for operation

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.32. JobToDo

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