Uses the Component:SplitsType
Splits assoicated with service component
Table 6.22. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SplitsTypeCode |
Identifies the type of ServiceComponent | 1..1 | Field | scl:SplitsTypeEnumeratedType | |
Pricing |
Price and cost information assoicated with Splits | 0..* | Component | PricingABIEType | |
SplitPercent |
Cost Split percentage | 0..1 | Field | udt:PercentType | |
CustomerPercent |
Percentage paid by customer | 0..1 | Field | udt:PercentType | |
InternalPercent |
Percentage paid by internal (dealer) | 0..1 | Field | udt:PercentType | |
CustomerMaximumAmount |
Maximum Price paid by customer | 0..1 | Field | udt:AmountType | |
InternalMaximumAmount |
Maximum Price paid by internal (dealer) | 0..1 | Field | udt:AmountType | |
WarrantyPercent |
Percentage paid by OEM | 0..1 | Field | udt:PercentType | |
PartMaximumAmount |
Total Amount of part allowance | 0..1 | Field | udt:AmountType | |
PreAdjustmentAmount |
Total amount derived before the application of tax. (i.e., Dealership's Part Adjustment Amount) | 0..1 | Field | udt:AmountType | |
Tax |
Tax information assoicated with Splits. | 0..* | Component | TaxType |
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.22. Splits
<Splits> <SplitsTypeCode>......</SplitsTypeCode> [1..1] <Pricing>......</Pricing> [0..*] <SplitPercent>......</SplitPercent> [0..1] <CustomerPercent>......</CustomerPercent> [0..1] <InternalPercent>......</InternalPercent> [0..1] <CustomerMaximumAmount>......</CustomerMaximumAmount> [0..1] <InternalMaximumAmount>......</InternalMaximumAmount> [0..1] <WarrantyPercent>......</WarrantyPercent> [0..1] <PartMaximumAmount>......</PartMaximumAmount> [0..1] <PreAdjustmentAmount>......</PreAdjustmentAmount> [0..1] <Tax>......</Tax> [0..*] </Splits>