Definition Type: ComplexType
Name: CreditDetailBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CreditPrimaryDriver in schema components_xsd Drilldown into Applicants in schema components_xsd Drilldown into CreditVehicle in schema components_xsdXSD Diagram of CreditDetailBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditDetailBaseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="CreditVehicle">
            <xsd:annotation>
                <xsd:documentation>
                        The vehicle that the Applicant is interested in
                        purchasing
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Applicants">
            <xsd:annotation>
                <xsd:documentation>
                        Business party who is applying for vehicle
                        financing
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="CreditPrimaryDriver">
            <xsd:annotation>
                <xsd:documentation>
                        Primary driver of the vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditVehicle star:CreditVehicle 0 (1)
Applicants star:Applicants 0 unbounded
CreditPrimaryDriver star:CreditPrimaryDriver 0 (1)
Collapse Derivation Tree:
Collapse References:
star:CreditApplicationDetailType, star:CreditDecisionDetailTypestar:CreditDetailBase,