Definition Type: ComplexType
Name: CreditHeaderBaseType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ApplicationStatusCode in schema components_xsd Drilldown into DealerParty in schema components_xsd Drilldown into FinanceParty in schema components_xsd Drilldown into DocumentIdentificationGroup in schema components_xsd Drilldown into SecondaryDealerNumberID in schema components_xsd Drilldown into SecondaryPassword in schema components_xsd Drilldown into DocumentDateTime in schema components_xsd Drilldown into HeaderBaseType in schema components_xsdXSD Diagram of CreditHeaderBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditHeaderBaseType">
    <xsd:complexContent>
        <xsd:extension base="HeaderBaseType">
            <xsd:sequence>
                <!--                    <xsd:element ref="DocumentID">
                        <xsd:annotation>
                            <xsd:documentation>
                                The primary DocumentId of the document for the given content.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element> -->
                <xsd:element ref="FinanceParty">
                    <xsd:annotation>
                        <xsd:documentation>
                                Company receiving the credit
                                application
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="DealerParty">
                    <xsd:annotation>
                        <xsd:documentation>
                                Business party through which the Credit Application
                                    is being submitted
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="ApplicationStatusCode" type="scl:ApplicationStatusEnumeratedType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Status of credit application
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentDateTime star:DocumentDateTime 0 (1)
SecondaryPassword star:SecondaryPassword 0 (1)
SecondaryDealerNumberID star:SecondaryDealerNumberID 0 (1)
DocumentIdentificationGroup star:DocumentIdentificationGroup 1 1
FinanceParty star:FinanceParty (1) (1)
DealerParty star:DealerParty 0 (1)
ApplicationStatusCode star:ApplicationStatusCode (1) (1)
Collapse Derivation Tree:
Collapse References:
star:CreditApplicationHeaderType, star:CreditDecisionHeaderTypestar:CreditHeaderBase,