<xsd:simpleType name="LeaseEndOptionVehicleDecisionEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
Enables the customers decision at the end of an option to keep the vehicle
or not. 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:restriction base="xsd:normalizedString">
<xsd:enumeration value="Keep Vehicle OEM Finance">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Retain current vehicle, outstanding balance financed from OEM.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Keep Vehicle Finance">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Retain current vehicle, outstanding balance not financed from OEM.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Dealer Purchase">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Return current vehicle to dealer. Dealer retains vehicle, paying with cheque/transfer
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Dealer OEM Credit Facility">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Return current vehicle to dealer. Dealer retains vehicle, financing
with existing OEM credit facility.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Return Vehicle OEM Finance">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Return current vehicle to dealer. Dealer returns vehicle to OEM finance
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Undecided">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
No decision has been made.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Uncontactable">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Could not contanct customer for a decision.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|