MonthlyWorkshopReportResourceLine

Uses the Component:MonthlyWorkshopReportResourceLineType

Detail Line

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
TotalActiveVehicleVisits

The total number of active vehicle (client) visits for the reporting period.

1..1Field udt:NumericType  
TotalTransientVehicleVisits

The total number of transient vehicle (client) visits for the reporting period.

1..1Field udt:NumericType  
TotalRepeatedVehicleVisits

The total number of vehicles that returned to the workshop for any reason within 2 months of a prior visit. Includes repeat visits for comebacks, ordered parts and for new problems unrelated to the prior visit.

1..1Field udt:NumericType  
TotalInternalTransactions

The total number of internal transactions for the reporting period.

1..1Field udt:NumericType  
TotalActiveClientOnFile

The total number of active client on file

1..1Field udt:NumericType  
TotalSPGUtilization

The Total SPG percentage of utilization.

0..1Field udt:NumericType  
TotalSPGUsage

The Total SPG percentage of usage.

0..1Field udt:NumericType  

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.7. MonthlyWorkshopReportResourceLine

<MonthlyWorkshopReportResourceLine>
     <TotalActiveVehicleVisits>......</TotalActiveVehicleVisits>     [1..1]
     <TotalTransientVehicleVisits>......</TotalTransientVehicleVisits>     [1..1]
     <TotalRepeatedVehicleVisits>......</TotalRepeatedVehicleVisits>     [1..1]
     <TotalInternalTransactions>......</TotalInternalTransactions>     [1..1]
     <TotalActiveClientOnFile>......</TotalActiveClientOnFile>     [1..1]
     <TotalSPGUtilization>......</TotalSPGUtilization>     [0..1]
     <TotalSPGUsage>......</TotalSPGUsage>     [0..1]
</MonthlyWorkshopReportResourceLine>