Definition Type: ComplexType
Name: ApplicantsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The pricing for a vehicle on a contract.
Collapse XSD Schema Diagram:
Drilldown into Co-Applicant in schema components_xsd Drilldown into Applicant in schema components_xsdXSD Diagram of ApplicantsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ApplicantsType">
    <xsd:annotation>
        <xsd:documentation>The pricing for a vehicle on a contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="1" ref="Applicant" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Co-Applicant" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Applicant star:Applicant 1 (1)
Co-Applicant star:Co-Applicant 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Applicants