Definition Type: ComplexType
Name: SoldFinanceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: RetailDeliveryReporting.xsd
Abstract
Documentation:
Detail information regarding financing of the sold vehicle.
Collapse XSD Schema Diagram:
Drilldown into LienholderParty in schema components_xsd Drilldown into ProgramsAndRates in schema components_xsd Drilldown into Financing in schema components_xsdXSD Diagram of SoldFinanceType in schema retaildeliveryreporting_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Financing star:Financing 0 1
ProgramsAndRates star:ProgramsAndRates 0 unbounded
LienholderParty star:LienholderParty 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:SoldFinance