<xsd:complexType name="OwnedVehicleABIEType">
<xsd:annotation>
<xsd:documentation>Information regarding a vehicle owned by an individual or
organization.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="Vehicle" />
<xsd:element maxOccurs="1" minOccurs="0" name="LeaseEndOptionVehicleDecisionCode" type="sqdt:LeaseEndOptionVehicleDecisionCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Enables the customers
decision at the end of an option to be recorded along with other associated
information. It records whether the client has decided to refinance, return, or
retain the vehicle or whether they have not made up their mind etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LeaseEndOptionFinanceDecisionCode" type="sqdt:LeaseEndOptionFinanceDecisionCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Enables the customers decision at the end of an option to be
recorded along with other associated information. It records
whether the client has decided to finance their next vehicle
or whether they have not made up their mind etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="AlternateVehicleIdentificationGroup" />
</xsd:sequence>
</xsd:complexType>
|