<xsd:simpleType name="VehicleOwnerTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Designation of actual owners(s) of the purchased vehicle. This may be different from the entity signing the contract.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Individual Applicant">
<xsd:annotation>
<xsd:documentation>Represents the individual applicant is the owner of the vehicle</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Co-Applicant">
<xsd:annotation>
<xsd:documentation>Represents the co-applicant is the owner of the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Joint">
<xsd:annotation>
<xsd:documentation>Represents that both individual applicant and co-applicant is the owner of the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other Indebtedness Vehicle Ownership value.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N/A">
<xsd:annotation>
<xsd:documentation>Not Applicable.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|