Definition Type: ComplexType
Name: ApplicationFinanceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Fleet account information associated with a vehicle.
Collapse XSD Schema Diagram:
Drilldown into ServiceContractBase in schema components_xsd Drilldown into TradeInVehicleCredit in schema components_xsd Drilldown into Financing in schema components_xsdXSD Diagram of ApplicationFinanceType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ApplicationFinanceType">
    <xsd:annotation>
        <xsd:documentation>Fleet account information associated with a
            vehicle.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="Financing" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="TradeInVehicleCredit" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceContractBase" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Financing star:Financing 0 1
TradeInVehicleCredit star:TradeInVehicleCredit 0 unbounded
ServiceContractBase star:ServiceContractBase 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:ApplicationFinance