InService

Uses the Component:InServiceType

The dealer who put the vehicle in service.

Fields and Components

Table 6.60. Fields and Components

Name Description Occurrence Type Data Type User Notes
InServiceDate

Date the vehicle was put in service.

0..1Field udt:DateType  
InServiceTypeCode

The type code through which the vehicle was put in service.

0..1Field udt:CodeType  
InServiceTypeDescription

The type description through with the vehicle was put in service.

0..*Field udt:TextType  
InServiceDistanceMeasure

The odometer of the vehicle when put in service.

0..1Field sqdt:LengthMeasureType  

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.60. InService

<InService>
     <InServiceDate>......</InServiceDate>     [0..1]
     <InServiceTypeCode>......</InServiceTypeCode>     [0..1]
     <InServiceTypeDescription>......</InServiceTypeDescription>     [0..*]
     <InServiceDistanceMeasure>......</InServiceDistanceMeasure>     [0..1]
</InService>