ServiceComponents

Uses the Component:ServiceComponentsType

Service Components associated with sublet(Miscellaneous, GasOilGrease, PaintMaterials, ShopSupplies and Freight

Fields and Components

Table 6.53. Fields and Components

Name Description Occurrence Type Data Type User Notes
ComponentTypeCode

Identifies the type of ServiceComponent

1..1Field scl:ComponentTypeEnumeratedType  
ServiceCode

Manufacturer assigned code for service component associated with job

0..1Field udt:CodeType  
ServiceDescription

Free form text description of service component associated with job

0..*Field udt:TextType  
Pricing

Price and cost information assoicated with service component

0..*ComponentPricingABIEType 
ItemQuantity

Quantity used for service component

0..1Field sqdt:QuantityType  
ExpenseHoursNumeric

Time allotted for administrative work

0..1Field udt:NumericType  
ExpenseDaysNumeric

The number of days claimed when MISC EXPENSE CODE is used to claim Transportation Assistance Program (TAP), Loaner or Extended Service Plan (ESP) vehicle.

0..1Field udt:NumericType  
AppealActionCode

Defines action to be taken on appeal

0..1Field udt:CodeType  
DocumentID

Free form entry for document associated with service component (i.e., Shipper, BOL, Invoice, etc.)

0..*Field udt:IdentifierType  
Splits

Splits assoicated with service component

0..1ComponentSplitsType 
Tax

Tax assoicated with service component

0..*ComponentTaxType 
CarrierID

Carrier code related to service component

0..1Field udt:IdentifierType  
FleetDiscountPercent

The percent discount offered by the Dealership for Fleet retail repairs billed through the Fleet Service Plan.

0..1Field udt:PercentType  

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.53. ServiceComponents

<ServiceComponents>
     <ComponentTypeCode>......</ComponentTypeCode>     [1..1]
     <ServiceCode>......</ServiceCode>     [0..1]
     <ServiceDescription>......</ServiceDescription>     [0..*]
     <Pricing>......</Pricing>     [0..*]
     <ItemQuantity>......</ItemQuantity>     [0..1]
     <ExpenseHoursNumeric>......</ExpenseHoursNumeric>     [0..1]
     <ExpenseDaysNumeric>......</ExpenseDaysNumeric>     [0..1]
     <AppealActionCode>......</AppealActionCode>     [0..1]
     <DocumentID>......</DocumentID>     [0..*]
     <Splits>......</Splits>     [0..1]
     <Tax>......</Tax>     [0..*]
     <CarrierID>......</CarrierID>     [0..1]
     <FleetDiscountPercent>......</FleetDiscountPercent>     [0..1]
</ServiceComponents>