<xsd:complexType name="RentLoanerBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="VIN" type="sqdt:VINType">
<xsd:annotation>
<xsd:documentation>
Rental Loaner Vehicle Identification
Number
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentDaysQuantityNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Number of days rental/loaner was out
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentOutDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
Date rental/loaner vehicle provided to
customer
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentInDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
Date rental/loaner vehicle turned in by
customer
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Model" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Model description of rental/loaner
vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentNotes" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Rent Loaner Comments
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|