Towing

Uses the Component:TowingType

Contains detailed information in regards to Towing.

Fields and Components

Table 6.109. Fields and Components

Name Description Occurrence Type Data Type User Notes
Pricing

Provides pricing infomation.

0..1ComponentPricingABIEType 
TowingDistanceMeasure

The total distance the vehicle was towed.

0..1Field sqdt:LengthMeasureType  
InvoiceNumberString

Invoice number

0..1Field qdt:StringType  

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.107. Towing

<Towing>
     <Pricing>......</Pricing>     [0..1]
     <TowingDistanceMeasure>......</TowingDistanceMeasure>     [0..1]
     <InvoiceNumberString>......</InvoiceNumberString>     [0..1]
</Towing>