<xsd:complexType name="RentLoanerType">
<xsd:complexContent>
<xsd:extension base="RentLoanerBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="RentLoanerCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Identifies rental/loaner vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentLoanerInvoiceNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Rental/loaner accounting identifier - the Rental
Loaner Invoice # from either the DMS or rental
company
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pricing">
<xsd:annotation>
<xsd:documentation>
Total Price paid for rental/loaner Including
tax
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentLoanerHoursNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Number of hours the rental loaner was used by the
customer
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MakeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Vehicle make code - Usually available in the VIN
number (use NCIC code).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DailyRateAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Actual Daily rate paid for the
vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentLoanerReasonCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
The reason code identifying the reason a rental
loaner was provided
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Tax">
<xsd:annotation>
<xsd:documentation>
Actual amount of tax paid on
rentalLoaner
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ProviderName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Party that provided the service or
vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|