<xsd:simpleType name="LeaseEndOptionFinanceDecisionEnumeratedType">
<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="Renew Contract">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Renew options contract, to finance a new vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Buy New OEM Finance">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Not renewing contract, financing new vehicle with other finance package from OEM.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Buy New Finance">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Not renewing contract, financing new vehicle from none-OEM source.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="No New Vehicle">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Not renewing contract, not taking a replacement vehicle.
</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">
The customer was not able to be contacted.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|