<xsd:complexType name="SoldFinanceType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Detail information regarding financing of the sold vehicle. </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Financing" minOccurs="0" maxOccurs="1" />
<xsd:element ref="ProgramsAndRates" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="LienholderParty" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|