<xsd:simpleType name="IndebtednessResponsibilityEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Specifies whether the buyer or the seller will pay the indebtedness on the trade in vehicle.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Buyer Paid">
<xsd:annotation>
<xsd:documentation>Indicates that the buyer will pay the indebtedness on the trade in vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Seller Paid">
<xsd:annotation>
<xsd:documentation>Indicates that the seller will pay the indebtedness on the trade in vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other Indebtedness Responsibility 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>
|