Schema Name: CreditApplication.xsd
Target Namespace: http://www.starstandard.org/STAR/5
Documentation:
This schema is made available under an Eclipse Public Licenses 1.0. This license may be found in the STAR/License directory as well as the STAR BOD Guidelines.
Collapse XSD Schema Code:

   <!--
      User Mod Date Description =========================================================================== MV CR349
      20070306 Changed: Financing to "ApplicationFinancingType" MV CR356 20070309 Changed: "ApplicationFinancingType" to
      a ref
   -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:star="http://www.starstandard.org/STAR/5"
   xmlns:oacl="http://www.openapplications.org/oagis/9/codelists" xmlns:sqdt="http://www.starstandard.org/STAR/5/qualifieddatatypes/1.0"
   xmlns="http://www.starstandard.org/STAR/5" xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns:sudt="http://www.starstandard.org/STAR/5/unqualifieddatatypes/1.0"
   xmlns:scl="http://www.starstandard.org/STAR/5/codelists" targetNamespace="http://www.starstandard.org/STAR/5"
   elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all"
>
   <xsd:annotation>
      <xsd:documentation source="http://www.starstandard.org/STAR/5"> This schema is made available under an Eclipse Public Licenses 1.0.
         This license may be found in the STAR/License directory as well as the STAR BOD Guidelines.</xsd:documentation>
   </xsd:annotation>
    <xsd:include schemaLocation="../Components/Common/Meta.xsd" />
   <xsd:import namespace="http://www.starstandard.org/STAR/5/qualifieddatatypes/1.0" schemaLocation="../Components/Common/QualifiedDataTypes.xsd"/>
   <xsd:import namespace="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" schemaLocation="../Components/OAGIS/CoreComponents/UnqualifiedDataTypes.xsd"/>
   <xsd:import namespace="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" schemaLocation="../Components/OAGIS/CoreComponents/QualifiedDataTypes.xsd"/>
   <xsd:import namespace="http://www.starstandard.org/STAR/5/codelists" schemaLocation="../Components/Common/CodeLists.xsd"/>
   <xsd:import namespace="http://www.openapplications.org/oagis/9" schemaLocation="../Components/OAGIS/Common/Components.xsd" />
   <!--
      <xsd:element name="FinancingApplicationFinancing" type="ApplicationFinancingType"> <xsd:annotation>
      <xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.starstandards.org/STAR"
      source="http://www.starstandard.org/STAR/5">represents information on the financing for the vehicle the applicant
      is interested in.</xsd:documentation> <xsd:documentation source="http://www.starstandard.org/STAR/5">This
      definition came from the CreditApplicationDetail Component</xsd:documentation> </xsd:annotation> </xsd:element>
   -->
   <xsd:element name="CreditApplication" type="CreditApplicationType">
      <xsd:annotation>
         <xsd:documentation source="http://www.starstandard.org"> CreditApplication is the root element of the Credit Application
            Business Object Document.</xsd:documentation>
      </xsd:annotation>
   </xsd:element>
   <xsd:element name="CreditApplicationHeader" type="CreditApplicationHeaderType">
      <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 name="CreditApplicationDetail" type="CreditApplicationDetailType">
      <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: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>
   <xsd:complexType name="CreditApplicationHeaderType">
      <xsd:annotation xmlns="http://www.starstandards.org/STAR">
         <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:complexContent>
         <xsd:extension base="CreditHeaderBaseType">
            <xsd:sequence>
               <xsd:element ref="Privacy" minOccurs="0" maxOccurs="unbounded">
                  <xsd:annotation>
                     <xsd:documentation source="http://www.starstandard.org"> The Privacy component represents any privacy rights
                        the party has subscribed to or opted out of.</xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
            </xsd:sequence>
         </xsd:extension>
      </xsd:complexContent>
   </xsd:complexType>
   <xsd:complexType name="CreditApplicationDetailType">
      <xsd:annotation xmlns="http://www.starstandards.org/STAR">
         <xsd:documentation source="http://www.starstandard.org/STAR/5">Detail for the credit application</xsd:documentation>
      </xsd:annotation>
      <xsd:complexContent>
         <xsd:extension base="CreditDetailBaseType">
            <xsd:sequence>
               <xsd:element ref="ApplicationFinance">
                  <xsd:annotation>
                     <xsd:documentation source="http://www.starstandard.org"> The Financing component represents finance information
                        for the vehicle in which the applicant is interested.</xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
            </xsd:sequence>
         </xsd:extension>
      </xsd:complexContent>
   </xsd:complexType>
</xsd:schema>
Collapse ComplexTypes:
Collapse Elements: