<xsd:complexType name="CanadianCalculatedValuesType">
<xsd:sequence>
<xsd:element minOccurs="0" name="NetPriceDeliveredAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Cash price of vehicle minus total
downpayment. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AggregateCashPriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Net price delivered plus other charges.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CostOfBorrowingAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Value given by you minus value received by
you. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ValueGivenByYouAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Cash plus rebates plus gross trade-in plus
total time balance (this is the same as total of payment).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ValueReceivedByYouAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Total price of vehicle amount minus
selling price of vehicle amount minus documentation fee minus lien on trade
plus cash price of vehicle amount. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CashValueOfLeasedGoodsAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Leased vehicle amount minus incentives to
cash customer. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SumOfOtherAdvancesAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Credit life plus accident health plus
extended warranty plus other. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LeaseCapitalizedAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Cash value of leased goods plus sum of
other advances minus cash down minu gross trade minsu rebates.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalOfNonRefundablePymts" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Total of all monthly payments, excluding
taxes plus documentation fees plus cash down plus gross trade plus rebates
(i.e. Refundable Security Deposit only). </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalAmountOfAdvances" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Cash value of leased goods plus sum of
other advances. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ImplicitFinanceChargesAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Calculated Field: Total of non-refundable payments plus
residual value minus total advances. This is NOT a FINANCE CHARGE.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalCostOfTermAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Total cost of purchase of the vehicle. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TotalProvincialSalesTaxAndGoodsAndServicesTaxOnCashPriceOfVehicle" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Provincial Sales Taxes and Goods and Services Taxes
associated with the Cash Price of the Vehicle. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="CashPriceOfVehicleInclusiveOfProvincialSalesTaxAndGoodsAndServicesTax" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Cash Price of Vehicle inclusive of Provincial Sales Taxes
and Goods and Services Taxes associated with the Cash Price of Vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TotalProvincialSalesTaxAndGoodsAndServicesTaxPaymentsOnOtherItems" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Provincial Sales Taxes and Goods and Services Taxes
associated with other items excluding Provincial Sales Taxes and Goods and
Services Taxes associated with Cash Price of the Vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TotalCashAndRebateAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> The total amount of Cash and Rebates. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|