Definition Type: ComplexType
Name: CreditApplicationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: CreditApplication.xsd
Abstract
Documentation:
STAR Version 5.0 - Draft STAR Version 4.0, STAR approved 04/20/2005; effective date 07/04/2005 STAR Version 3.0, STAR approved 05/07/2004; effective date 07/04/2004 STAR Version 2.0 STAR approved 04/09/2003; OAGI approved 3/15/2003; effective date 07/04/2003 STAR Version 1.0 STAR approved 01/10/2003; OAGI reviewed 11/08/2002 effective date 01/01/2003
Collapse XSD Schema Diagram:
Drilldown into CreditApplicationDetail in schema creditapplication_xsd Drilldown into CreditApplicationHeader in schema creditapplication_xsdXSD Diagram of CreditApplicationType in schema creditapplication_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditApplicationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 5.0 - Draft</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 4.0, STAR approved 04/20/2005; effective date
            07/04/2005</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 3.0, STAR approved 05/07/2004; effective date
            07/04/2004</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 2.0 STAR approved 04/09/2003; OAGI approved 3/15/2003;
            effective date 07/04/2003</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 1.0 STAR approved 01/10/2003; OAGI reviewed 11/08/2002
            effective date 01/01/2003</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CreditApplicationHeader">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">For each CreditApplication represented in the DataArea of the
                  Credit Application Business Object Document, there must be one occurrence of the Header component.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CreditApplicationDetail">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org"> The Detail component represents the detail information of
                  the Credit Application. One Detail is required for each Header.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditApplicationHeader star:CreditApplicationHeader (1) (1)
CreditApplicationDetail star:CreditApplicationDetail (1) (1)
Collapse Derivation Tree:
Collapse References:
star:CreditApplication