Implementation Guideline
Process Credit Decision
Repository Version Rev4.5.4
Copyright © 2007 STAR – Standards for Technology in Automotive Retail. All rights reserved
Table of Contents
This document is a guideline on how to use the Process Credit Decision Business Object Document (BOD). Process Credit Decision has been defined in the context of STAR for the Automotive Retail Industry. The scope of this BOD is to define the Process Credit Decision process for individual consumers who service their automobiles through their OEM’s authorized Dealers. The focus is on Dealer and OEM interactions, not third party organizations. NOTE: Although this is the traditional use of the Process Credit Decision, this BOD could be used to send Process Credit Decision information between any two business parties.
The Process Credit Decision Implementation Guidelines provide detailed information regarding the structure and meaning of the Process Credit Decision BOD and corresponds directly to the Process Credit Decision schema. In addition to structure and meaning, the Implementation Guidelines identify various business rules for specific fields/components that due to their nature, i.e. field interdependence, are not possible to express using schema. Please note that although these business rules are not included in the schema, they MUST be followed to be STAR Compliant. Therefore, the Process Credit Decision Implementation Guidelines must be used in concert with the Process Credit Decision schema during development and should NOT be considered a supplement or substitution to the schema. For more information regarding STAR XML Data Compliance, please review the STAR Data Compliance Guidelines document located on the STAR Web site.
For a copy of the corresponding Process Credit Decision schema, please download the appropriate STAR schema repository from the XML portion of the STAR website (www.starstandard.org) . Prior to downloading the schema, users are encouraged to download the STAR XML Reference/Implementation document also located on the XML portion of the STAR website. This document provides an overview of the STAR BOD development methodology, how to download and read STAR schema, and various frequently asked questions related to the implementation of STAR BODs.
STAR has followed the Open Application Group’s Business Object Document methodology to develop the Process Credit Decision BOD. Where possible, STAR has mapped to existing OAGI fields and components. Note however that the STAR Process Credit Decision BOD is unique to the Retail Automotive industry and is not an extension of any existing OAGIS BODs.
For more information on the Open Applications Group's BODs and related documentation please refer to the Open Applications Group’s Web site at www.openapplications.org .
STAR uses the same Noun in the schema for all the Noun/Verb combinations of the Process Credit Decision except the Get verb. Please refer to each Noun/Verb combination within this document to understand the requirements for each specific BOD. Although the Noun will always have every field defined for the Noun in the schema, each Noun/Verb combination may not use all of the fields. If a field is not used by a BOD, it will be noted in the business rules.
The Credit Decision Binary Collaboration starts with the transmission of a credit decision from the Lender to the Dealer. Multiple Credit Decisions may be sent. Note: This scenario is an example of how the Credit Application BOD can be used. Implementations may vary.
The relationship diagram identifies all of the various components or building blocks of information used in the Process Credit Decision BOD. This diagram visually depicts the relationships of the components using symbolic indentation and their occurrence in the BOD. Note: That this is an approximation of the Components, and may not reflect the exact implementation. Also, some fields are displayed in the diagram. This diagram should only be used as a starting point and not an absolute reference.
Target Namespace http://www.starstandards.org/STAR Element and Attribute Namespaces Global element and attribute declarations belong to this schema's target namespace. By default, local element declarations belong to this schema's target namespace. By default, local attribute declarations have no namespace. 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. More information at: http://www.starstandard.org/ .
Declared Namespaces
Prefix Namespace Default namespace http://www.starstandards.org/STAR xml http://www.w3.org/XML/1998/namespace xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xsd:schema targetNamespace ="
http://www.starstandards.org/STAR "
elementFormDefault ="
qualified "
attributeFormDefault ="
unqualified ">
...
</
xsd:schema >
Name ApplicationArea Type ApplicationArea Nillable no Abstract no Documentation Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. More information at: http://www.openapplications.org/oagis . Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. More information at: http://www.openapplications.org/oagis .
XML Instance Representation
<ApplicationArea>
<CreationDateTime>
DateTime </CreationDateTime>
[1] ? <BODId>
Code </BODId>
[0..1] ? </ApplicationArea>
XML Instance Representation
<CreditDecision>
</CreditDecision>
XML Instance Representation
Schema Component Representation
This element can be used wherever the following element is referenced:
Name Process Type Process Nillable no Abstract no Documentation The Process verb is used to request processing of the associated noun by the receiving application or business to party. In a typical external exchange scenario a Process BOD is considered to be a legally binding message. For example, if a customer sends a ProcessPurchaseOrder BOD to a supplier and the supplier acknowlegdes with a positive AcknowledgePurchaseOrder, then the customer is obligated to fullfil the agreement, unless of course other BODs are allowed to cancel or change the original order. More information at: http://www.openapplications.org/oagis .
Schema Component Representation
<
xsd:element name ="
Process "
type ="
Process "
substitutionGroup ="
Verb "/>
XML Instance Representation
<ProcessCreditDecision
release="8.1-Lite [0..1] ? " environment="Text [0..1] ? " bodVersion="Text [0..1] ? " >
</ProcessCreditDecision>
Element: Verb
The following elements can be used wherever this element is referenced:
Name Verb Type Verb Nillable no Abstract yes
Schema Component Representation
<
xsd:element name ="
Verb "
type ="
Verb "
abstract ="
true "/>
Super-types: PartyBase < AccountantParty (by extension)Sub-types: None
Name AccountantParty Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional AccountantName Name of accountant Optional
NOTE: First and Last Name
If the parent component name and the Contact
PersonName are the same, the Contact PersonName
shall not be populated
Address Accountant address. Optional Contact Organizational Party contact information Optional
Schema Component Representation
<
xsd:complexType name ="
AccountantParty ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
AccountantName "
type ="
AccountantName "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < AccountBalanceAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
AccountBalanceAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): AccountId
Super-types: xsd :string < Id (by extension) < AccountId (by extension)Sub-types: None
Name AccountId Abstract no Documentation Identifies an account number or similary identifier. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
AccountId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Name AcknowledgableVerb Abstract yes
Attributes
Attribute Description Requirement Business Rules acknowledge Required
Data Elements and Components
Field/Component Description Requirement Business Rules Verb Required Criteria Optional
Schema Component Representation
<
xsd:complexType name ="
AcknowledgableVerb "
abstract ="
true ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name ActionExpressionCriteria Abstract no
Attributes
Attribute Description Requirement Business Rules expressionLanguage Required
Data Elements and Components
Field/Component Description Requirement Business Rules Expression Required
XML Instance Representation
<...
>
<Expression> ... </Expression> [1..*]
</...>
Schema Component Representation
<
xsd:complexType name ="
ActionExpressionCriteria ">
<
xsd:sequence >
<xsd:element name ="Expression " maxOccurs ="unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): ActionVerb
Data Elements and Components
Field/Component Description Requirement Business Rules Verb Required Criteria Optional
Schema Component Representation
<
xsd:complexType name ="
ActionVerb ">
<
xsd:complexContent >
<
xsd:extension base ="
ConfirmableVerb ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): Address
Super-types: AddressBase < Address (by extension)Sub-types:
Attributes
Attribute Description Requirement Business Rules qualifier Required
Data Elements and Components
Field/Component Description Requirement Business Rules AddressLine Indicates the multiple lines of an address. The first line is typically the street name and number. Required City Is the City of the Address. Required County County in which the Address is in. Optional StateOrProvince Is the State or Province of a given Address. Required Country Country in which the Address is in. Required PostalCode Postal Code of the Address. Required
XML Instance Representation
<...
>
<City>
City </City>
[1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Address ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): AddressBase
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules AddressLine Indicates the multiple lines of an address. The first line is typically the street name and number. Required City Is the City of the Address. Required County County in which the Address is in. Optional StateOrProvince Is the State or Province of a given Address. Required Country Country in which the Address is in. Required PostalCode Postal Code of the Address. Required
XML Instance Representation
<...>
<City>
City </City>
[1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
AddressBase ">
<
xsd:sequence >
<
xsd:element name ="
AddressLine "
type ="
AddressLine "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
City "
type ="
City "/>
<
xsd:element name ="
County "
type ="
County "
minOccurs ="
0 "/>
<
xsd:element name ="
Country "
type ="
Country "/>
<
xsd:element name ="
PostalCode "
type ="
PostalCode "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): Age
Super-types: xsd :integer < Count (by extension) < Age (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
Age ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules Id Alternate Party Identification Required
Schema Component Representation
<
xsd:complexType name ="
AlternatePartyId ">
<
xsd:sequence >
<
xsd:element name ="
Id "
type ="
Id "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): Amortization
Super-types: xsd :integer < Count (by extension) < Amortization (by extension)Sub-types: None
Name Amortization Abstract no Documentation The length of time over which the repayment of a loan is calculated. More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules period Required
Schema Component Representation
<
xsd:complexType name ="
Amortization ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Amount
Super-types: xsd :decimal < Amount (by extension)Sub-types: None
Name Amount Abstract no Documentation Based on OAGI Amount. Simple content with the currency as an attrbute More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules currency Required
Schema Component Representation
<
xsd:complexType name ="
Amount ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal">
<
xsd:attribute name ="
currency "
type ="
Currency "
use ="
required "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < AnnualPercentageRate (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
AnnualPercentageRate ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < AnnualSalesAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
AnnualSalesAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules EducationLevel Last Year of education completed> Optional MaritalStatus Identifies marital status of business party Optional BirthDate Birth date of party Required Example: 1955-03-11
Dependents Represents information about the dependents in the household Optional FirstTimeBuyerInd Identifies customer as first time buyer Optional ResidenceType Business Party's type of residence (i.e., Own, Rent, etc.) Optional RetiredInd Indicates if the Business Partner is retired. Optional Age Age of Business Party. Optional MilitaryInd Indicates whether or not the applicant is a current member of the military. Optional
XML Instance Representation
<...>
<Age>
Age </Age>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
ApplicantDemographics ">
<
xsd:sequence >
<
xsd:element name ="
EducationLevel "
type ="
EducationLevel "
minOccurs ="
0 "/>
<
xsd:element name ="
MaritalStatus "
type ="
MaritalStatus "
minOccurs ="
0 "/>
<
xsd:element name ="
BirthDate "
type ="
BirthDate "/>
<
xsd:element name ="
Dependents "
type ="
Dependents "
minOccurs ="
0 "/>
<
xsd:element name ="
ResidenceType "
type ="
ResidenceType "
minOccurs ="
0 "/>
<
xsd:element name ="
RetiredInd "
type ="
RetiredInd "
minOccurs ="
0 "/>
<
xsd:element name ="
Age "
type ="
Age "
minOccurs ="
0 "/>
<
xsd:element name ="
MilitaryInd "
type ="
MilitaryInd "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Name ApplicationArea Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Sender Identifies characteristics and control identifiers that relate to the application that created the Business Object Document. The sender area can indicate the logical location of the application and/or database server, the application, and the task that was processing to create the BOD. Required CreationDateTime is the date time stamp that the given instance of the Business Object Document was created. This date must not be modified during the life of the Business Object Document. Required
DateTime fields must be formatted as XML Schema
Datetimes in UTC/GMT format without offsets.
Example: 2003-11-05T13:15:30Z
Signature If the BOD is to be signed the signature element is included, otherwise it is not. Signature supports any digital signature that maybe used by an implementation of OAGIS. The qualifyingAgency identifies the agency that provided the format for the signature. This element supports any digital signature specification that is available today and in the future. This is accomplished by not actually defining the content but by allowing the implementation to specify the digital signature to be used via an external XML Schema namespace declaration. The Signature element is defined to have any content from any other namespace. This allows the user to carry a digital signature in the xml instance of a BOD. The choice of which digital signature to use is left up to the user and their integration needs. Optional BODId The BODId provides a place to carry a Globally Unique Identifier (GUID) that will make each Business Object Document instance uniquely identifiable. This is a critical success factor to enable software developers to use the Globally Unique Identifier (GUID) to build the following services or capabilities: 1. Legally binding transactions, 2. Transaction logging, 3. Exception handling, 4. Re-sending, 5. Reporting, 6. Confirmations, 7. Security. Optional Destination Information related to the receiver of the BOD Required
XML Instance Representation
<...>
<CreationDateTime>
DateTime </CreationDateTime>
[1] ? <BODId>
Code </BODId>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
ApplicationArea ">
<
xsd:sequence >
<
xsd:element name ="
Sender "
type ="
Sender "/>
<
xsd:element name ="
CreationDateTime "
type ="
DateTime "/>
<
xsd:element name ="
Signature "
type ="
Signature "
minOccurs ="
0 "/>
<
xsd:element name ="
BODId "
type ="
Code "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceType Type of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Required PaymentAmount Monthly Payment Amount Required BalanceAmount Remaining balance on Current Vehicle Optional FinalAmount Last month payment amount Optional ResidualAmount Remaining residual on current vehicle Optional Term Number of months of contract term Required MaturityDate Month and year of contract maturity Optional FinanceCompanyName Name of Finance Company Optional (INACTIVE)
DownPaymentAmount Down Payment amount or amount of cap cost reduction. Optional PurchasePrice Purchase Price or Gross Cap cost specified in deal. Total payments at end of purchase Optional ApprovedInd Approved Indicator Optional ApprovedAmount Amount pre-approved Optional ExpirationDate Date pre-approval expires Optional RatingIndex Rating Index Used for Credit Approval Optional (INACTIVE)
ApplicationType Type of application being submitted for financing (e.g., individual, individual + co-applicant, business, business + coapplicant, employee). Optional DeferredDownPaymentAmount Deferred Down Payment amount. Optional DealerRebateAmount Dealer rebate amount. Optional (INACTIVE)
ManufacturerRebateAmount Manufacturer rebate amount. Optional NetTradeAmount The difference between the dollar value given by the dealer less the amount the customer still owes on the vehicle. Optional InsuranceTotalExtendedWarrantyAmount Total of life, accidental and health insurance cost/extended warranty cost. Optional DisabilityPremiumAmount Indicates amount of disability premium insurance being purchased for the vehicle. Optional CreditLifePremiumAmount Indicates the amount of credit life premium insurance being purchased for the vehicle. Optional SecurityDepositAmount Security deposit is the amount paid to cover damage, excess mileage or excess wear and tear on a leased vehicle. Optional MiscellaneousNotes Free form miscellaneous comments Optional AnnualPercentageRate Annual percentage rate. Optional MSRPGuidePercentage The ration of the amount financed compared to the value of the vehicle identified in a vehicle evaluation guide (EX: Nada Guide). Optional ServiceContract Represent service contract information for the vehicle being financed Optional (INACTIVE)
Tax Communicates the tax associated with the vehicle being financed. Optional CostPerMile The cost per mile in excess of the lease agreement. Optional EstimatedAnnualMileage The estimated annual mileage of the contract. Optional ExcessMilesPerYear Estimated number of miles above the contracted annual mileage Optional SpecialPrograms Code identifying the type of special program (First Time Buyer, College Graduate, etc. Optional Fee The fees associated with the vehicle being financed. Optional TradeIn The vehicle that is being traded in Optional OfferingType Source type of credit contract being offered. Optional ApprovedEquipmentAmount Equipment allowed by finance source to be added to the residual value of a vehicle. Optional LeaseRatePercentage Percentage used to determine finance cost of a lease. Optional LeaseRateMoneyFactor Money factor multiplier used to determine finance costs for a lease. Optional PreApprovedProgramName A text description of preapproval codes. Optional
Note: Program name under which applicant was
approved.
SalesOrderNumber A vehicle order number used by dealers and OEMS to track customer orders. Optional NetAmountFinanced Total net financed amount after all trade-in, incentives, etc. The total amount of the loan. Optional BasePaymentAmount Monthly payment amount before dealer add-ons (i.e., does not include fees, taxes, etc.) Optional TotalReductionsAmount Sum of Down Payment, Dealer Rebates, and any other cash payments that reduce the amount financed. Optional NetCapitalizedCostAmount Leasing value derived from the cash selling price after adjustments for downpayments etc. Optional Amortization The length of time over which the repayment of a loan is calculated. Optional PaymentsDeferredPeriodMeasure The amount of time by which the vehicle payments have been deferred. HR = Hour, WK = Week, BiWK = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly, SmAN=SemiAnnually Optional
XML Instance Representation
<...>
<Term>
Term </Term>
[1] ? <Tax>
Tax </Tax>
[0..*] ? <Fee>
Fee </Fee>
[0..*] ? </...>
Schema Component Representation
<
xsd:complexType name ="
ApplicationFinancing ">
<
xsd:sequence >
<
xsd:element name ="
BalanceAmount "
type ="
BalanceAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
FinalAmount "
type ="
FinalAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
ResidualAmount "
type ="
ResidualAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
Term "
type ="
Term "/>
<
xsd:element name ="
MaturityDate "
type ="
MaturityDate "
minOccurs ="
0 "/>
<
xsd:element name ="
PurchasePrice "
type ="
PurchasePrice "
minOccurs ="
0 "/>
<
xsd:element name ="
ApprovedInd "
type ="
ApprovedInd "
minOccurs ="
0 "/>
<
xsd:element name ="
ApprovedAmount "
type ="
ApprovedAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
ExpirationDate "
type ="
ExpirationDate "
minOccurs ="
0 "/>
<
xsd:element name ="
RatingIndex "
type ="
RatingIndex "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
NetTradeAmount "
type ="
NetTradeAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
Tax "
type ="
Tax "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
CostPerMile "
type ="
CostPerMile "
minOccurs ="
0 "/>
<
xsd:element name ="
SpecialPrograms "
type ="
SpecialPrograms "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Fee "
type ="
Fee "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
OfferingType "
type ="
OfferingType "
minOccurs ="
0 "/>
<
xsd:element name ="
Amortization "
type ="
Amortization "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :string < ApplicationNumber (by extension)Sub-types: None
Name ApplicationNumber Abstract no Documentation Manufacturer assigned appilcation number. More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules desc Required
Schema Component Representation
<
xsd:complexType name ="
ApplicationNumber ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < ApprovedAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ApprovedAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < ApprovedEquipmentAmount (by extension)Sub-types: None
Name ApprovedEquipmentAmount Abstract no Documentation Equipment allowed by finance source to be added to the residual value of a vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ApprovedEquipmentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): BalanceAmount
Super-types: xsd :decimal < Amount (by extension) < BalanceAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
BalanceAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Bank
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules Address Geographic definition of a metropolitan or suburban area Optional BankName Name of bank. Optional BankCode Code assigned to banking institution. Optional (INACTIVE)
BankIdType The identifer standard used for Bank ID, e.g., ABA, SortCode, etc. Optional (INACTIVE)
BranchName Name of the bank branch. Optional (INACTIVE)
BranchId Branch identifier Optional (INACTIVE)
BankAccount Bank account information Optional Contact Organizational Party contact. Optional
Schema Component Representation
<
xsd:complexType name ="
Bank ">
<
xsd:sequence >
<
xsd:element name ="
BankName "
type ="
BankName "
minOccurs ="
0 "/>
<
xsd:element name ="
BankCode "
type ="
BankCode "
minOccurs ="
0 "/>
<
xsd:element name ="
BankIdType "
type ="
BankIdType "
minOccurs ="
0 "/>
<
xsd:element name ="
BranchName "
type ="
BranchName "
minOccurs ="
0 "/>
<
xsd:element name ="
BranchId "
type ="
BranchId "
minOccurs ="
0 "/>
<
xsd:element name ="
BankAccount "
type ="
BankAccount "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): BankAccount
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules DefaultCurrency Currency used for transactions. Optional AccountId Identifies an account number or similary identifier. Optional AccountType Identifies the type of account. Optional AccountKey Indicates the account checksum. Optional AccountBalanceAmount The bank account balance amount. Optional
Schema Component Representation
<
xsd:complexType name ="
BankAccount ">
<
xsd:sequence >
<
xsd:element name ="
AccountId "
type ="
AccountId "
minOccurs ="
0 "/>
<
xsd:element name ="
AccountType "
type ="
AccountType "
minOccurs ="
0 "/>
<
xsd:element name ="
AccountKey "
type ="
AccountKey "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules BankruptcyInd Indicates if the Business Partner has ever declared bankruptcy. Optional BankruptcyDate Date the Business Party declared bankruptcy. Optional RepossessionInd Indicates if the Business Partner has experienced repossession. Optional RepossessionDate Date the Business Party experienced repossession. Optional
Schema Component Representation
<
xsd:complexType name ="
BankruptcyRepossession ">
<
xsd:sequence >
<
xsd:element name ="
BankruptcyInd "
type ="
BankruptcyInd "
minOccurs ="
0 "/>
<
xsd:element name ="
BankruptcyDate "
type ="
BankruptcyDate "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
RepossessionDate "
type ="
RepossessionDate "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < BaseBuyPercentageRate (by extension)Sub-types: None
Name BaseBuyPercentageRate Abstract no Documentation Base buy rate before any additions or subtractions. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
BaseBuyPercentageRate ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < BasePaymentAmount (by extension)Sub-types: None
Name BasePaymentAmount Abstract no Documentation Monthly payment amount before dealer add-ons (i.e., does not include fees, taxes, etc.) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
BasePaymentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): BranchId
Super-types: xsd :string < Id (by extension) < BranchId (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
BranchId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): BrandedInfo
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules BrandedTitleInd This tag indicates if a vehicle's title has been branded. (i.e., vehicle totaled and state registration title branded as such) Optional BrandedTitleDate Branding Date Optional Example: 2002-02-13
BrandingStateCode Branding State Code Optional BrandingStateReference Branding State Reference Number Optional BrandingSource Branding source â (i.e., source who says that the vehicle is branded) Optional
Schema Component Representation
<
xsd:complexType name ="
BrandedInfo ">
<
xsd:sequence >
<
xsd:element name ="
BrandingSource "
type ="
BrandingSource "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :string < StateOrProvince (by restriction) < BrandingStateCode (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
BrandingStateCode ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types:
Name BusinessObjectDocument Abstract no
Attributes
Attribute Description Requirement Business Rules revision This should contain the STAR repository version in the following recommended format. 4.2.1_M20080416. Where the first part indicates the version of the STAR repository and anything after the _ indicates the Milestone build that is being used. If referring to an official published version then only the STAR Repository version is required. Optional release Indicates the OAGIS release that this BOD belongs. Optional environment Indicates whether this BOD is being sent in a "Test" or a "Production" mode. If the BOD is being sent in a test mode, it's information should not affect the business operation. However, if the BOD is sent in "Production" mode it is assumed that all test has been complete and the contents of the BOD are to affect the operation of the receiving business application(s). Optional lang Indicates the language that the contents of the BOD is in unless otherwise stated. Optional bodVersion Deprecated as of STAR 4.2.2. It is recommended to use the revision attribute to identify the repository and the noun. May be removed in a new major version of the STAR repository. Optional
Data Elements and Components
Field/Component Description Requirement Business Rules ApplicationArea Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. Required
XML Instance Representation
<...
release="8.1-Lite [0..1] ? " environment="Text [0..1] ? " bodVersion="Text [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
BusinessObjectDocument ">
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
revision "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
release "
type ="
Text "
use ="
optional "
fixed ="
8.1-Lite "/>
<
xsd:attribute name ="
environment "
use ="
optional "
default ="
Production ">
<
xsd:simpleType >
<
xsd:restriction base ="
Text ">
<xsd:enumeration value ="Test "/>
<xsd:enumeration value ="Production "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
lang "
type ="
Language "
use ="
optional "/>
<
xsd:attribute name ="
bodVersion "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < BuyPercentageRate (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
BuyPercentageRate ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name BuyPercentageRateAdjGroup Abstract no Documentation Communicates any adjustments to the buy rate More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules BuyPercentageRateAdjustment Communicates any adjustments to the buy rate. Required
Schema Component Representation
<
xsd:complexType name ="
BuyPercentageRateAdjGroup ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < BuyPercentageRateAdjPercent (by extension)Sub-types: None
Name BuyPercentageRateAdjPercent Abstract no Documentation Percentage adjustment applied to buy rate More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
BuyPercentageRateAdjPercent ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name BuyPercentageRateAdjustment Abstract no Documentation Communicates any adjustments to the buy rate. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules BuyPercentageRateAdjTypeCode Indicates the type of adjustment, either an addition or subtraction, to be made to the buy rate. Required BuyPercentageRateAdjDesc Description of adjustment to buy rate. Optional BuyPercentageRateAdjPercent Percentage adjustment applied to buy rate. Optional
Schema Component Representation
<
xsd:complexType name ="
BuyPercentageRateAdjustment ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): CapitalAmount
Super-types: xsd :decimal < Amount (by extension) < CapitalAmount (by extension)Sub-types: None
Name CapitalAmount Abstract no Documentation The money and other property of a corporation or other enterprise used in transacting the business. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CapitalAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): CashOutAmount
Super-types: xsd :decimal < Amount (by extension) < CashOutAmount (by extension)Sub-types: None
Name CashOutAmount Abstract no Documentation Amount of net trade paid out to customer as cash. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CashOutAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Chassis
Super-types: None Sub-types: None
Name Chassis Abstract no Documentation A general term that refers to all of the mechanical parts of a car attached to a structural frame. In cars with unitized construction, the chassis comprises everything but the body of the car. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules ChassisMake Make of the Chassis Required ChassisModel Model of the Chassis Optional
Schema Component Representation
<
xsd:complexType name ="
Chassis ">
<
xsd:sequence >
<
xsd:element name ="
ChassisMake "
type ="
ChassisMake "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
ChassisModel "
type ="
ChassisModel "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): ChassisMake
Super-types: xsd :string < Description (by extension) < ChassisMake (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ChassisMake ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): ChassisModel
Super-types: xsd :string < Description (by extension) < ChassisModel (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ChassisModel ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Name Co-ApplicantPartyExtended Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Required
If both the party component and Contact PersonName
are the same, the Contact PersonName shall not be
populated.
Address Individual party address Required Contact Individual party contact information Optional RelationshipCode Indicates the Business PartyâÂÂs relationship to the primary Party (e.g., mother, father, husband, etc.)l Optional
In the case of the Individual Applicant, this code
is used in this component to define the primary
party of the BOD.
RelationshipDescription Free form text field describing the relationship of the business party to the primary party. Optional Demographics Individual party demographics Optional MarketingMailInd Indicates customers whom have requested no marketing mail Optional (INACTIVE)
Employer Applicant's employment information Optional NearestRelative Individual identified as applicant's nearest relative Optional Bank Banking information for the Applicant. Optional Co-Creditor ApplicantâÂÂs other source of credit information. Optional BankruptcyRepossession Represents information regarding to the ApplicantâÂÂs history of bankruptcy and repossession Optional MfgDealerInd Indicators that the Business Party is an employed by a Manufacture or Dealer. Optional (INACTIVE)
PrimaryDriverInd Identifies customer as primary driver. Optional (INACTIVE)
PaymentAmount Monthly Payment Amount Optional (INACTIVE)
MortgageBalance Business PartnerâÂÂs mortgage balance. Optional (INACTIVE)
OtherIncome Income received from other sources such as child support, alimony, etc. Optional Privacy Any privacy rights the party has subscribed to or opted out of. Optional EstimatedUsage Communicates the partyâÂÂs estimated percent of usage of the vehicle. Optional (INACTIVE)
Reference A financial or other form of reference for a co-applicant. Optional
XML Instance Representation
<...>
<Bank>
Bank </Bank>
[0..*] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Co-ApplicantPartyExtended ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): Co-Creditor
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional Name Company name of organizational party Optional Address Organizational Party address Optional DBAName Doing Business As name. Optional Contact Organizational Party contact information Optional Co-CreditorFinancing Represents applicants other finance information. Optional
Schema Component Representation
<
xsd:complexType name ="
Co-Creditor ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: CurrentFinancing < Co-CreditorFinancing (by extension)Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceType Type of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional PaymentAmount Monthly Payment Amount Optional BalanceAmount Remaining balance on Current Vehicle Optional FinalAmount Last month payment amount Optional ResidualAmount Remaining residual on current vehicle Optional Term Number of months of contract term Optional MaturityDate Month and year of contract maturity Optional FinanceCompanyName Name of Finance Company Optional WholesaleValueAmount Actual wholesale value of the vehicle. Optional TradeAllowanceAmount Trade Allowance is the second component of the negotiated trade vehicle amount, the primary portion being the wholesale amount of the trade vehicle. Optional AccountId Identifies an account number or similary identifier. Optional
XML Instance Representation
<...>
<Term>
Term </Term>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Co-CreditorFinancing ">
<
xsd:complexContent >
<
xsd:extension base ="
CurrentFinancing ">
<
xsd:sequence >
<
xsd:element name ="
AccountId "
type ="
AccountId "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): CodeType
Super-types: xsd :string < CodeType (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules listID Optional listName Optional listAgencyID Optional listAgencyName Optional listVersionID Optional listURI Optional
XML Instance Representation
<...
listID="xsd :token [0..1] " listName="xsd :string [0..1] " listAgencyID="xsd :token [0..1] " listAgencyName="xsd :string [0..1] " listVersionID="xsd :token [0..1] " listURI="xsd :anyURI [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
CodeType ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
listID "
type ="
xsd :token"
use ="
optional "/>
<
xsd:attribute name ="
listName "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
listAgencyID "
type ="
xsd :token"
use ="
optional "/>
<
xsd:attribute name ="
listAgencyName "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
listVersionID "
type ="
xsd :token"
use ="
optional "/>
<
xsd:attribute name ="
listURI "
type ="
xsd :anyURI"
use ="
optional "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules ConditionRejectionReasonCode A numeric code indicating the conditions or reasons for why an application has been denied. Optional ConditionRejectionText Free form text field indicating the conditions or reasons for why an application has been denied. Required
Schema Component Representation
<
xsd:complexType name ="
ConditionRejection ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: Verb < ConfirmableVerb (by extension)Sub-types:
Name ConfirmableVerb Abstract no
Attributes
Attribute Description Requirement Business Rules confirm Required
Data Elements and Components
Field/Component Description Requirement Business Rules Verb Required
Schema Component Representation
<
xsd:complexType name ="
ConfirmableVerb ">
<
xsd:complexContent >
<
xsd:extension base ="
Verb ">
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): ContactBase
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules Telephone Contact telephone numbers Optional EMailAddress Contact Email addresses Optional Fax Contact Fax numbers Optional PreferredContactMethod Preferred contact method Optional ContactTime Preferred contact time (i.e. Best day/time to reach the contact. Optional PrimaryContactInd Indicates if contact is primary contact Optional
Schema Component Representation
<
xsd:complexType name ="
ContactBase ">
<
xsd:sequence >
<
xsd:element name ="
ContactTime "
type ="
ContactTime "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < ContractDeductible (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ContractDeductible ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): ContractId
Super-types: xsd :string < Id (by extension) < ContractId (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ContractId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules PersonName Contact name Optional Telephone Contact telephone numbers Optional
If the address has a North American country code,
the telephone number must be a minimum of 10
numbers.
EMailAddress Contact Email address Optional
Should conform to the Internet message format as set
forth by RFC 8822.
Fax Contact Fax number Optional
If the address has a North American country code,
the telephone number must be a minimum of 10
numbers.
PreferredContactMethod Preferred contact method Optional ContactTime Preferred contact time (i.e. Best day/time to reach the contact). Optional
Schema Component Representation
<
xsd:complexType name ="
ContractOrganizationContact ">
<
xsd:sequence >
<
xsd:element name ="
ContactTime "
type ="
ContactTime "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < ContractPlanDescription (by extension)Sub-types: None
Name ContractPlanDescription Abstract no Documentation Description of contract plan. Example: 36 MONTH/36000 MILE" More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ContractPlanDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < Mileage (by extension) < ContractStartMileage (by extension)Sub-types: None
Name ContractStartMileage Abstract no Documentation Odometer reading when contract becomes effective More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ContractStartMileage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < Mileage (by extension) < ContractTermMileage (by extension)Sub-types: None
Name ContractTermMileage Abstract no Documentation Mileage allowed under terms of contract More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ContractTermMileage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): CostPerMile
Super-types: xsd :decimal < Amount (by extension) < CostPerMile (by extension)Sub-types: None
Name CostPerMile Abstract no Documentation The cost per mile in excess of the lease agreement. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CostPerMile ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Count
Super-types: xsd :integer < Count (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
Count ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :integer"/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules Header Required Detail Required
Schema Component Representation
<
xsd:complexType name ="
CreditDecision ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: CreditDetailBase < CreditDecisionDetail (by extension)Sub-types: None
Name CreditDecisionDetail Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules CreditVehicle The vehicle that the Applicant is interested in purchasing Optional IndividualApplicant Business party who is applying for vehicle financing Optional Co-Applicant Business party who is applying for vehicle financing Optional OrganizationalApplicant Business party who is applying for vehicle financing Optional PrimaryDriver Primary driver of the vehicle Optional Financing represents information on the financing for the vehicle the applicant is interested in. Optional Decision represents information on the financing for the vehicle the applicant is interested in. Required
Schema Component Representation
<
xsd:complexType name ="
CreditDecisionDetail ">
<
xsd:complexContent >
<
xsd:extension base ="
CreditDetailBase ">
<
xsd:sequence >
<
xsd:element name ="
Decision "
type ="
Decision "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Data Elements and Components
Field/Component Description Requirement Business Rules DocumentDateTime Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. Optional SecondaryPassword Secondary password used to validate access to the dealer information Optional SecondaryDealerNumber Identifies secondary dealer number if different than primary "Dealer Number" Optional DocumentId The primary DocumentId of the document for the given content. Required FinanceCompany Company receiving the credit application Required Dealer Business party through which the Credit Application is being submitted Optional ApplicationStatus Status of credit application Required ApplicationNumber Manufacturer assigned appilcation number. Optional ApplicationSource Code indicating the source of the application (Branch, Dealer, etc.) Optional Privacy Individual Privacy options Optional DecisionId Identifier for the Credit Decision. Optional
XML Instance Representation
Schema Component Representation
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules CreditVehicle The vehicle that the Applicant is interested in purchasing Optional IndividualApplicant Business party who is applying for vehicle financing Optional Co-Applicant Business party who is applying for vehicle financing Optional OrganizationalApplicant Business party who is applying for vehicle financing Optional PrimaryDriver Primary driver of the vehicle Optional
Schema Component Representation
<
xsd:complexType name ="
CreditDetailBase ">
<
xsd:sequence >
<
xsd:element name ="
CreditVehicle "
type ="
CreditVehicle "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: OptionBase < Option (by extension) < CreditExpandedOption (by extension)Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules OptionType An option type for a vehicle or other component. Usually references an OEM supplied list of codes. Optional OptionName Name of vehicle option Optional OptionStockNumber Stock Number of Vehicle Option Optional Manufacturer Manufacturer of Vehicle Option Optional OptionPrice Price of Vehicle Option Optional (INACTIVE)
OptionSecurityCode Security code to unlock option. (i.e, radio code)n Optional (INACTIVE)
ManufacturerInstalledInd Indicates manufacturer-installed accessories Optional (INACTIVE)
OptionCost Actual Dealer cost of option Optional (INACTIVE)
OptionMSRP Option MSRP Optional (INACTIVE)
OptionOrigin Identifies the option installer Optional (INACTIVE)
OptionSerialNumber Serial number of Option Optional (INACTIVE)
ItemId Part number identifier of Option Optional (INACTIVE)
PartType Specifies whether the parts are indicated by manufacturer part code or Part Number Optional (INACTIVE)
OptionNotes Free form text related to option Optional (INACTIVE)
DealerInstallationInd Dealer installed accessories, before delivery of vehicle - Could be used for new or used vehicle, if applicable Optional MiscellaneousCode Miscellaneous codes relating to vehicle (i.e., sales codes) Optional OptionPackageId Option package number or identifier used as a method for grouping option package items from manufacturer(s) Ex: OptPkg1,cost,OptPkg1; Item1,nocost,OptPkg1; Item2,nocost,Optpkg1; Item3,cost,nullOptPkg; OptPkg2,cost,Optpkg2; Item5,nocost,OptPkg2âÂæ Optional (INACTIVE)
OptionSalesCode Further definition of accessories and option packages - Indicates whether ordered option, special package, standard, etc. Optional (INACTIVE)
PortInstalledInd Indicates Port-installed accessories Optional (INACTIVE)
RemovedInd Indicates if the option is removed from the vehicle. Optional OptionPricingGroup Grouped option price informationGrouped option price information Optional OptionResidualValueAmount Residual value of option. Optional
Schema Component Representation
<
xsd:complexType name ="
CreditExpandedOption ">
<
xsd:complexContent >
<
xsd:extension base ="
Option ">
<
xsd:sequence >
<
xsd:element name ="
OptionCost "
type ="
OptionCost "
minOccurs ="
0 "/>
<
xsd:element name ="
OptionMSRP "
type ="
OptionMSRP "
minOccurs ="
0 "/>
<
xsd:element name ="
OptionOrigin "
type ="
OptionOrigin "
minOccurs ="
0 "/>
<
xsd:element name ="
ItemId "
type ="
ItemId "
minOccurs ="
0 "/>
<
xsd:element name ="
PartType "
type ="
PartType "
minOccurs ="
0 "/>
<
xsd:element name ="
OptionNotes "
type ="
OptionNotes "
minOccurs ="
0 "/>
<
xsd:element name ="
MiscellaneousCode "
type ="
MiscellaneousCode "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
RemovedInd "
type ="
RemovedInd "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: HeaderBase < CreditHeaderBase (by extension)Sub-types:
Name CreditHeaderBase Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules DocumentDateTime Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. Optional SecondaryPassword Secondary password used to validate access to the dealer information Optional SecondaryDealerNumber Identifies secondary dealer number if different than primary "Dealer Number" Optional DocumentId The primary DocumentId of the document for the given content. Required FinanceCompany Company receiving the credit application Required Dealer Business party through which the Credit Application is being submitted Optional ApplicationStatus Status of credit application Required
XML Instance Representation
Schema Component Representation
Super-types: xsd :decimal < Amount (by extension) < CreditLifePremiumAmount (by extension)Sub-types: None
Name CreditLifePremiumAmount Abstract no Documentation Indicates the amount of credit life premium insurance being purchased for the vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CreditLifePremiumAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Optional Address Individual party address Optional Contact Individual party contact information Optional RelationshipCode Indicates the Business PartyâÂÂs relationship to the primary Party (e.g., mother, father, husband, etc.)l Optional RelationshipDescription Free form text field describing the relationship of the business party to the primary party. Optional Privacy Any privacy rights the party has subscribed to or opted out of. Optional PrimaryDriverInd Identifies the customer as the primary driver. Optional (INACTIVE)
EstimatedUsage Communicates the partyâÂÂs estimated percent of usage of the vehicle. Optional (INACTIVE)
Schema Component Representation
<
xsd:complexType name ="
CreditPrimaryDriver ">
<
xsd:complexContent >
<
xsd:extension base ="
IndividualApplicantParty ">
<
xsd:sequence >
<
xsd:element name ="
Privacy "
type ="
Privacy "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
EstimatedUsage "
type ="
EstimatedUsage "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): CreditVehicle
Super-types: Vehicle < VehicleBase (by extension) < CreditVehicle (by extension)Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules Model Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional ModelYear Vehicle designated model year Optional ModelDescription Descriptive vehicle model name Optional Make Vehicle make code - Usually available in the VIN number (use NCIC code). Optional SaleClass Class of Sale Optional Condition Condition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown Optional CertifiedPreownedInd Identifies as a certified Pre-Owned Vehicle Optional VehicleNote Any vehicle related notes Optional VIN Federally defined 17 position vehicle identification number Optional DeliveryMileage Odometer reading of vehicle at time of delivery Optional VehicleStock Dealer assigned vehicle stock number Optional TrimCode Manufacturer assigned trim code Optional DoorsQuantity Number of doors on vehicle Optional BodyStyle Manufacturer-assigned vehicle body style Optional InteriorColor Vehicle Interior Color(s) Optional ExteriorColor Vehicle Exterior Color(s) Optional TransmissionType Vehicle Transmission type Optional OdometerStatus Status of odometer at trade-in. Example:: Replaced, Tampered, Miles> 90,000, etc. Optional NonUSVehicleInd Indicates whether the vehicle was produced for the United States or not Optional VehicleDemoInd Indicates whether vehicle was ever a demo Optional LicenseNumber State License plate number of vehicle Optional BrandedInfo Vehicle Branding Information Optional RestrictionInd Indication that vehicle has restrictions on its use Optional RestrictionDescription Description of vehicle use restrictions Optional TelematicsServiceInd Indication whether Telematics Service Subscription is turned on Optional Option Vehicle Options Optional Pricing Price of Vehicle Optional CollateralType Type used to classify a vehicle. EX: Auto, Light, Trailer, Motor Home, Conversion Van, Trailer (non-rec), Other, etc. Optional NumberOfEngineCylinders Represents the number of cylinders in the vehicle engine. Optional VanConversionPercentage Percentage of conversion package added to a vehicle. Optional VanConversionCost Cost of conversion package added to a vehicle. Optional AuctionInd Indicates that the used vehicle has come from an auction. Optional InvoiceNumber Invoice number of vehicle. Optional (INACTIVE)
VehicleWeight Vehicle Weight Optional (INACTIVE)
VehicleUse Indicates the use of the vehicle (i.e., Agricultural, Commercial, Personal, Other). Optional NumberOfUnits Number of units of described make and model being financed. Optional EngineType Describes the type of engine (diesel, gas, or other). Optional IgnitionKeyNumber Number of ignition key. Optional SecondKeyNumber Number of second key (e.g., trunk, valet, etc.). Optional LicenseNumberStateOrProvince State or province where vehicle is licensed. Optional ReportOfSaleNumber Auditable number used to track titling etc. This is an alphanumeric text field. Optional OtherVehicleUseDescription Text description of âÂÂOtheráþÿ Vehicle Use. Optional PublicConveyanceInd Indicator of whether the vehicle is intended for public conveyance, e.g., taxi. Optional SeriesName OEM assigned series information of vehicle. EX: GSL, XLT, etc. Optional TotalOptionsAmount Total amount of options and accessories. Optional UsedVehicleCertificationNumber Certification number verifying certification. Optional DefectDisclosureDescription Identifies disclosures for known defects. Optional TireDescription This is a description of the tires on the vehicle. For example, number and size tires. Optional LoadCapacity This is a description of the tires on the vehicle. For example, number and size tires. Optional RepairsAccessoriesOrderNumber Customer's purchase order number for dealer's repairs and accessories on the purchased vehicle. Optional VehicleOwnership Designation of actual owner(s) of the purchased vehicle. This may be different from the entity signing the contract. Optional MileageValuationAdjustmentAmt Positive or negative dollar amount indicating addition or subtraction to base value of the used vehicle. Optional AirConditionInd Indicates whether or not the vehicle has air condition Optional PriorVehicleUseCode Indicates the prior use of the vehicle. Optional DealerProducts Additional products and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are included in either total cash price, gross capitalized cost, or paid up front. Optional VehicleLengthMeasure Length of the vehicle. Optional Chassis A general term that refers to all of the mechanical parts of a car attached to a structural frame. In cars with unitized construction, the chassis comprises everything but the body of the car. Optional BrakeType Describes what type of brakes the vehicle has. Optional SteeringSystem System required to steer the engine. Optional
XML Instance Representation
<...>
<Model>
Model </Model>
[0..1] ? <Make>
Make </Make>
[0..1] ? <VIN>
VIN </VIN>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
CreditVehicle ">
<
xsd:complexContent >
<
xsd:extension base ="
VehicleBase ">
<
xsd:sequence >
<
xsd:element name ="
CollateralType "
type ="
CollateralType "
minOccurs ="
0 "/>
<
xsd:element name ="
AuctionInd "
type ="
AuctionInd "
minOccurs ="
0 "/>
<
xsd:element name ="
InvoiceNumber "
type ="
InvoiceNumber "
minOccurs ="
0 "/>
<
xsd:element name ="
VehicleWeight "
type ="
VehicleWeight "
minOccurs ="
0 "/>
<
xsd:element name ="
VehicleUse "
type ="
VehicleUse "
minOccurs ="
0 "/>
<
xsd:element name ="
NumberOfUnits "
type ="
NumberOfUnits "
minOccurs ="
0 "/>
<
xsd:element name ="
EngineType "
type ="
EngineType "
minOccurs ="
0 "/>
<
xsd:element name ="
SeriesName "
type ="
SeriesName "
minOccurs ="
0 "/>
<
xsd:element name ="
LoadCapacity "
type ="
LoadCapacity "
minOccurs ="
0 "/>
<
xsd:element name ="
PriorVehicleUseCode "
type ="
PriorVehicleUseCode "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
DealerProducts "
type ="
DealerProducts "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Chassis "
type ="
Chassis "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
BrakeType "
type ="
BrakeType "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
SteeringSystem "
type ="
SteeringSystem "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules VehiclePrice Customer price of vehicle Required PriceExplanation Explanatory Note for Pricing Example: Anniversary Edition Optional VehiclePricingType Designates type of pricing for vehicle transaction Optional PricingTypeSource Source from which pricing type data originated (i.e. Blue Book, NADA, etc.) Optional VehiclePricingTypeSource Source from which pricing type data originated (i.e. Blue Book, NADA, etc.) Optional
Schema Component Representation
<
xsd:complexType name ="
CreditVehiclePricing ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < CurrentAssetsAmount (by extension)Sub-types: None
Name CurrentAssetsAmount Abstract no Documentation Assets that a company has at its disposal that can be easily converted into cash within one operating cycle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CurrentAssetsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Ratio (by extension) < CurrentAssetsLiabilitiesRatio (by extension)Sub-types: None
Name CurrentAssetsLiabilitiesRatio Abstract no Documentation Ratio of Current Assets to Liabilities of organization. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CurrentAssetsLiabilitiesRatio ">
<
xsd:simpleContent >
<
xsd:extension base ="
Ratio "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceType Type of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional PaymentAmount Monthly Payment Amount Optional BalanceAmount Remaining balance on Current Vehicle Optional FinalAmount Last month payment amount Optional ResidualAmount Remaining residual on current vehicle Optional Term Number of months of contract term Optional MaturityDate Month and year of contract maturity Optional FinanceCompanyName Name of Finance Company Optional WholesaleValueAmount Actual wholesale value of the vehicle. Optional TradeAllowanceAmount Trade Allowance is the second component of the negotiated trade vehicle amount, the primary portion being the wholesale amount of the trade vehicle. Optional
XML Instance Representation
<...>
<Term>
Term </Term>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
CurrentFinancing ">
<
xsd:sequence >
<
xsd:element name ="
FinanceType "
type ="
FinanceType "
minOccurs ="
0 "/>
<
xsd:element name ="
PaymentAmount "
type ="
PaymentAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
BalanceAmount "
type ="
BalanceAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
FinalAmount "
type ="
FinalAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
ResidualAmount "
type ="
ResidualAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
Term "
type ="
Term "
minOccurs ="
0 "/>
<
xsd:element name ="
MaturityDate "
type ="
MaturityDate "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < CurrentLiabilitiesAmount (by extension)Sub-types: None
Name CurrentLiabilitiesAmount Abstract no Documentation The liabilities to be paid within one year of the balance sheet date. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
CurrentLiabilitiesAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): DealerParty
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional DealerName Dealer name Optional DistrictCode Manufacturer Assigned District Code Optional URI Dealer URI Optional ZoneCode Manufacturer Assigned Zone Code Optional Address Dealer party address Optional SalesContact Dealer party contact information Optional SalesPersonName Name of Salesperson. Format for name should be "First Last" with no commas between first and last name Optional
If the SalesPersonName and the Contact PersonName
are the same, the Contact PersonName shall not be
populated
DepartmentType Identifies the internal department Optional (INACTIVE)
OrganizationId Member Identification number of affiliate organization Optional OrganizationName OrganizationName Optional SelectionMethod Method used to select dealer Example: PF for preferred, PM for PMA, DI for distance, etc. Optional (INACTIVE)
XML Instance Representation
<...>
<URI>
URI </URI>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
DealerParty ">
<
xsd:complexContent >
<
xsd:extension base ="
DealerPartyBase ">
<
xsd:sequence >
<
xsd:element name ="
DepartmentType "
type ="
DepartmentType "
minOccurs ="
0 "/>
<
xsd:element name ="
OrganizationId "
type ="
OrganizationId "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: PartyBase < DealerPartyBase (by extension)Sub-types:
Name DealerPartyBase Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional DealerName Dealer name Optional DistrictCode Manufacturer Assigned District Code Optional URI Dealer URI Optional ZoneCode Manufacturer Assigned Zone Code Optional
XML Instance Representation
<...>
<URI>
URI </URI>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
DealerPartyBase ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
DealerName "
type ="
DealerName "
minOccurs ="
0 "/>
<
xsd:element name ="
DistrictCode "
type ="
DistrictCode "
minOccurs ="
0 "/>
<
xsd:element name ="
URI "
type ="
URI "
minOccurs ="
0 "/>
<
xsd:element name ="
ZoneCode "
type ="
ZoneCode "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name DealerProducts Abstract no Documentation Additional products and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are included in either total cash price, gross capitalized cost, or paid up front. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules DealerProductsType Describes the type of product Optional DealerProductsAmount Describes the amount of product Optional DealerProductsPaidFor Describes for whom the fee is to be paid Optional DealerProductsPaidTo Describes whom the fee is to be paid. Optional DealerProductsCapitalizedInd Indicates whether the item is capitalized or not capitalized if part of an lease. Optional PreferredProviderInd Indicates whether the provider is a preferred provider. Optional
Schema Component Representation
<
xsd:complexType name ="
DealerProducts ">
<
xsd:sequence >
<
xsd:element name ="
DealerProductsType "
type ="
DealerProductsType "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < DealerProductsAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
DealerProductsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < DealerRebateAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
DealerRebateAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < DealerReserveAmount (by extension)Sub-types: None
Name DealerReserveAmount Abstract no Documentation The dollar amount associated with the dealer reserve. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DealerReserveAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < DealerReservePercentage (by extension)Sub-types: None
Name DealerReservePercentage Abstract no Documentation The difference between the buy rate and contract rate expressed as a percentage used to calculate the dealer reserve. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DealerReservePercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Ratio (by extension) < DebtNetWorthRatio (by extension)Sub-types: None
Name DebtNetWorthRatio Abstract no Documentation Ratio of Debt to Net Worth of organization. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DebtNetWorthRatio ">
<
xsd:simpleContent >
<
xsd:extension base ="
Ratio "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Decision
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules ConditionRejection Describes the reasons for which an application was denied. Optional UpdateHistory Communicates the modification history of the application. Optional (INACTIVE)
SubmittedDateTime Date and time the application was submitted Optional
DateTime fields must be formatted as XML Schema
Datetimes in UTC/GMT format without offsets.
Example: 2003-11-05T13:15:30Z
DecisionDateTime Date and time a decision was made on the application. Required
DateTime fields must be formatted as XML Schema
Datetimes in UTC/GMT format without offsets.
Example: 2003-11-05T13:15:30Z
ElapsedTimeToDecision Date a decision was made on the application. Optional ElectronicApprovalInd Indicates the application has been electronically approved. Optional EvaluationInd Indicates whether the deal may be modified. Optional LeaseMessage Message to Dealer regarding the assignment of lease or transfer of equity. Optional (INACTIVE)
ContractPurchaseDate The date the contract was accepted by the Finance Source. Optional (INACTIVE)
Financing Represents information on the financing for the vehicle the applicant is interested in. Optional CreditAnalyst Indicates the name of the analyst responsible for rendering the decision. Optional CreditAnalystInitials Indicates the initials of the analyst responsible for rendering the decision. Optional CreditAnalystComments Free form text area for credit analyst to provide general comments about the decision. Optional CreditSupervisorComments Free form text area for credit supervisor to provide general comments about the decision. Optional (INACTIVE)
BranchManagerComments Free form text area for branch manager to provide general comments about the decision Optional (INACTIVE)
BranchOperationManagerComments Free form text area for branch operation manager to provide general comments about the decision. Optional (INACTIVE)
DealerComments Free form text area for dealer comments about the decision. Optional (INACTIVE)
Tier The loan tier as provided by the credit analyst. Optional TierDescription Free form text field describing the type of tier. Optional (INACTIVE)
SubprimeSendInd Indicates if the application is being forwarded to a subprime lender. Optional (INACTIVE)
TransferOfObligation Free form text field Indicating a transfer of obligation from one consumer to another or one business to another. Optional (INACTIVE)
Stipulations Free form text identifying the terms or conditions of the loan. Optional NonFinancialRequirements Stipulations or comments to dealer of a non-financial nature. Optional DecisionComments Free form text field for commentsassociated with the decision. Optional DecisionVehicle Represents the vehicle approved for credit by finance source. Optional
XML Instance Representation
<...>
<Tier>
Tier </Tier>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Decision ">
<
xsd:sequence >
<
xsd:element name ="
ConditionRejection "
type ="
ConditionRejection "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
UpdateHistory "
type ="
UpdateHistory "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
EvaluationInd "
type ="
EvaluationInd "
minOccurs ="
0 "/>
<
xsd:element name ="
LeaseMessage "
type ="
LeaseMessage "
minOccurs ="
0 "/>
<
xsd:element name ="
CreditAnalyst "
type ="
CreditAnalyst "
minOccurs ="
0 "/>
<
xsd:element name ="
DealerComments "
type ="
DealerComments "
minOccurs ="
0 "/>
<
xsd:element name ="
Tier "
type ="
Tier "
minOccurs ="
0 "/>
<
xsd:element name ="
Stipulations "
type ="
Stipulations "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
DecisionComments "
type ="
DecisionComments "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceType Type of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Required PaymentAmount Monthly Payment Amount Optional BalanceAmount Remaining balance on Current Vehicle Optional FinalAmount Last month payment amount Optional (INACTIVE)
ResidualAmount Remaining residual on current vehicle Optional (INACTIVE)
Term Number of months of contract term Required (INACTIVE)
MaturityDate Month and year of contract maturity Optional (INACTIVE)
FinanceCompanyName Name of Finance Company Optional (INACTIVE)
DownPaymentAmount Down Payment amount or amount of cap cost reduction. Optional (INACTIVE)
PurchasePrice Purchase Price or Gross Cap cost specified in deal. Total payments at end of purchase Optional (INACTIVE)
ApprovedInd Approved Indicator Optional ApprovedAmount Amount pre-approved Optional ExpirationDate Date pre-approval expires Optional YYYY-MM-DD
RatingIndex Rating Index Used for Credit Approval Optional (INACTIVE)
ApplicationType Type of application being submitted for financing (e.g., individual, individual + co-applicant, business, business + coapplicant, employee). Optional DeferredDownPaymentAmount Deferred Down Payment amount. Optional (INACTIVE)
DealerRebateAmount Dealer rebate amount. Optional (INACTIVE)
ManufacturerRebateAmount Manufacturer rebate amount. Optional (INACTIVE)
NetTradeAmount The difference between the dollar value given by the dealer less the amount the customer still owes on the vehicle. Optional (INACTIVE)
InsuranceTotalExtendedWarrantyAmount Total of life, accidental and health insurance cost/extended warranty cost. Optional (INACTIVE)
DisabilityPremiumAmount Indicates amount of disability premium insurance being purchased for the vehicle. Optional (INACTIVE)
CreditLifePremiumAmount Indicates the amount of credit life premium insurance being purchased for the vehicle. Optional (INACTIVE)
SecurityDepositAmount Security deposit is the amount paid to cover damage, excess mileage or excess wear and tear on a leased vehicle. Optional (INACTIVE)
MiscellaneousNotes Free form miscellaneous comments Optional AnnualPercentageRate Annual percentage rate. Optional MSRPGuidePercentage The ration of the amount financed compared to the value of the vehicle identified in a vehicle evaluation guide (EX: Nada Guide). Optional (INACTIVE)
Tax Communicates the tax associated with the vehicle being financed. Optional (INACTIVE)
TotalContractAmount Total amount of the service contract. Optional (INACTIVE)
NumberOfPayments Indicates the number of payments. Optional (INACTIVE)
FirstPaymentDate Indicates the first date of payment. Optional (INACTIVE)
OfferStatusCode Code describing the type of offer (e.g., Pre-approval, Consumer, Dealer) Optional (INACTIVE)
LeaseRateMoneyFactor Money factor multiplier used to determine finance costs for a lease. Optional Fee The fees associated with the vehicle being financed. Optional (INACTIVE)
FICOScore FICO score used to make credit decision. Optional (INACTIVE)
NetCapitalizedCostAmount Leasing value derived from the cash selling price after adjustments for downpayments etc. Optional PreApprovedProgramName A text description of pre-approval codes. Optional
NOTE:Program Name under which applicant was
preapproved for financing.
BaseBuyPercentageRate Base buy rate before any additions or subtractions. Optional BuyPercentageRateAdjGroup Communicates any adjustments to the buy rate. Optional Participation The Participation component represents information about the buy rate charged to the buyer versus the lender approved approved buy rate and the dealer's associated reserve dollar amount. Optional ReserveGroup The Reserve Group component represents information related to the Dealer's Reserve. Optional BuyPercentageRate Approved buy rate to the dealer. Optional MinAnnualPercentageRate Minimum APR to the Buyer. Allows for the dealer to buy the rate down. Optional MaxContractRate Maximum Contract Rate the dealer can agree to with the Buyer. Optional MaxTerm Maximum term of the loan. Optional MaxMonthlyPaymentAmount Maximum Monthly Payment approved by the Finance Source. Optional LoanToValue The LoanToValue component represents information related to the loan to value percentages and loan to value amounts. Optional FinanceProgramGroup The FinanceProgramGroup component represents information related to the finance source approved programs. Optional MaxPaymentToIncomePercentage Max payment to income approved by the finance source. Optional MaxDebtToIncomePercentage Max debt to income approved by the finance source. Optional MinAmountPaidToDealer Finance source calculated minimum amount which will be paid to the dealer. Optional MaxUnpaidBalanceAmount Amount financed, excluding any service contract or GAP policy. In other words, it is also equivalent to the selling price including tax, title, license and doc fees less the total down payment. Optional MinimumDownPaymentAmount Minimum down payment amount allowed. This could be lower than the approved down payment amount. Optional MaximumServiceContractAmount The maximum Service Contract amount allowed on the contract. Optional MaximumGapAmount The maximum Gap amount allowed on the contract. Optional StatedIncomeGroup The StatedIncome component represents information about the stated income of the buyer from an original credit application. Optional
XML Instance Representation
<...>
<Term>
Term </Term>
[1] ? <Tax>
Tax </Tax>
[0..*] ? <Fee>
Fee </Fee>
[0..*] ? </...>
Schema Component Representation
<
xsd:complexType name ="
DecisionFinancing ">
<
xsd:sequence >
<
xsd:element name ="
PaymentAmount "
type ="
PaymentAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
BalanceAmount "
type ="
BalanceAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
FinalAmount "
type ="
FinalAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
ResidualAmount "
type ="
ResidualAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
Term "
type ="
Term "/>
<
xsd:element name ="
MaturityDate "
type ="
MaturityDate "
minOccurs ="
0 "/>
<
xsd:element name ="
PurchasePrice "
type ="
PurchasePrice "
minOccurs ="
0 "/>
<
xsd:element name ="
ApprovedInd "
type ="
ApprovedInd "
minOccurs ="
0 "/>
<
xsd:element name ="
ApprovedAmount "
type ="
ApprovedAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
ExpirationDate "
type ="
ExpirationDate "
minOccurs ="
0 "/>
<
xsd:element name ="
RatingIndex "
type ="
RatingIndex "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
NetTradeAmount "
type ="
NetTradeAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
Tax "
type ="
Tax "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Fee "
type ="
Fee "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
FICOScore "
type ="
FICOScore "
minOccurs ="
0 "/>
<
xsd:element name ="
MaxTerm "
type ="
MaxTerm "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules Model Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Required ModelYear Vehicle designated model year Optional ModelDescription Descriptive vehicle model name Optional Make Vehicle make code - Usually available in the VIN number (use NCIC code). Optional BodyStyle The body style of the vehicle. Optional DeliveryMileage Decision vehicle mileage. Optional MaximumMileage Maximum Mileage Allowed on the Decision Vehicle. Optional Pricing Pricing related to the Decision Vehicle. Optional
XML Instance Representation
<...>
<Make>
Make </Make>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
DecisionVehicle ">
<
xsd:sequence >
<
xsd:element name ="
Model "
type ="
Model "/>
<
xsd:element name ="
ModelYear "
type ="
ModelYear "
minOccurs ="
0 "/>
<
xsd:element name ="
Make "
type ="
Make "
minOccurs ="
0 "/>
<
xsd:element name ="
BodyStyle "
type ="
BodyStyle "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
DeliveryMileage "
type ="
DeliveryMileage "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
MaximumMileage "
type ="
MaximumMileage "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :string < Currency (by restriction) < DefaultCurrency (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
DefaultCurrency ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < DefectDisclosureDescription (by extension)Sub-types: None
Name DefectDisclosureDescription Abstract no Documentation Identifies disclosures for known defects. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DefectDisclosureDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < DeferredDownPaymentAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
DeferredDownPaymentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < Mileage (by extension) < DeliveryMileage (by extension)Sub-types: None
Name DeliveryMileage Abstract no Documentation Odometer reading of vehicle at time of delivery More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DeliveryMileage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Dependents
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules NumberOfDependents Total number of dependents in household. Optional
Schema Component Representation
<
xsd:complexType name ="
Dependents ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): Description
Super-types: xsd :string < Description (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules language The ISO language code that the description is written. Optional
Schema Component Representation
<
xsd:complexType name ="
Description ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
language "
type ="
Language "
use ="
optional "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Destination
Super-types: None Sub-types: None
Name Destination Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules DestinationNameCode Code for destination of file (i.e.Short Manufacturer or DSP code) Optional
Must use a valid code from the ShortMfg/RSP list on
http://www.starstandards.org
DestinationURI Physical address of the destination Optional DestinationSoftwareCode Additional information about the destination application Optional DestinationSoftware For which software destination file is intended (may not be known). Optional DealerNumber Target Dealer Code receiving information Optional StoreNumber Dealer code store number (DMS assigned) Optional AreaNumber Dealer code area number (DMS vendor assigned) Optional DealerCountry Target Dealer country location Optional PartyId The Party Id field uniquely identifies the Receiver of the message. This element can be used for parties within the Automotive Community as well as external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The suggested format for Dealers is: ShortMfgCode+Dealer Number. Optional LocationId The Location Id field uniquely identifies the location of the Receiver of a message. This Id may be aligned with a physical address or data centers. This field provides an additional level of granularity beyond the usage of the Party Id for additional routing and deliver of data. Optional ServiceId The Service Id field identifies the particular service to which a message is being sent, e.g., an inventory service. Optional
XML Instance Representation
<...>
<DestinationNameCode>
ShortMfg </DestinationNameCode>
[0..1] ? <DestinationURI>
URI </DestinationURI>
[0..1] ? <DestinationSoftwareCode>
Text </DestinationSoftwareCode>
[0..1] ? <DestinationSoftware>
Text </DestinationSoftware>
[0..1] ? <DealerNumber>
PartyId </DealerNumber>
[0..1] ? <StoreNumber>
Text </StoreNumber>
[0..1] ? <AreaNumber>
Text </AreaNumber>
[0..1] ? <DealerCountry>
Country </DealerCountry>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Destination ">
<
xsd:sequence >
<
xsd:element name ="
DestinationNameCode "
type ="
ShortMfg "
minOccurs ="
0 "/>
<
xsd:element name ="
DestinationURI "
type ="
URI "
minOccurs ="
0 "/>
<
xsd:element name ="
DestinationSoftwareCode "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
DestinationSoftware "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
DealerNumber "
type ="
PartyId "
minOccurs ="
0 "/>
<
xsd:element name ="
StoreNumber "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
AreaNumber "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
DealerCountry "
type ="
Country "
minOccurs ="
0 "/>
<
xsd:element name ="
PartyId "
type ="
PartyId "
minOccurs ="
0 "/>
<
xsd:element name ="
LocationId "
type ="
LocationId "
minOccurs ="
0 "/>
<
xsd:element name ="
ServiceId "
type ="
ServiceId "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): Dimension
Super-types: xsd :decimal < Dimension (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules uom Required
Schema Component Representation
<
xsd:complexType name ="
Dimension ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < DisabilityPremiumAmount (by extension)Sub-types: None
Name DisabilityPremiumAmount Abstract no Documentation Indicates amount of disability premium insurance being purchased for the vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DisabilityPremiumAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): DocumentId
Super-types: xsd :string < Id (by extension) < DocumentId (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
DocumentId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): DoorsQuantity
Super-types: xsd :integer < Count (by extension) < DoorsQuantity (by restriction)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
DoorsQuantity ">
<
xsd:simpleContent >
<
xsd:restriction base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < DownPaymentAmount (by extension)Sub-types: None
Name DownPaymentAmount Abstract no Documentation Down Payment amount or amount of cap cost reduction. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
DownPaymentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < EarnedSurplusAmount (by extension)Sub-types: None
Name EarnedSurplusAmount Abstract no Documentation Prior years earnings not paid out as dividends, i.e., Retained Earnings. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
EarnedSurplusAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): EmployerParty
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional Name Company name of organizational party Optional Address Organizational Party address Optional DBAName Doing Business As name. Optional Contact Organizational Party contact information Optional Income Gross amount of income generated by party Optional Occupation Occupation of business party Required PeriodOfEmployment Identifies the length of time a business party was employed. Optional EmploymentCode Code that indicates whether the employment information identified is for current employment or pervious employment. Optional EmploymentStatus Identifies the business partyâÂÂs status of employment. EX: Full, part time, etc. Optional SelfEmployedInd Indicates whether or not the applicant is self-employed. Optional
Schema Component Representation
<
xsd:complexType name ="
EmployerParty ">
<
xsd:complexContent >
<
xsd:extension base ="
OrganizationPartyBase ">
<
xsd:sequence >
<
xsd:element name ="
Income "
type ="
Income "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Occupation "
type ="
Occupation "/>
<
xsd:element name ="
PeriodOfEmployment "
type ="
PeriodOfEmployment "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
EmploymentCode "
type ="
EmploymentCode "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < Mileage (by extension) < EstimatedAnnualMileage (by extension)Sub-types: None
Name EstimatedAnnualMileage Abstract no Documentation Estimated annual mileage of the contract. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
EstimatedAnnualMileage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < EstimatedUsage (by extension)Sub-types: None
Name EstimatedUsage Abstract no Documentation Communicates the party's estimated percent of usage of the vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
EstimatedUsage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < Mileage (by extension) < ExcessMilesPerYear (by extension)Sub-types: None
Name ExcessMilesPerYear Abstract no Documentation Estimated number of miles above the contracted annual mileage. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ExcessMilesPerYear ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Name ExpandedFinanceParty Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional Name Company name of organizational party Optional Address Organizational Party address Optional DBAName Doing Business As name. Optional BranchCode Manufacturer branch code. Optional CompanyCode Manufacturer company code. Optional DivisionCode Manufacturer division code. Optional ServiceCenterCode Manufacturer service center code. Optional Contact Organizational Party contact information Optional (INACTIVE)
HoldingCompany The company that is securing or underwriting the loan. Optional URI Website of Finance Source. This is the consumer-facing URI. Optional
XML Instance Representation
<...>
<URI>
URI </URI>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
ExpandedFinanceParty ">
<
xsd:complexContent >
<
xsd:extension base ="
FinanceParty ">
<
xsd:sequence >
<
xsd:element name ="
HoldingCompany "
type ="
HoldingCompany "
minOccurs ="
0 "/>
<
xsd:element name ="
URI "
type ="
URI "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): Fee
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules FeeType Designates the type of fee being applied. Optional FeeDescription Describes the type of fee being applied. Optional FeeAmount Describes the type of fee being applied. Optional FeePaidTo Describes to whom the fee is to be paid. Optional
Schema Component Representation
<
xsd:complexType name ="
Fee ">
<
xsd:sequence >
<
xsd:element name ="
FeeType "
type ="
FeeType "
minOccurs ="
0 "/>
<
xsd:element name ="
FeeDescription "
type ="
FeeDescription "
minOccurs ="
0 "/>
<
xsd:element name ="
FeeAmount "
type ="
FeeAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
FeePaidTo "
type ="
FeePaidTo "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): FeeAmount
Super-types: xsd :decimal < Amount (by extension) < FeeAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
FeeAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < FeeDescription (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
FeeDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): FeePaidTo
Super-types: xsd :string < Description (by extension) < FeePaidTo (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
FeePaidTo ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): FinalAmount
Super-types: xsd :decimal < Amount (by extension) < FinalAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
FinalAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): FinanceParty
Name FinanceParty Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional Name Company name of organizational party Optional Address Organizational Party address Optional DBAName Doing Business As name. Optional BranchCode Manufacturer branch code. Optional CompanyCode Manufacturer company code. Optional DivisionCode Manufacturer division code. Optional ServiceCenterCode Manufacturer service center code. Optional
Schema Component Representation
<
xsd:complexType name ="
FinanceParty ">
<
xsd:complexContent >
<
xsd:extension base ="
OrganizationPartyBase ">
<
xsd:sequence >
<
xsd:element name ="
BranchCode "
type ="
BranchCode "
minOccurs ="
0 "/>
<
xsd:element name ="
CompanyCode "
type ="
CompanyCode "
minOccurs ="
0 "/>
<
xsd:element name ="
DivisionCode "
type ="
DivisionCode "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < FinanceProgramDescription (by extension)Sub-types: None
Name FinanceProgramDescription Abstract no Documentation Description of lender approved program. Summary of terms, stipulations, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
FinanceProgramDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name FinanceProgramGroupType Abstract no Documentation The FinanceProgramGroup component represents information related to the finance source approved programs. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceProgram Finance Source Program under which the approval qualifies. Required
Schema Component Representation
<
xsd:complexType name ="
FinanceProgramGroupType ">
<
xsd:sequence >
<
xsd:element name ="
FinanceProgram "
type ="
FinanceProgramType "
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Name FinanceProgramType Abstract no Documentation The FinanceProgram component represents information related to the finance source approved program. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceProgramName Finance Source Program under which the approval qualifies. Optional FinanceProgramDescription Description of lender approved program. Summary of terms, stipulations, etc. Optional
Schema Component Representation
<
xsd:complexType name ="
FinanceProgramType ">
<
xsd:sequence >
<
xsd:element name ="
FinanceProgramName "
type ="
FinanceProgramName "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules CurrentAssetsAmount Assets that a company has at its disposal that can be easily converted into cash within one operating cycle. Optional IntangibleAssetsAmount An asset that is not visible in the traditional balance sheet but still adds value to the company. Optional FixedAssetsAmount Fixed Assets of organization are those assets of a permanent nature required for the normal conduct of a business, and which will not normally be converted into cash during the ensuring fiscal period. For example, furniture, fixtures, land, and buildings are all fixed assets. However, accounts receivable and inventory are not. Optional TotalAssetsAmount The total of all assets; both current and fixed. Optional CurrentLiabilitiesAmount The liabilities to be paid within one year of the balance sheet date. Optional LongTermDirectLiabilitiesAmt Loans, debt or obligations with a maturity of longer than one year. Optional TotalLiabilitiesAmount The sum of all liability items. Optional CapitalAmount The money and other property of a corporation or other enterprise used in transacting the business. Optional EarnedSurplusAmount Prior years earnings not paid out as dividends, i.e., Retained Earnings. Optional AnnualSalesAmount Annual Sales of an organization. Optional GrossProfitAmount The net sales minus cost of sales. Optional NetProfitAmount The company's total earnings reflecting revenues adjusted for costs of doing business, depreciation, interest, taxes and other expenses. Optional WorkingCapitalAmount The difference between current assets and current liabilities. Measures the margin of protection for current creditors. Optional TotalNetWorthAmount The total assets minus the total liabilities. Optional DebtNetWorthRatio Ratio of Debt to Net Worth of organization. Optional CurrentAssetsLiabilitiesRatio Ratio of Current Assets to Liabilities of organization. Optional
Schema Component Representation
<
xsd:complexType name ="
FinancialPosition ">
<
xsd:sequence >
<
xsd:element name ="
CapitalAmount "
type ="
CapitalAmount "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < FixedAssetsAmount (by extension)Sub-types: None
Name FixedAssetsAmount Abstract no Documentation Fixed Assets of organization are those assets of a permanent nature required for the normal conduct of a business, and which will not normally be converted into cash during the ensuring fiscal period. For example, furniture, fixtures, land, and buildings are all fixed assets. However, accounts receivable and inventory are not. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
FixedAssetsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < GrossProfitAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
GrossProfitAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): GrossTradeIn
Super-types: xsd :decimal < Amount (by extension) < GrossTradeIn (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
GrossTradeIn ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): HeaderBase
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules DocumentDateTime Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. Optional SecondaryPassword Secondary password used to validate access to the dealer information Optional SecondaryDealerNumber Identifies secondary dealer number if different than primary "Dealer Number" Optional
XML Instance Representation
Schema Component Representation
Super-types: xsd :decimal < Amount (by extension) < HoldbackAmount (by extension)Sub-types: None
Name HoldbackAmount Abstract no Documentation Amount retained by the finance source and accounted for in a specific Dealer Reserve account. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
HoldbackAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < HoldbackAmountSpecific (by extension)Sub-types: None
Name HoldbackAmountSpecific Abstract no Documentation Amount retained by the finance source, accounted for in the dealer's reserve account and potentially paid back to the dealer based on the performance of this particular loan. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
HoldbackAmountSpecific ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < HoldbackCreditAmount (by extension)Sub-types: None
Name HoldbackCreditAmount Abstract no Documentation This is a reduction of the Holdback Reserve set aside by the Finance Source in the Dealer's Reserve Account, used when the Dealer chooses to write the contract at an APR higher than the buy rate in the decision. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
HoldbackCreditAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Id
Super-types: xsd :string < Id (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
Id ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string"/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Income
Super-types: xsd :decimal < Income (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules currency Required period Required
Schema Component Representation
<
xsd:complexType name ="
Income ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal">
<
xsd:attribute name ="
currency "
type ="
Currency "
use ="
required "/>
<
xsd:attribute name ="
period "
type ="
IncomePeriod "
use ="
required "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): IncomeAmount
Super-types: xsd :decimal < Amount (by extension) < IncomeAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
IncomeAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Data Elements and Components
Field/Component Description Requirement Business Rules AddressLine Indicates the multiple lines of an address. The first line is typically the street name and number. Required City Is the City of the Address. Required County County in which the Address is in. Optional StateOrProvince Is the State or Province of a given Address. Required Country Country in which the Address is in. Required PostalCode Postal Code of the Address. Required UrbanizationCode Geographic definition of a metropolitan or suburban area Optional PeriodOfResidence Communicates an applicant's period of residence Optional ResidenceType The type of residence (i.e. Rent, Own, etc) Optional
XML Instance Representation
<...
>
<City>
City </City>
[1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
IndividualApplicantAddress ">
<
xsd:complexContent >
<
xsd:extension base ="
IndividualPartyAddress ">
<
xsd:sequence >
<
xsd:element name ="
PeriodOfResidence "
type ="
PeriodOfResidence "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
ResidenceType "
type ="
ResidenceType "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: ContactBase < IndividualApplicantContact (by extension)Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules Telephone Contact telephone numbers Optional EMailAddress Contact Email addresses Optional Fax Contact Fax numbers Optional PreferredContactMethod Preferred contact method Optional ContactTime Preferred contact time (i.e. Best day/time to reach the contact. Optional PrimaryContactInd Indicates if contact is primary contact Optional PersonName Optional
If the parent component and Contact component
PersonName are the same, this component shall not be
used.
PrimaryDriverInd Identifies customer as primary driver. Optional OtherDescription The text description of âÂÂOtheráþÿ value from telephone desc attribute. Optional
Schema Component Representation
<
xsd:complexType name ="
IndividualApplicantContact ">
<
xsd:complexContent >
<
xsd:extension base ="
ContactBase ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: PartyBase < IndividualApplicantParty (by extension)Sub-types:
Name IndividualApplicantParty Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Optional Address Individual party address Optional Contact Individual party contact information Optional
Schema Component Representation
<
xsd:complexType name ="
IndividualApplicantParty ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: PartyBase < IndividualApplicantPartyExtended (by extension)Sub-types:
Name IndividualApplicantPartyExtended Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Required
If both the party component and Contact PersonName
are the same, the Contact PersonName shall not be
populated.
Address Individual party address Required Contact Individual party contact information Optional RelationshipCode Indicates the Business PartyâÂÂs relationship to the primary Party (e.g., mother, father, husband, etc.)l Optional
In the case of the Individual Applicant, this code
is used in this component to define the primary
party of the BOD.
RelationshipDescription Free form text field describing the relationship of the business party to the primary party. Optional Demographics Individual party demographics Optional MarketingMailInd Indicates customers whom have requested no marketing mail Optional (INACTIVE)
Employer Applicant's employment information Optional NearestRelative Individual identified as applicant's nearest relative Optional Bank Banking information for the Applicant. Optional Co-Creditor ApplicantâÂÂs other source of credit information. Optional BankruptcyRepossession Represents information regarding to the ApplicantâÂÂs history of bankruptcy and repossession Optional MfgDealerInd Indicators that the Business Party is an employed by a Manufacture or Dealer. Optional (INACTIVE)
PrimaryDriverInd Identifies customer as primary driver. Optional (INACTIVE)
PaymentAmount Monthly Payment Amount Optional (INACTIVE)
MortgageBalance Business PartnerâÂÂs mortgage balance. Optional (INACTIVE)
OtherIncome Income received from other sources such as child support, alimony, etc. Optional Privacy Any privacy rights the party has subscribed to or opted out of. Optional EstimatedUsage Communicates the partyâÂÂs estimated percent of usage of the vehicle. Optional (INACTIVE)
Reference A financial or other form of reference for a co-applicant. Optional
XML Instance Representation
<...>
<Bank>
Bank </Bank>
[0..*] ? </...>
Schema Component Representation
<
xsd:complexType name ="
IndividualApplicantPartyExtended ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
Employer "
type ="
EmployerParty "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Bank "
type ="
Bank "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Co-Creditor "
type ="
Co-Creditor "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
MfgDealerInd "
type ="
MfgDealerInd "
minOccurs ="
0 "/>
<
xsd:element name ="
PaymentAmount "
type ="
PaymentAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
OtherIncome "
type ="
OtherIncome "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Privacy "
type ="
Privacy "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
EstimatedUsage "
type ="
EstimatedUsage "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Name IndividualApplicantPersonName Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Salutation Title or greeting of business party Optional GivenName First Name of business party Required MiddleName Middle Initial of business party Optional FamilyName Last Name of business party Required Suffix Business Party name suffix designation if individual Ex: Sr, Jr, III, etc. Optional FormattedName Full Name of business party. Format for name should be "First Last" with no commas between first and last name Optional SortName Index name used as a sort for report purposes Optional SecondFamilyName Additional last name. Optional
XML Instance Representation
<...>
<SecondFamilyName>
FamilyName </SecondFamilyName>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
IndividualApplicantPersonName ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: AddressBase < Address (by extension) < IndividualPartyAddress (by extension)Sub-types:
Name IndividualPartyAddress Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules AddressLine Indicates the multiple lines of an address. The first line is typically the street name and number. Required City Is the City of the Address. Required County County in which the Address is in. Optional StateOrProvince Is the State or Province of a given Address. Required Country Country in which the Address is in. Required PostalCode Postal Code of the Address. Required UrbanizationCode Geographic definition of a metropolitan or suburban area Optional
XML Instance Representation
<...
>
<City>
City </City>
[1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
IndividualPartyAddress ">
<
xsd:complexContent >
<
xsd:extension base ="
Address ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: AlternatePartyId < IndividualPartyAlternatePartyId (by extension)Sub-types: None
Name IndividualPartyAlternatePartyId Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Id Alternate Party Identification Required AssigningPartyId Agency or entity that validates the Party Id Required IssuingState Indicates that State where the license was issued. Optional ExpirationDate Expiration date of the alternate party id (e.g., Driver's License expiration date). Optional Example: 2003-11-09.
Schema Component Representation
<
xsd:complexType name ="
IndividualPartyAlternatePartyId ">
<
xsd:complexContent >
<
xsd:extension base ="
AlternatePartyId ">
<
xsd:sequence >
<
xsd:element name ="
IssuingState "
type ="
IssuingState "
minOccurs ="
0 "/>
<
xsd:element name ="
ExpirationDate "
type ="
ExpirationDate "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :string < IndividualPartyContactEMail (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules desc Required
Schema Component Representation
<
xsd:complexType name ="
IndividualPartyContactEMail ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
desc "
type ="
HomeWork "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < IndividualPartyContactFax (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules desc Required
Schema Component Representation
<
xsd:complexType name ="
IndividualPartyContactFax ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
desc "
type ="
HomeWork "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < IndividualPartyContactTelephoneNumber (by extension)Sub-types: None
Name IndividualPartyContactTelephoneNumber Abstract no Documentation IndividualParty telephone number More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules desc Required exten Required
Schema Component Representation
<
xsd:complexType name ="
IndividualPartyContactTelephoneNumber ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
exten "
type ="
Note "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules Salutation Title or greeting of business party Optional GivenName First Name of business party Required MiddleName Middle Initial of business party Optional FamilyName Last Name of business party Required Suffix Business Party name suffix designation if individual Ex: Sr, Jr, III, etc. Optional FormattedName Full Name of business party. Format for name should be "First Last" with no commas between first and last name Optional SortName Index name used as a sort for report purposes Optional
Schema Component Representation
<
xsd:complexType name ="
IndividualPartyPersonName ">
<
xsd:sequence >
<
xsd:element name ="
Salutation "
type ="
Salutation "
minOccurs ="
0 "/>
<
xsd:element name ="
GivenName "
type ="
GivenName "/>
<
xsd:element name ="
MiddleName "
type ="
MiddleName "
minOccurs ="
0 "/>
<
xsd:element name ="
FamilyName "
type ="
FamilyName "/>
<
xsd:element name ="
Suffix "
type ="
Suffix "
minOccurs ="
0 "/>
<
xsd:element name ="
FormattedName "
type ="
FormattedName "
minOccurs ="
0 "/>
<
xsd:element name ="
SortName "
type ="
SortName "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < InsuranceTotalExtendedWarrantyAmount (by extension)Sub-types: None
Name InsuranceTotalExtendedWarrantyAmount Abstract no Documentation Total of life, accidental and health insurance cost/extended warranty cost. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
InsuranceTotalExtendedWarrantyAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < IntangibleAssetsAmount (by extension)Sub-types: None
Name IntangibleAssetsAmount Abstract no Documentation An asset that is not visible in the traditional balance sheet but still adds value to the company. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
IntangibleAssetsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): ItemId
Super-types: xsd :string < Id (by extension) < ItemId (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ItemId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < LeaseRatePercentage (by extension)Sub-types: None
Name LeaseRatePercentage Abstract no Documentation Percentage used to determine finance cost of a lease. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
LeaseRatePercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < StateOrProvince (by restriction) < LicenseNumberStateOrProvince (by extension)Sub-types: None
Name LicenseNumberStateOrProvince Abstract no Documentation State or province where vehicle is licensed. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
LicenseNumberStateOrProvince ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): LoadCapacity
Super-types: xsd :decimal < Quantity (by extension) < LoadCapacity (by extension)Sub-types: None
Name LoadCapacity Abstract no Documentation Identifies the load capacity for the vehicle, for example Ton. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
LoadCapacity ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name LoanToValueType Abstract no Documentation The LoanToValue component represents information related to the loan to value percentages and loan to value amounts. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules LTVPercentage The maximum Loan to Value Range Percentage approved by the Finance Source. Optional LTVAmount The maximum Loan to Value Amount approved by the Finance Source. Optional LTVType Type for the LTVAmount and/or LTVPercentage. Examples are Maximum, Minimum. Optional
Schema Component Representation
<
xsd:complexType name ="
LoanToValueType ">
<
xsd:sequence >
<
xsd:element name ="
LTVPercentage "
type ="
LTVPercentage "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
LTVAmount "
type ="
LTVAmount "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
LTVType "
type ="
LTVType "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): LocationId
Super-types: xsd :string < Id (by extension) < LocationId (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
LocationId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < LongTermDirectLiabilitiesAmt (by extension)Sub-types: None
Name LongTermDirectLiabilitiesAmt Abstract no Documentation Loans, debt or obligations with a maturity of longer than one year. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
LongTermDirectLiabilitiesAmt ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): LTVAmount
Super-types: xsd :decimal < Amount (by extension) < LTVAmount (by extension)Sub-types: None
Name LTVAmount Abstract no Documentation The maximum Loan to Value Amount approved by the Finance Source. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
LTVAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): LTVPercentage
Super-types: xsd :decimal < Percent (by extension) < LTVPercentage (by extension)Sub-types: None
Name LTVPercentage Abstract no Documentation The maximum Loan to Value Range Percentage approved by the Finance Source. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
LTVPercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < ManufacturerRebateAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ManufacturerRebateAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < MaxContractRate (by extension)Sub-types: None
Name MaxContractRate Abstract no Documentation Maximum Contract Rate the dealer can agree to with the Buyer. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxContractRate ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < MaxDebtToIncomePercentage (by extension)Sub-types: None
Name MaxDebtToIncomePercentage Abstract no Documentation Max debt to income approved by the finance source. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxDebtToIncomePercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MaximumGapAmount (by extension)Sub-types: None
Name MaximumGapAmount Abstract no Documentation The maximum Gap amount allowed on the contract. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaximumGapAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < Mileage (by extension) < MaximumMileage (by extension)Sub-types: None
Name MaximumMileage Abstract no Documentation Maximum Mileage Allowed on the Decision Vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaximumMileage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MaximumServiceContractAmount (by extension)Sub-types: None
Name MaximumServiceContractAmount Abstract no Documentation The maximum Service Contract amount allowed on the contract. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaximumServiceContractAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MaxMonthlyPaymentAmount (by extension)Sub-types: None
Name MaxMonthlyPaymentAmount Abstract no Documentation Maximum Monthly Payment approved by the Finance Source. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxMonthlyPaymentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MaxParticipationAmount (by extension)Sub-types: None
Name MaxParticipationAmount Abstract no Documentation The dollar amount of dealer reserve if the dealer maximizes the participation percentage. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxParticipationAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < MaxParticipationPercentage (by extension)Sub-types: None
Name MaxParticipationPercentage Abstract no Documentation The maximum percentage difference between the buy rate approved by the lender and the rate charged to the buyer. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxParticipationPercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < MaxPaymentToIncomePercentage (by extension)Sub-types: None
Name MaxPaymentToIncomePercentage Abstract no Documentation Max payment to income approved by the finance source. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxPaymentToIncomePercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MaxUnpaidBalanceAmount (by extension)Sub-types: None
Name MaxUnpaidBalanceAmount Abstract no Documentation Amount financed, excluding any service contract or GAP policy. In other words, it is also equivalent to the selling price including tax, title, license and doc fees less the total down payment. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MaxUnpaidBalanceAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Measurement
Super-types: xsd :decimal < Measurement (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
Measurement ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal"/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Mileage
Super-types: xsd :integer < Count (by extension) < Mileage (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules uom Optional
Schema Component Representation
<
xsd:complexType name ="
Mileage ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MileageValuationAdjustmentAmt (by extension)Sub-types: None
Name MileageValuationAdjustmentAmt Abstract no Documentation Positive or negative dollar amount indicating addition or subtraction to base value of the used vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MileageValuationAdjustmentAmt ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MinAmountPaidToDealer (by extension)Sub-types: None
Name MinAmountPaidToDealer Abstract no Documentation Finance source calculated minimum amount which will be paid to the dealer. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MinAmountPaidToDealer ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < MinAnnualPercentageRate (by extension)Sub-types: None
Name MinAnnualPercentageRate Abstract no Documentation Minimum APR to the Buyer. Allows for the dealer to buy the rate down. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MinAnnualPercentageRate ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MinimumDownPaymentAmount (by extension)Sub-types: None
Name MinimumDownPaymentAmount Abstract no Documentation Minimum down payment amount allowed. This could be lower than the approved down payment amount. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MinimumDownPaymentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < ModificationDescription (by extension)Sub-types: None
Name ModificationDescription Abstract no Documentation Free form text that identifies the type of modifications made. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ModificationDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MonthlySalesTaxExemptionAmount (by extension)Sub-types: None
Name MonthlySalesTaxExemptionAmount Abstract no Documentation An sales tax amount that is exempted on a monthly basis. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MonthlySalesTaxExemptionAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < MortgageBalance (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
MortgageBalance ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < MSRPGuidePercentage (by extension)Sub-types: None
Name MSRPGuidePercentage Abstract no Documentation The ration of the amount financed compared to the value of the vehicle identified in a vehicle evaluation guide (EX: Nada Guide) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
MSRPGuidePercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Optional Address Individual party address Optional Contact Individual party contact information Optional RelationshipCode Indicates the Business PartyâÂÂs relationship to the primary Party (e.g., mother, father, husband, etc.)l Optional (INACTIVE)
RelationshipDescription Free form text field describing the relationship of the business party to the primary party. Optional
Schema Component Representation
<
xsd:complexType name ="
NearestRelative ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < NetAmountFinanced (by extension)Sub-types: None
Name NetAmountFinanced Abstract no Documentation Total net financed amount after all trade-in, incentives, etc. The total amount of the loan. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NetAmountFinanced ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < NetCapitalizedCostAmount (by extension)Sub-types: None
Name NetCapitalizedCostAmount Abstract no Documentation Leasing value derived from the cash selling price. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NetCapitalizedCostAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < NetProfitAmount (by extension)Sub-types: None
Name NetProfitAmount Abstract no Documentation The company's total earnings, reflecting revenues adjusted for costs of doing business, depreciation, interest, taxes and other expenses. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NetProfitAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < NetTradeAllowanceAmount (by extension)Sub-types: None
Name NetTradeAllowanceAmount Abstract no Documentation The gross trade-in amount minus the payoff amount. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NetTradeAllowanceAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < NetTradeAmount (by extension)Sub-types: None
Name NetTradeAmount Abstract no Documentation The difference between the dollar value given by the dealer less the amount the customer still owes on the vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NetTradeAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < NonTaxableAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
NonTaxableAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < NumberOfDependents (by restriction)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
NumberOfDependents ">
<
xsd:simpleContent >
<
xsd:restriction base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < NumberOfEngineCylinders (by restriction)Sub-types: None
Name NumberOfEngineCylinders Abstract no Documentation Represents the number of cylinders in the vehicle engine. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NumberOfEngineCylinders ">
<
xsd:simpleContent >
<
xsd:restriction base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < NumberOfPayments (by restriction)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
NumberOfPayments ">
<
xsd:simpleContent >
<
xsd:restriction base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < NumberOfTaxCreditMonths (by extension)Sub-types: None
Name NumberOfTaxCreditMonths Abstract no Documentation Number of months that the tax credit will cover. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NumberOfTaxCreditMonths ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): NumberOfUnits
Super-types: xsd :integer < Count (by extension) < NumberOfUnits (by restriction)Sub-types: None
Name NumberOfUnits Abstract no Documentation Number of units of described make and model being financed. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
NumberOfUnits ">
<
xsd:simpleContent >
<
xsd:restriction base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Option
Super-types: OptionBase < Option (by extension)Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules OptionType An option type for a vehicle or other component. Usually references an OEM supplied list of codes. Optional OptionName Name of vehicle option Optional OptionStockNumber Stock Number of Vehicle Option Optional Manufacturer Manufacturer of Vehicle Option Optional OptionPrice Price of Vehicle Option Optional (INACTIVE)
Schema Component Representation
<
xsd:complexType name ="
Option ">
<
xsd:complexContent >
<
xsd:extension base ="
OptionBase ">
<
xsd:sequence >
<
xsd:element name ="
OptionPrice "
type ="
OptionPrice "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): OptionBase
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules OptionType An option type for a vehicle or other component. Usually references an OEM supplied list of codes. Optional OptionName Name of vehicle option Optional OptionStockNumber Stock Number of Vehicle Option Optional Manufacturer Manufacturer of Vehicle Option Optional
Schema Component Representation
<
xsd:complexType name ="
OptionBase ">
<
xsd:sequence >
<
xsd:element name ="
OptionType "
type ="
OptionType "
minOccurs ="
0 "/>
<
xsd:element name ="
OptionName "
type ="
OptionName "
minOccurs ="
0 "/>
<
xsd:element name ="
Manufacturer "
type ="
Manufacturer "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): OptionCost
Super-types: xsd :decimal < Amount (by extension) < OptionCost (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
OptionCost ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): OptionMSRP
Super-types: xsd :decimal < Amount (by extension) < OptionMSRP (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
OptionMSRP ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Id (by extension) < OptionPackageId (by extension)Sub-types: None
Name OptionPackageId Abstract no Documentation Option package number or identifier used as a method for grouping option package items from manufacturer(s) Ex: OptPkg1,cost, More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
OptionPackageId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): OptionPrice
Super-types: xsd :decimal < Amount (by extension) < OptionPrice (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
OptionPrice ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules OptionPrice Price of Vehicle Option Required OptionPricingType Designates type of pricing for option. Optional
Schema Component Representation
<
xsd:complexType name ="
OptionPricingDetail ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules OptionPricingDetail Detail of OptionPriceGroup Required
Schema Component Representation
<
xsd:complexType name ="
OptionPricingGroup ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < OptionResidualValueAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
OptionResidualValueAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): OptionType
Super-types: xsd :string < CodeType (by extension) < OptionType (by extension)Sub-types: None
Name OptionType Abstract no Documentation Option Type from an OEM or other sources list of codes. More information at: http://www.starstandard.org .
XML Instance Representation
<...
listID="xsd :token [0..1] " listName="xsd :string [0..1] " listAgencyID="xsd :token [0..1] " listAgencyName="xsd :string [0..1] " listVersionID="xsd :token [0..1] " listURI="xsd :anyURI [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
OptionType ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: AddressBase < OrganizationAddress (by extension)Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules AddressLine Indicates the multiple lines of an address. The first line is typically the street name and number. Required City Is the City of the Address. Required County County in which the Address is in. Optional StateOrProvince Is the State or Province of a given Address. Required Country Country in which the Address is in. Required PostalCode Postal Code of the Address. Required UrbanizationCode Geographic definition of a metropolitan or suburban area Optional
XML Instance Representation
<...>
<City>
City </City>
[1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
OrganizationAddress ">
<
xsd:complexContent >
<
xsd:extension base ="
AddressBase ">
<
xsd:sequence >
<
xsd:element name ="
UrbanizationCode "
type ="
UrbanizationCode "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Name OrganizationalApplicantPartyAddress Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules AddressLine Indicates the multiple lines of an address. The first line is typically the street name and number. Required City Is the City of the Address. Required County County in which the Address is in. Optional StateOrProvince Is the State or Province of a given Address. Required Country Country in which the Address is in. Required PostalCode Postal Code of the Address. Required UrbanizationCode Geographic definition of a metropolitan or suburban area Optional PeriodOfResidence Communicates an applicantâÂÂs period of residence Optional
XML Instance Representation
<...>
<City>
City </City>
[1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
OrganizationalApplicantPartyAddress ">
<
xsd:complexContent >
<
xsd:extension base ="
OrganizationAddress ">
<
xsd:sequence >
<
xsd:element name ="
PeriodOfResidence "
type ="
PeriodOfResidence "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: PartyBase < OrganizationalApplicantPartyExtended (by extension)Sub-types: None
Name OrganizationalApplicantPartyExtended Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional Name Company name of organizational party Required Address Organizational Party address Required DBAName Doing Business As name. Optional Contact Organization applicant contact information Optional MarketingMailInd Indicates customers whom have requested no marketing mail Optional (INACTIVE)
OrganizationType Identifies the type of business (i.e., Sole Proprietorship, Partnership, LLP, LLC, Not For Profit, etc.). Optional RelationshipCode Indicates the Business PartyâÂÂs relationship to the primary Party (e.g., mother, father, husband, etc.)l Optional
This code is used in this component to define the
primary party of the BOD.
Bank Banking information for the Applicant. Optional Co-Creditor ApplicantâÂÂs other source of credit information. Optional BankruptcyRepossession Represents information regarding to the ApplicantâÂÂs history of bankruptcy and repossession Optional MfgDealerInd Indicators that the Business Party is an employed by a Manufacture or Dealer. Optional (INACTIVE)
PrimaryDriverInd Identifies customer as primary driver. Optional YearsInBusines Total number of number of years Business Partner has been in business. Optional Privacy Individual Privacy options Optional EstimatedUsage Communicates the partyâÂÂs estimated percent of usage of the vehicle. Optional (INACTIVE)
RelationshipDescription Free form text field describing the relationship of the business party to the primary party. Optional IndustryType Area of work for the business, e.g. Manufacturing, Financial Services, etc. Optional DateOfIncorporation Year, month and date of incorporation. Optional StateOfIncorporation State in which incorporation was granted. Optional InsuranceCompanyName Insurance company name. Optional Principal The Owner, Director, or Manager of the Organizational Applicant Party. Optional Accountant The Accountant for the Organizational Applicant Party. Optional FinancialPosition The balance sheet information for the Organizational Applicant Party. Optional ResidenceType Business Party's type of residence (i.e., Own, Rent). Optional PaymentAmount Monthly payment amount. Optional (INACTIVE)
MortgageBalance Business Partner's mortgage balance. Optional (INACTIVE)
Reference A financial or other form of reference for a co-applicant. Optional
XML Instance Representation
<...>
<Bank>
Bank </Bank>
[0..*] ? </...>
Schema Component Representation
<
xsd:complexType name ="
OrganizationalApplicantPartyExtended ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
DBAName "
type ="
DBAName "
minOccurs ="
0 "/>
<
xsd:element name ="
Bank "
type ="
Bank "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Co-Creditor "
type ="
Co-Creditor "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
MfgDealerInd "
type ="
MfgDealerInd "
minOccurs ="
0 "/>
<
xsd:element name ="
Privacy "
type ="
Privacy "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
EstimatedUsage "
type ="
EstimatedUsage "
minOccurs ="
0 "/>
<
xsd:element name ="
IndustryType "
type ="
IndustryType "
minOccurs ="
0 "/>
<
xsd:element name ="
Principal "
type ="
PrincipalParty "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
ResidenceType "
type ="
ResidenceType "
minOccurs ="
0 "/>
<
xsd:element name ="
PaymentAmount "
type ="
PaymentAmount "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: AlternatePartyId < OrganizationalPartyAlternatePartyId (by extension)Sub-types: None
Name OrganizationalPartyAlternatePartyId Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Id Alternate Party Identification Required AssigningPartyId Agency or entity that validates the Party Id Required IssuingState Indicates that State where the license was issued. Optional ExpirationDate Expiration date of the alternate party id (e.g., Driver's License expiration date). Optional YYYY-MM-DD
Schema Component Representation
<
xsd:complexType name ="
OrganizationalPartyAlternatePartyId ">
<
xsd:complexContent >
<
xsd:extension base ="
AlternatePartyId ">
<
xsd:sequence >
<
xsd:element name ="
IssuingState "
type ="
IssuingState "
minOccurs ="
0 "/>
<
xsd:element name ="
ExpirationDate "
type ="
ExpirationDate "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules PersonName Contact name Optional
In the case of the Dealer, if the SalesPersonName
and the Contact PersonName are the same, the Contact
PersonName shall not be populated
Telephone Contact telephone numbers Optional
If the address has a North American country code,
the telephone number must be a minimum of 10
numbers.
EMailAddress Contact Email address Optional
Should conform to the Internet message format as set
forth by RFC 8822.
Fax Contact Fax number Optional
If the address has a North American country code,
the telephone number must be a minimum of 10
numbers.
PreferredContactMethod Preferred contact method Optional ContactTime Preferred contact time (i.e. Best day/time to reach the contact. Optional
Schema Component Representation
<
xsd:complexType name ="
OrganizationContact ">
<
xsd:sequence >
<
xsd:element name ="
ContactTime "
type ="
ContactTime "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules GivenName First Name of business party Required FamilyName Last Name of business party Required FormattedName Full Name of business party. Format for name should be "First Last" with no commas between first and last name Optional
XML Instance Representation
<...>
<GivenName>
Name </GivenName>
[1] ? <FamilyName>
Name </FamilyName>
[1] ? <FormattedName>
Name </FormattedName>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
OrganizationContactPersonName ">
<
xsd:sequence >
<
xsd:element name ="
GivenName "
type ="
Name "/>
<
xsd:element name ="
FamilyName "
type ="
Name "/>
<
xsd:element name ="
FormattedName "
type ="
Name "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Name OrganizationContactPersonNameExtended Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules GivenName First Name of business party Required FamilyName Last Name of business party Required FormattedName Full Name of business party. Format for name should be "First Last" with no commas between first and last name Optional EmployeeTitle A formal appellation attached to the name of a person or family by virtue of office, rank, hereditary privilege, noble birth, or attainment or used as a mark of respect. EX: CIO, CEO, President, etc. Optional
XML Instance Representation
<...>
<GivenName>
Name </GivenName>
[1] ? <FamilyName>
Name </FamilyName>
[1] ? <FormattedName>
Name </FormattedName>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
OrganizationContactPersonNameExtended ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :string < Id (by extension) < OrganizationId (by extension)Sub-types: None
Name OrganizationId Abstract no Documentation Member Identification number of affiliate organization More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
OrganizationId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: PartyBase < OrganizationPartyBase (by extension)Sub-types:
Name OrganizationPartyBase Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Alternate organizational party Identification Optional Name Company name of organizational party Optional Address Organizational Party address Optional DBAName Doing Business As name. Optional
Schema Component Representation
<
xsd:complexType name ="
OrganizationPartyBase ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
Name "
type ="
CompanyName "
minOccurs ="
0 "/>
<
xsd:element name ="
DBAName "
type ="
DBAName "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :string < OrganizationPartyEmail (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
OrganizationPartyEmail ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string"/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < OrganizationPartyFax (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
OrganizationPartyFax ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string"/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < OrganizationPartyTelephone (by extension)Sub-types: None
Name OrganizationPartyTelephone Abstract no Documentation OrganizationParty telephone number More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules desc Required exten Required
Schema Component Representation
<
xsd:complexType name ="
OrganizationPartyTelephone ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
exten "
type ="
Note "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < OtherDescription (by extension)Sub-types: None
Name OtherDescription Abstract no Documentation The text description of Other value from telephone desc attribute. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
OtherDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): OtherIncome
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules OtherIncomeAmount The gross amount of income received from other sources (e.g., child support, alimony, etc.) Optional IncomeSource Identifies the source of income (e.g., job, child support, alimony, etc.) Optional
Schema Component Representation
<
xsd:complexType name ="
OtherIncome ">
<
xsd:sequence >
<
xsd:element name ="
OtherIncomeAmount "
type ="
OtherIncomeAmount "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
IncomeSource "
type ="
IncomeSource "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Income (by extension) < OtherIncomeAmount (by extension)Sub-types: None
Name OtherIncomeAmount Abstract no Documentation The gross amount of income received from other sources (e.g., child support, alimony, etc.) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
OtherIncomeAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Income "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < OtherVehicleUseDescription (by extension)Sub-types: None
Name OtherVehicleUseDescription Abstract no Documentation Text description of Other Vehicle Use. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
OtherVehicleUseDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < ParticipationSplitPercentage (by extension)Sub-types: None
Name ParticipationSplitPercentage Abstract no Documentation Reserve participation split agreed to by the lender. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ParticipationSplitPercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name ParticipationType Abstract no Documentation The Participation component represents information about the buy rate charged to the buyer versus the lender approved approved buy rate and the dealer's associated reserve dollar amount. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules MaxParticipationPercentage The maximum percentage difference between the buy rate approved by the lender and the rate charged to the buyer. Optional MaxParticipationAmount The dollar amount of dealer reserve if the dealer maximizes the participation percentage. Optional ParticipationSplitPercentage Reserve participation split agreed to by the lender. Optional HoldbackAmount Amount retained by the finance source and accounted for in a specific Dealer Reserve account. Optional HoldbackCreditAmount This is a reduction of the Holdback Reserve set aside by the Finance Source in the Dealer's Reserve Account, used when the Dealer chooses to write the contract at an APR higher than the buy rate in the decision. Optional HoldbackAmountSpecific Amount retained by the finance source, accounted for in the dealer's reserve account and potentially paid back to the dealer based on the performance of this particular loan. Optional
Schema Component Representation
<
xsd:complexType name ="
ParticipationType ">
<
xsd:sequence >
<
xsd:element name ="
HoldbackAmount "
type ="
HoldbackAmount "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): PartyBase
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional
Schema Component Representation
<
xsd:complexType name ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
PartyId "
type ="
PartyId "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): PartyId
Super-types: xsd :string < Id (by extension) < PartyId (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
PartyId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): PaymentAmount
Super-types: xsd :decimal < Amount (by extension) < PaymentAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
PaymentAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < PaymentsDeferredPeriodMeasure (by extension)Sub-types: None
Name PaymentsDeferredPeriodMeasure Abstract no Documentation The amount of time by which the vehicle payments have been deferred. HR = Hour, WK = Week, BiWK = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly, SmAN=SemiAnnually More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules period Required
Schema Component Representation
<
xsd:complexType name ="
PaymentsDeferredPeriodMeasure ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Percent
Super-types: xsd :decimal < Percent (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
Percent ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal"/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < PercentOfOwnership (by extension)Sub-types: None
Name PercentOfOwnership Abstract no Documentation The percent of ownership an individual has in an organization. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
PercentOfOwnership ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < PeriodAsPrincipal (by extension)Sub-types: None
Name PeriodAsPrincipal Abstract no Documentation Period of time serving in a capacity as principal noted. More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules period Required
Schema Component Representation
<
xsd:complexType name ="
PeriodAsPrincipal ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < PeriodOfEmployment (by extension)Sub-types: None
Name PeriodOfEmployment Abstract no Documentation Identifies the length of time a business party was employed. More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules period Required
Schema Component Representation
<
xsd:complexType name ="
PeriodOfEmployment ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < PeriodOfOwnership (by extension)Sub-types: None
Name PeriodOfOwnership Abstract no Documentation The period of time an individual has been owning/operating an organization. More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules period Required
Schema Component Representation
<
xsd:complexType name ="
PeriodOfOwnership ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < PeriodOfResidence (by extension)Sub-types: None
Name PeriodOfResidence Abstract no Documentation Period of time Business Party has lived at residence. More information at: http://www.starstandard.org .
Attributes
Attribute Description Requirement Business Rules period Required
Schema Component Representation
<
xsd:complexType name ="
PeriodOfResidence ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Pricing
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules VehiclePrice Customer price of vehicle Required
Note: the VehiclePrice field does not necessarily
represent the customer's price of the vehicle. The
VehiclePrice is built by PriceType and
PriceExplanation.
PriceExplanation Explanatory Note for Pricing Example: Anniversary Edition Optional PricingType Designates type of pricing for vehicle transaction. Examples could be: QUOTE, MSRP, INVOICE, BLUEBOOK, TOTALFIGURE, OVERINVOICE, UNDERINVOICE, UNDERMSRP, OVERMSRP, CALL, NA, or OTHER Optional
Schema Component Representation
<
xsd:complexType name ="
Pricing ">
<
xsd:sequence >
<
xsd:element name ="
PricingType "
type ="
PricingType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: PartyBase < PrincipalParty (by extension)Sub-types: None
Name PrincipalParty Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Optional Address Individual party address Optional Contact Individual party contact information Optional Title Identifies an individual's business title. Optional Income Gross amount of income generated by party Optional BusinessRelationship Identifies an individual's business title. Optional PercentOfOwnership The percent of ownership an individual has in an organization. Optional PeriodOfOwnership The period of time an individual has been owning/operating an organization. Optional PeriodAsPrincipal Period of time serving in a capacity as principal noted. Optional
Schema Component Representation
<
xsd:complexType name ="
PrincipalParty ">
<
xsd:complexContent >
<
xsd:extension base ="
PartyBase ">
<
xsd:sequence >
<
xsd:element name ="
Income "
type ="
Income "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
PeriodOfOwnership "
type ="
PeriodOfOwnership "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
PeriodAsPrincipal "
type ="
PeriodAsPrincipal "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < PriorCreditOrLeaseOwedOnTrade (by extension)Sub-types: None
Name PriorCreditOrLeaseOwedOnTrade Abstract no Documentation The balance owed on lease that is being terminated. This balance is amount being financed. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
PriorCreditOrLeaseOwedOnTrade ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < VehicleUseCode (by restriction) < PriorVehicleUseCode (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
PriorVehicleUseCode ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Privacy
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules PrivacyInd Indicator to note that Business Party has requested to share or to not share information with third parties Optional PrivacyType Code identifying a Party's authorized privacy rights. (i.e., Financial, Demographics, etc.) Optional
Schema Component Representation
<
xsd:complexType name ="
Privacy ">
<
xsd:sequence >
<
xsd:element name ="
PrivacyInd "
type ="
PrivacyInd "
minOccurs ="
0 "/>
<
xsd:element name ="
PrivacyType "
type ="
PrivacyType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): Process
Data Elements and Components
Field/Component Description Requirement Business Rules Verb Required Criteria Optional
Schema Component Representation
<
xsd:complexType name ="
Process ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Name ProcessCreditDecision Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules ApplicationArea Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. Required DataArea Required
XML Instance Representation
<...
release="8.1-Lite [0..1] ? " environment="Text [0..1] ? " bodVersion="Text [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
ProcessCreditDecision ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name ProcessCreditDecisionDataArea Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Process The Process verb is used to request processing of the associated noun by the receiving application or business to party. In a typical external exchange scenario a Process BOD is considered to be a legally binding message. For example, if a customer sends a ProcessPurchaseOrder BOD to a supplier and the supplier acknowlegdes with a positive AcknowledgePurchaseOrder, then the customer is obligated to fullfil the agreement, unless of course other BODs are allowed to cancel or change the original order. Required CreditDecision Required
Schema Component Representation
<
xsd:complexType name ="
ProcessCreditDecisionDataArea ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): PurchasePrice
Super-types: xsd :decimal < Amount (by extension) < PurchasePrice (by extension)Sub-types: None
Name PurchasePrice Abstract no Documentation Purchase Price or Gross Cap cost specified in deal. Total payments at end of purchase More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
PurchasePrice ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Quantity
Super-types: xsd :decimal < Quantity (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules uom Required
Schema Component Representation
<
xsd:complexType name ="
Quantity ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal">
<
xsd:attribute name ="
uom "
type ="
UOM "
use ="
required "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Rating
Super-types: xsd :string < Rating (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules score Optional
Schema Component Representation
<
xsd:complexType name ="
Rating ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
score "
type ="
Decimal "
use ="
optional "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): RatingIndex
Super-types: xsd :string < Rating (by extension) < RatingIndex (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
RatingIndex ">
<
xsd:simpleContent >
<
xsd:extension base ="
Rating "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Ratio
Super-types: xsd :decimal < Ratio (by extension)Sub-types: None
Name Ratio Abstract no Documentation The relation between two similar magnitudes with respect to the number of times the first contains the second. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
Ratio ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :decimal"/>
</
xsd:simpleContent >
</
xsd:complexType >
Name ReferenceApplicantParty Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules PartyId Party Identification Number Optional AlternatePartyIds Individual party alternate party Identification Optional PersonName Individual party name Optional Address Individual party address Optional Contact Individual party contact information Optional RelationshipCode A free form code that identifies the relationship of the reference. Optional RelationshipDescription A detailed description of the relationship code. Optional
Schema Component Representation
<
xsd:complexType name ="
ReferenceApplicantParty ">
<
xsd:complexContent >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < RelationshipDescription (by extension)Sub-types: None
Name RelationshipDescription Abstract no Documentation Free form text describing the relationship of the Business Party to the primary Party. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
RelationshipDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Name ReserveGroupType Abstract no Documentation The Reserve Group component represents information related to the Dealer's Reserve. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules Reserve The Reserve component represents information related to the Dealer's Reserve. Required
Schema Component Representation
<
xsd:complexType name ="
ReserveGroupType ">
<
xsd:sequence >
<
xsd:element name ="
Reserve "
type ="
ReserveType "
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): ReserveType
Super-types: None Sub-types: None
Name ReserveType Abstract no Documentation The Reserve component represents information related to the Dealer's Reserve. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules DealerReserveAmount The dollar amount associated with the dealer reserve. Optional DealerReservePercentage The difference between the buy rate and contract rate expressed as a percentage used to calculate the dealer reserve. Optional DealerReserveType Identifies the type of Dealer Reserve (i.e., Flat, Standard Dealer Participation, Guaranteed Dealer Participation). Optional
Schema Component Representation
<
xsd:complexType name ="
ReserveType ">
<
xsd:sequence >
<
xsd:element name ="
DealerReserveAmount "
type ="
DealerReserveAmount "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
DealerReserveType "
type ="
DealerReserveType "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < ResidualAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
ResidualAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < RestrictionDescription (by extension)Sub-types: None
Name RestrictionDescription Abstract no Documentation Description of vehicle use restrictions More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
RestrictionDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < SalesTaxExemptionAmount (by extension)Sub-types: None
Name SalesTaxExemptionAmount Abstract no Documentation An amount that is exempted from a sales tax. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
SalesTaxExemptionAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Id (by extension) < SecondaryDealerNumber (by extension)Sub-types: None
Name SecondaryDealerNumber Abstract no Documentation Identifies secondary dealer number if different than primary "Dealer Number" More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
SecondaryDealerNumber ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < SecurityDepositAmount (by extension)Sub-types: None
Name SecurityDepositAmount Abstract no Documentation Security deposit is the amount paid to cover damage, excess mileage or excess wear and tear on a leased vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
SecurityDepositAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Sender
Super-types: SenderBase < Sender (by extension)Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules LogicalId Provides the logical location of the server and applications from which the Business Object Document originated. It can be used to establish a logical to physical mapping, however its use is optional. Each system or combination of systems should maintain an external central reference table containing the logical names or logical addresses of the application systems in the integration configuration. This enables the logical names to be mapped to the physical network addresses of the resources needed on the network. Note: The technical implementation of this Domain Naming Service is not dictated by this specification. This logical to physical mapping may be done at execution time by the application itself or by a middleware transport mechanism, depending on the integration architecture used. This provides for a simple but effective directory access capability while maintaining application independence from the physical location of those resources on the network Optional Component Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document. Its use is optional. For STAR's use this is the DCS Software code name Required Task Describes the business event that initiated the need for the Business Object Document to be created. For STAR, the task is defined in the Implementation Guidelines for each BOD. It is usually a short description of the BOD. Ex: SalesLead, CreditDecision, etc. Required ReferenceId Enables the sending application to indicate the instance identifier of the event or task that caused the BOD to be created. This is used to correlate a response BOD to an originating BOD Optional AuthorizationId Identifyies the authorization level of the user or application that is sending the Business Object Document Message. This authorization level being recognized be the receiving system indicates what can be done on the receiving system. For STAR, this is the User ID. Optional CreatorNameCode DCS Software Creator Code Required SenderNameCode Additional information about the sending platform (i.e., Short MFG or DSP code). Required
Must use a valid code from the ShortMfg/RSP list on
http://www.starstandards.org
SenderURI Physical address of the sender Optional DealerNumber Dealer Code of source of information Optional StoreNumber Dealer code store number (DMS assigned) Optional AreaNumber Dealer code area number (DMS vendor assigned) Optional DealerCountry Source Dealer country location Optional Language This code is used to define the language of the data used in this transaction Optional DeliverPendingMailInd Indicates if the user requests to receive pending mail that has been stored and has yet not been delivered yet. By selecting 0, the user will only receive the response for the current transaction the user is performing. Optional Password Token for application specific authentication. Used to authenticate dealership/users through application specific security Optional SystemVersion The sender's software version number. Optional PartyId The Party Id field uniquely identifies the Sender of the message. This element can be used for parties within the Automotive Community as well as external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The suggested format for Dealers is: ShortMfgCode+Dealer Number. Optional LocationId The Location Id field uniquely identifies the location of the Sender of a message. This Id may be aligned with a physical address or data centers. This field provides an additional level of granularity beyond the usage of the Party Id for additional routing and deliver of data. Optional ServiceId The Service Id field identifies the particular service from which a message is being sent, e.g., an inventory service. Optional
XML Instance Representation
<...>
<LogicalId>
Text </LogicalId>
[0..1] ? <Component>
Text </Component>
[1] ? <Task>
Text </Task>
[1] ? <AuthorizationId>
Id </AuthorizationId>
[0..1] ? <CreatorNameCode>
Text </CreatorNameCode>
[1] ? <SenderNameCode>
ShortMfg </SenderNameCode>
[1] ? <SenderURI>
URI </SenderURI>
[0..1] ? <DealerNumber>
PartyId </DealerNumber>
[0..1] ? <StoreNumber>
Text </StoreNumber>
[0..1] ? <AreaNumber>
Text </AreaNumber>
[0..1] ? <DealerCountry>
Country </DealerCountry>
[0..1] ? <DeliverPendingMailInd>
Indicator </DeliverPendingMailInd>
[0..1] ? <Password>
Text </Password>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Sender ">
<
xsd:complexContent >
<
xsd:extension base ="
SenderBase ">
<
xsd:sequence >
<
xsd:element name ="
CreatorNameCode "
type ="
Text "/>
<
xsd:element name ="
SenderNameCode "
type ="
ShortMfg "/>
<
xsd:element name ="
SenderURI "
type ="
URI "
minOccurs ="
0 "/>
<
xsd:element name ="
DealerNumber "
type ="
PartyId "
minOccurs ="
0 "/>
<
xsd:element name ="
StoreNumber "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
AreaNumber "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
DealerCountry "
type ="
Country "
minOccurs ="
0 "/>
<
xsd:element name ="
Language "
type ="
Language "
minOccurs ="
0 "/>
<
xsd:element name ="
DeliverPendingMailInd "
type ="
Indicator "
minOccurs ="
0 "/>
<
xsd:element name ="
Password "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
SystemVersion "
type ="
SystemVersion "
minOccurs ="
0 "/>
<
xsd:element name ="
PartyId "
type ="
PartyId "
minOccurs ="
0 "/>
<
xsd:element name ="
LocationId "
type ="
LocationId "
minOccurs ="
0 "/>
<
xsd:element name ="
ServiceId "
type ="
ServiceId "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Components (Complex Type): SenderBase
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules LogicalId Provides the logical location of the server and applications from which the Business Object Document originated. It can be used to establish a logical to physical mapping, however its use is optional. Each system or combination of systems should maintain an external central reference table containing the logical names or logical addresses of the application systems in the integration configuration. This enables the logical names to be mapped to the physical network addresses of the resources needed on the network. Note: The technical implementation of this Domain Naming Service is not dictated by this specification. This logical to physical mapping may be done at execution time by the application itself or by a middleware transport mechanism, depending on the integration architecture used. This provides for a simple but effective directory access capability while maintaining application independence from the physical location of those resources on the network Optional Component Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document. Its use is optional. For STAR's use this is the DCS Software code name Required Task Describes the business event that initiated the need for the Business Object Document to be created. For STAR, the task is defined in the Implementation Guidelines for each BOD. It is usually a short description of the BOD. Ex: SalesLead, CreditDecision, etc. Required ReferenceId Enables the sending application to indicate the instance identifier of the event or task that caused the BOD to be created. This is used to correlate a response BOD to an originating BOD Optional AuthorizationId Identifyies the authorization level of the user or application that is sending the Business Object Document Message. This authorization level being recognized be the receiving system indicates what can be done on the receiving system. For STAR, this is the User ID. Optional
XML Instance Representation
<...>
<LogicalId>
Text </LogicalId>
[0..1] ? <Component>
Text </Component>
[1] ? <Task>
Text </Task>
[1] ? <AuthorizationId>
Id </AuthorizationId>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
SenderBase ">
<
xsd:sequence >
<
xsd:element name ="
LogicalId "
type ="
Text "
minOccurs ="
0 "/>
<
xsd:element name ="
Component "
type ="
Text "/>
<
xsd:element name ="
Task "
type ="
Text "/>
<
xsd:element name ="
ReferenceId "
type ="
Reference "
minOccurs ="
0 "/>
<
xsd:element name ="
AuthorizationId "
type ="
Id "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules ContractCompanyName Service contract company name Optional ContractId Identification of Service Contract Optional ContractPlanCode Service Contract Plan Code Optional ContractType Service contract type and/or area of coverage Optional ContractPlanDescription Description of service plan. Example: 36 MONTH/36000 MILE" Optional Term Number of months in contract plan Optional ContractStartDate Service Contract sale Date Optional ContractDeductible Amount of Deductible at time of service Eg:$50.00 Optional ContractExpirationDate Date the Service contract expires Optional ContractStartMileage Odometer reading when contract becomes effective Optional ContractTermMileage Mileage allowed under terms of service contract Optional ContractOwnerName Name on service Contract (i.e., full name - First Last) Optional InsuranceCompanyName Memo Field for carrier covering extended service contract Optional TotalContractAmount Total amount of the service contract. Optional ContractNote Free form comments that relate to the contract Optional
XML Instance Representation
<...>
<Term>
Term </Term>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
ServiceContractBase ">
<
xsd:sequence >
<
xsd:element name ="
ContractId "
type ="
ContractId "
minOccurs ="
0 "/>
<
xsd:element name ="
ContractType "
type ="
ContractType "
minOccurs ="
0 "/>
<
xsd:element name ="
Term "
type ="
Term "
minOccurs ="
0 "/>
<
xsd:element name ="
ContractNote "
type ="
ContractNote "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): ServiceId
Super-types: xsd :string < Id (by extension) < ServiceId (by extension)Sub-types: None
Name ServiceId Abstract no Documentation The Service Id field identifies the particular service to or from which a message is being sent, e.g., an inventory service. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
ServiceId ">
<
xsd:simpleContent >
<
xsd:extension base ="
Id "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Signature
Super-types: None Sub-types: None
Attributes
Attribute Description Requirement Business Rules qualifyingAgency Optional
Data Elements and Components
Field/Component Description Requirement Business Rules
XML Instance Representation
<...
qualifyingAgency="Text [0..1] " >
Allow any elements from any namespace (strict validation). [0..1]
</...>
Schema Component Representation
<
xsd:complexType name ="
Signature ">
<
xsd:sequence >
<xsd:any namespace ="##any " minOccurs ="0 "/>
</
xsd:sequence >
<
xsd:attribute name ="
qualifyingAgency "
type ="
Text "
use ="
optional "/>
</
xsd:complexType >
Super-types: None Sub-types: None
Name StatedIncomeGroupType Abstract no Documentation The StatedIncome component represents information about the stated income of the buyer from an original credit application. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules StatedIncome The StatedIncome component represents information about the stated income of the buyer from an original credit application. Required
Schema Component Representation
<
xsd:complexType name ="
StatedIncomeGroupType ">
<
xsd:sequence >
<
xsd:element name ="
StatedIncome "
type ="
StatedIncomeType "
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: None Sub-types: None
Name StatedIncomeType Abstract no Documentation The StatedIncome component represents information about the stated income of the buyer from an original credit application. More information at: http://www.starstandards.org/ .
Data Elements and Components
Field/Component Description Requirement Business Rules IncomeType Indicates the type of income, e.g., stated primary income of the buyer from the original application. Included in the decision for disclosure purposes, Stated secondary income of the buyer from the original application. Included in the decision for disclosure purposes. Optional IncomeAmount Income dollar amount of the applicant. Optional
Schema Component Representation
<
xsd:complexType name ="
StatedIncomeType ">
<
xsd:sequence >
<
xsd:element name ="
IncomeType "
type ="
IncomeType "
minOccurs ="
0 "/>
<
xsd:element name ="
IncomeAmount "
type ="
IncomeAmount "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): Tax
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules TaxType Identifies the type tax. Required Total
TaxDescription Free form text description of tax amount. Optional TaxAmount Actual amount of tax paid. Optional UnitSalesTaxAmount Unit amount of sales tax. Optional TaxRate Tax Percentage Rate Optional TotalTaxableAmount Total taxble price Optional NonTaxableAmount Total non-taxble price Optional TaxTypeId Tax type identification Optional CS = City
CP = County
ST = State
OT = Other
EX = Excise
RT = Rental
TaxabilityInd Determines whether the dealer wants to claim tax on the cost. Optional
Schema Component Representation
<
xsd:complexType name ="
Tax ">
<
xsd:sequence >
<
xsd:element name ="
TaxType "
type ="
TaxType "/>
<
xsd:element name ="
TaxDescription "
type ="
TaxDescription "
minOccurs ="
0 "/>
<
xsd:element name ="
TaxAmount "
type ="
TaxAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
TaxRate "
type ="
TaxRate "
minOccurs ="
0 "/>
<
xsd:element name ="
TaxTypeId "
type ="
TaxTypeId "
minOccurs ="
0 "/>
<
xsd:element name ="
TaxabilityInd "
type ="
TaxabilityInd "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): TaxAmount
Super-types: xsd :decimal < Amount (by extension) < TaxAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
TaxAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < TaxDescription (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
TaxDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): TaxRate
Super-types: xsd :decimal < Percent (by extension) < TaxRate (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
TaxRate ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Term
Super-types: xsd :integer < Count (by extension) < Term (by extension)Sub-types: None
Attributes
Attribute Description Requirement Business Rules length Required
Schema Component Representation
<
xsd:complexType name ="
Term ">
<
xsd:simpleContent >
<
xsd:extension base ="
Count ">
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < TierDescription (by extension)Sub-types: None
Name TierDescription Abstract no Documentation Free form text field describing the type of tier. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TierDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Description (by extension) < TireDescription (by extension)Sub-types: None
Name TireDescription Abstract no Documentation This is a description of the tires on the vehicle. For example, number and size tires. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TireDescription ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalAssetsAmount (by extension)Sub-types: None
Name TotalAssetsAmount Abstract no Documentation The total of all assets; both current and fixed. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TotalAssetsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalContractAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
TotalContractAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalLiabilitiesAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
TotalLiabilitiesAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalNetWorthAmount (by extension)Sub-types: None
Name TotalNetWorthAmount Abstract no Documentation The total assets minus the total liabilities. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TotalNetWorthAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalOptionsAmount (by extension)Sub-types: None
Name TotalOptionsAmount Abstract no Documentation Total amount of options and accessories. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TotalOptionsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalReductionsAmount (by extension)Sub-types: None
Name TotalReductionsAmount Abstract no Documentation Sum of Down Payment, Dealer Rebates, and any other cash payments that reduce the amount financed. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TotalReductionsAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TotalTaxableAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
TotalTaxableAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TradeAllowanceAmount (by extension)Sub-types: None
Name TradeAllowanceAmount Abstract no Documentation Trade Allowance is the second component of the negotiated trade vehicle amount, the primary portion being the wholesale amount of the trade vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TradeAllowanceAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules FinanceType Type of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional (INACTIVE)
PaymentAmount Monthly Payment Amount Optional (INACTIVE)
BalanceAmount Remaining balance on Current Vehicle Optional FinalAmount Last month payment amount Optional (INACTIVE)
ResidualAmount Remaining residual on current vehicle Optional (INACTIVE)
Term Number of months of contract term Optional (INACTIVE)
MaturityDate Month and year of contract maturity Optional (INACTIVE)
FinanceCompanyName Name of Finance Company Optional WholesaleValueAmount Actual wholesale value of the vehicle. Optional NetTradeAllowanceAmount The gross trade-in amount minus the payoff amount. Optional GrossTradeIn The gross trade-in amount minus the payoff. Optional PriorCreditOrLeaseOwedOnTrade The balance owed on lease that is being terminated. This balance is amount being financed. Optional (INACTIVE)
TradeInSalesTaxCredit Rebate on sales tax previously paid on the vehicle. Optional LeaseMaturityDate The date that the lease matures. Optional UpfrontNetTradePayoffAmount The balance owed on lease that is being terminated. This balance is amount being paid upfront. This is the amount paid upfront to cover negative equity on a trade-in. Optional MonthlySalesTaxExemptionAmount A sales tax amount that is exempted on a monthly basis. Optional SalesTaxExemptionAmount An amount that is exempted from a sales tax. Optional NumberOfTaxCreditMonths Number of months that the tax credit will cover. Optional CashOutAmount Amount of net trade paid out to customer as cash. Optional
XML Instance Representation
<...>
<Term>
Term </Term>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
TradeInFinancing ">
<
xsd:sequence >
<
xsd:element name ="
FinanceType "
type ="
FinanceType "
minOccurs ="
0 "/>
<
xsd:element name ="
PaymentAmount "
type ="
PaymentAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
BalanceAmount "
type ="
BalanceAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
FinalAmount "
type ="
FinalAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
ResidualAmount "
type ="
ResidualAmount "
minOccurs ="
0 "/>
<
xsd:element name ="
Term "
type ="
Term "
minOccurs ="
0 "/>
<
xsd:element name ="
MaturityDate "
type ="
MaturityDate "
minOccurs ="
0 "/>
<
xsd:element name ="
GrossTradeIn "
type ="
GrossTradeIn "
minOccurs ="
0 "/>
<
xsd:element name ="
CashOutAmount "
type ="
CashOutAmount "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < TradeInSalesTaxCredit (by extension)Sub-types: None
Name TradeInSalesTaxCredit Abstract no Documentation Rebate on sales tax previously paid on the vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
TradeInSalesTaxCredit ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: Vehicle < TradeInVehicleCredit (by extension)Sub-types: None
Name TradeInVehicleCredit Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Model Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional ModelYear Vehicle designated model year Optional ModelDescription Descriptive vehicle model name Optional Make Vehicle make code - Usually available in the VIN number (use NCIC code). Optional SaleClass Class of sale Optional (INACTIVE)
SalesPersonName name of salesperson. Format for name should be "First Last" with no commas between first and last name Optional (INACTIVE)
TradeInInd Identifies vehicle being traded-in Optional (INACTIVE)
PurchaseDate Vehicle Purchase/Lease Date Optional (INACTIVE)
TradeInFinancing Financing for Trade In Vehicle Optional OwnedType Type of vehicle for which information is being collected Optional (INACTIVE)
SalesStockNumber Dealer assigned vehicle stock number of the sale. Optional (INACTIVE)
Option Represents options and replacements associated with the vehicle. Optional Pricing Price of Vehicle Optional (INACTIVE)
DeliveryMileage the odometer mileage of a vehicle Optional (INACTIVE)
BodyStyle Manufacturer-assigned vehicle body style. Optional VIN Federally defined 17 position vehicle identification number of the trade in. Optional LicenseNumber State License plate number of vehicle. Optional LicenseNumberStateOrProvince State where vehicle is licensed. Optional IndebtednessResponsibility Specifies whether the buyer or the seller will pay the indebtedness on the trade in vehicle. Optional LeaseMaturityDate The date that the lease matures. Optional IndebtednessResponsibilityDesc Textual description specifying the amount the buyer and the amount the seller will pay of the indebtedness on the trade in vehicle. Optional CollateralType Type used to classify a vehicle. EX: Auto, Light, Trailer, Motor Home, Conversion Van, Trailer (non-rec), Other, etc. Optional SeriesName OEM assigned series information of vehicle. EX: GSL, XLT, etc. Optional
XML Instance Representation
<...>
<Model>
Model </Model>
[0..1] ? <Make>
Make </Make>
[0..1] ? <VIN>
VIN </VIN>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
TradeInVehicleCredit ">
<
xsd:complexContent >
<
xsd:extension base ="
Vehicle ">
<
xsd:sequence >
<
xsd:element name ="
SaleClass "
type ="
SaleClass "
minOccurs ="
0 "/>
<
xsd:element name ="
TradeInInd "
type ="
TradeInInd "
minOccurs ="
0 "/>
<
xsd:element name ="
PurchaseDate "
type ="
PurchaseDate "
minOccurs ="
0 "/>
<
xsd:element name ="
OwnedType "
type ="
OwnedType "
minOccurs ="
0 "/>
<
xsd:element name ="
Option "
type ="
Option "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
Pricing "
type ="
Pricing "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
BodyStyle "
type ="
BodyStyle "
minOccurs ="
0 "/>
<
xsd:element name ="
VIN "
type ="
VIN "
minOccurs ="
0 "/>
<
xsd:element name ="
LicenseNumber "
type ="
LicenseNumber "
minOccurs ="
0 "/>
<
xsd:element name ="
CollateralType "
type ="
CollateralType "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
SeriesName "
type ="
SeriesName "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < UnitSalesTaxAmount (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
UnitSalesTaxAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): UpdateHistory
Super-types: None Sub-types: None
Data Elements and Components
Field/Component Description Requirement Business Rules ModificationDateTime Date a modification was made to the application. Optional ModificationDescription Free form text that identifies the type of modifications made. Optional DecisionVersionNumber Indicates the version number of the decision. Optional
Schema Component Representation
<
xsd:complexType name ="
UpdateHistory ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < UpfrontNetTradePayoffAmount (by extension)Sub-types: None
Name UpfrontNetTradePayoffAmount Abstract no Documentation The balance owed on lease that is being terminated. This balance is amount being paid upfront. This is the amount paid upfront to cover negative equity on a trade-in. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
UpfrontNetTradePayoffAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < VanConversionCost (by extension)Sub-types: None
Name VanConversionCost Abstract no Documentation COst of a van conversion package added to a vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
VanConversionCost ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Percent (by extension) < VanConversionPercentage (by extension)Sub-types: None
Name VanConversionPercentage Abstract no Documentation Percentage of conversion package added to a vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
VanConversionPercentage ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Vehicle
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules Model Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional ModelYear Vehicle designated model year Optional ModelDescription Descriptive vehicle model name Optional Make Vehicle make code - Usually available in the VIN number (use NCIC code). Optional
XML Instance Representation
<...>
<Model>
Model </Model>
[0..1] ? <Make>
Make </Make>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
Vehicle ">
<
xsd:sequence >
<
xsd:element name ="
Model "
type ="
Model "
minOccurs ="
0 "/>
<
xsd:element name ="
ModelYear "
type ="
ModelYear "
minOccurs ="
0 "/>
<
xsd:element name ="
Make "
type ="
Make "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Components (Complex Type): VehicleBase
Super-types: Vehicle < VehicleBase (by extension)Sub-types:
Name VehicleBase Abstract no
Data Elements and Components
Field/Component Description Requirement Business Rules Model Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional ModelYear Vehicle designated model year Optional ModelDescription Descriptive vehicle model name Optional Make Vehicle make code - Usually available in the VIN number (use NCIC code). Optional SaleClass Class of Sale Optional Condition Condition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown Optional CertifiedPreownedInd Identifies as a certified Pre-Owned Vehicle Optional VehicleNote Any vehicle related notes Optional VIN Federally defined 17 position vehicle identification number Optional DeliveryMileage Odometer reading of vehicle at time of delivery Optional VehicleStock Dealer assigned vehicle stock number Optional TrimCode Manufacturer assigned trim code Optional DoorsQuantity Number of doors on vehicle Optional BodyStyle Manufacturer-assigned vehicle body style Optional InteriorColor Vehicle Interior Color(s) Optional ExteriorColor Vehicle Exterior Color(s) Optional TransmissionType Vehicle Transmission type Optional OdometerStatus Status of odometer at trade-in. Example:: Replaced, Tampered, Miles> 90,000, etc. Optional NonUSVehicleInd Indicates whether the vehicle was produced for the United States or not Optional VehicleDemoInd Indicates whether vehicle was ever a demo Optional LicenseNumber State License plate number of vehicle Optional BrandedInfo Vehicle Branding Information Optional RestrictionInd Indication that vehicle has restrictions on its use Optional RestrictionDescription Description of vehicle use restrictions Optional TelematicsServiceInd Indication whether Telematics Service Subscription is turned on Optional
XML Instance Representation
<...>
<Model>
Model </Model>
[0..1] ? <Make>
Make </Make>
[0..1] ? <VIN>
VIN </VIN>
[0..1] ? </...>
Schema Component Representation
<
xsd:complexType name ="
VehicleBase ">
<
xsd:complexContent >
<
xsd:extension base ="
Vehicle ">
<
xsd:sequence >
<
xsd:element name ="
SaleClass "
type ="
SaleClass "
minOccurs ="
0 "/>
<
xsd:element name ="
Condition "
type ="
Condition "
minOccurs ="
0 "/>
<
xsd:element name ="
VehicleNote "
type ="
VehicleNote "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
VIN "
type ="
VIN "
minOccurs ="
0 "/>
<
xsd:element name ="
VehicleStock "
type ="
VehicleStock "
minOccurs ="
0 "/>
<
xsd:element name ="
TrimCode "
type ="
TrimCode "
minOccurs ="
0 "/>
<
xsd:element name ="
DoorsQuantity "
type ="
DoorsQuantity "
minOccurs ="
0 "/>
<
xsd:element name ="
BodyStyle "
type ="
BodyStyle "
minOccurs ="
0 "/>
<
xsd:element name ="
InteriorColor "
type ="
InteriorColor "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
ExteriorColor "
type ="
ExteriorColor "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
OdometerStatus "
type ="
OdometerStatus "
minOccurs ="
0 "/>
<
xsd:element name ="
VehicleDemoInd "
type ="
VehicleDemoInd "
minOccurs ="
0 "/>
<
xsd:element name ="
LicenseNumber "
type ="
LicenseNumber "
minOccurs ="
0 "/>
<
xsd:element name ="
BrandedInfo "
type ="
BrandedInfo "
minOccurs ="
0 "/>
<
xsd:element name ="
RestrictionInd "
type ="
RestrictionInd "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:extension >
</
xsd:complexContent >
</
xsd:complexType >
Super-types: xsd :decimal < Dimension (by extension) < VehicleLengthMeasure (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
VehicleLengthMeasure ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): VehiclePrice
Super-types: xsd :decimal < Amount (by extension) < VehiclePrice (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
VehiclePrice ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < CodeType (by extension) < VehiclePricingTypeSource (by extension)Sub-types: None
Name VehiclePricingTypeSource Abstract no Documentation Source from which pricing type data originated (i.e. Blue Book, NADA, etc.). More information at: http://www.starstandard.org .
XML Instance Representation
<...
listID="xsd :token [0..1] " listName="xsd :string [0..1] " listAgencyID="xsd :token [0..1] " listAgencyName="xsd :string [0..1] " listVersionID="xsd :token [0..1] " listURI="xsd :anyURI [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
VehiclePricingTypeSource ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): VehicleWeight
Super-types: xsd :decimal < Measurement (by extension) < VehicleWeight (by extension)Sub-types: None
Schema Component Representation
<
xsd:complexType name ="
VehicleWeight ">
<
xsd:simpleContent >
</
xsd:simpleContent >
</
xsd:complexType >
Components (Complex Type): Verb
Super-types: None Sub-types:
Data Elements and Components
Field/Component Description Requirement Business Rules
Super-types: xsd :decimal < Amount (by extension) < WholesaleValueAmount (by extension)Sub-types: None
Name WholesaleValueAmount Abstract no Documentation Actual wholesale value of a used vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
WholesaleValueAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :decimal < Amount (by extension) < WorkingCapitalAmount (by extension)Sub-types: None
Name WorkingCapitalAmount Abstract no Documentation The difference between current assets and current liabilities. Measures the margin of protection for current creditors. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
WorkingCapitalAmount ">
<
xsd:simpleContent >
<
xsd:extension base ="
Amount "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :integer < Count (by extension) < YearsInBusiness (by restriction)Sub-types: None
Name YearsInBusiness Abstract no Documentation Total number of number of years Business Partner has been in business. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:complexType name ="
YearsInBusiness ">
<
xsd:simpleContent >
<
xsd:restriction base ="
Count "/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types: xsd :string < Name (by restriction) < AccountantName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
AccountantName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :gYearMonth < AccountingDate (by restriction)Sub-types:
Name AccountingDate Documentation Month and year accounting date conforms to ISO 8601 format rules Ex: \d\d\d\d-\d\d More information at: http://www.starstandard.org .
Base XSD Type: gYearMonth Schema Component Representation
<
xsd:simpleType name ="
AccountingDate ">
<
xsd:restriction base ="
xsd :gYearMonth"/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < AccountKey (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
AccountKey ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < AccountType (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
AccountType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :NMTOKEN < AcknowledgementType (by restriction)Sub-types: None
Enumerations Code Value Description Always OnChange Never
Schema Component Representation
<
xsd:simpleType name ="
AcknowledgementType ">
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="Always "/>
<xsd:enumeration value ="OnChange "/>
<xsd:enumeration value ="Never "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: Action
Super-types: xsd :string < Action (by restriction)Sub-types: None
Enumerations Code Value Description Add Delete Change Replace A D C R
Schema Component Representation
<
xsd:simpleType name ="
Action ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Add "/>
<xsd:enumeration value ="Delete "/>
<xsd:enumeration value ="Change "/>
<xsd:enumeration value ="Replace "/>
<xsd:enumeration value ="A "/>
<xsd:enumeration value ="D "/>
<xsd:enumeration value ="C "/>
<xsd:enumeration value ="R "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < AddressLine (by restriction)Sub-types: None
Name AddressLine Documentation Indicates the multiple lines of an address. The first line is typically the street name and number. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
AddressLine ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < AddressQualifier (by restriction)Sub-types: None
Enumerations Code Value Description WorkAddress Work Address SeasonalAddress Seasonal Address DeliveryAddress Delivery Address HomeAddress Home Address PreviousAddress Previous Address Other Other Garage Garage Billing Billing NonSigningSpouseAddress Non Signing Spouse Address N/A Not Applicable
Schema Component Representation
<
xsd:simpleType name ="
AddressQualifier ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="WorkAddress "/>
<xsd:enumeration value ="SeasonalAddress "/>
<xsd:enumeration value ="DeliveryAddress "/>
<xsd:enumeration value ="HomeAddress "/>
<xsd:enumeration value ="PreviousAddress "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="Garage "/>
<xsd:enumeration value ="Billing "/>
<xsd:enumeration value ="NonSigningSpouseAddress "/>
<xsd:enumeration value ="N/A "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < AirConditionInd (by restriction)Sub-types: None
Name AirConditionInd Documentation Indicates whether or not the vehicle has air conditioning. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
AirConditionInd ">
</
xsd:simpleType >
Super-types: xsd :string < ApplicationNumberDescription (by restriction)Sub-types: None
Name ApplicationNumberDescription Documentation Describes the type of application number used. More information at: http://www.starstandard.org .
Enumerations Code Value Description Finance Source Application number assigned by the Finance Source Retail System Provider Application Number assigned by the Retail System Provider
Schema Component Representation
<
xsd:simpleType name ="
ApplicationNumberDescription ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Finance Source "/>
<xsd:enumeration value ="Retail System Provider "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < ApplicationSource (by restriction)Sub-types: None
Name ApplicationSource Documentation Code indicating the source of the application (Branch, Dealer, etc.) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ApplicationSource ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < ApplicationStatus (by restriction)Sub-types: None
Name ApplicationStatus Documentation Status of credit application - P = Pending, A = Approved, C = Approved with Conditions, D = Denied, B = Booked, N = New, M = Modified, R = Preliminary, I = Withdrawn, L = Canceled, O = Condition, E = Error, RO = Reopened More information at: http://www.starstandard.org .
Enumerations Code Value Description P "P" = Pending A "A" = Approved C "C" = Approved with Conditions D "D" = Denied B "B" = Booked N "N" = New M "M" = Modified R "R" = Preliminary I "I" = Withdrawn L "L" = Canceled O "O" = Condition E "E" = Error RO "RO" = Reopened OT "OT" = Other Pre-Approved Pre-Approved More Information Required More Information Required Not Submitted Not Submitted
Schema Component Representation
<
xsd:simpleType name ="
ApplicationStatus ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="P "/>
<xsd:enumeration value ="A "/>
<xsd:enumeration value ="C "/>
<xsd:enumeration value ="D "/>
<xsd:enumeration value ="B "/>
<xsd:enumeration value ="N "/>
<xsd:enumeration value ="M "/>
<xsd:enumeration value ="R "/>
<xsd:enumeration value ="I "/>
<xsd:enumeration value ="L "/>
<xsd:enumeration value ="O "/>
<xsd:enumeration value ="E "/>
<xsd:enumeration value ="RO "/>
<xsd:enumeration value ="OT "/>
<xsd:enumeration value ="Pre-Approved "/>
<xsd:enumeration value ="More Information Required "/>
<xsd:enumeration value ="Not Submitted "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < ApplicationType (by restriction)Sub-types: None
Name ApplicationType Documentation Type of application being submitted for financing (e.g., individual, individual + co-applicant, business, business + coapplicant, employee). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ApplicationType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < ApprovedInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
ApprovedInd ">
</
xsd:simpleType >
Super-types: xsd :string < AssigningOrganizationPartyId (by restriction)Sub-types: None
Enumerations Code Value Description LegalId Legal ID NationalId Government-assigned ID such as a social security Number Other Other DUNS Dun and Bradstreet MotorDealerRegistrationId Department of Motor Vehicle Registration number for a dealer. This is the dealer's license number to do business. GSTRegistrationId Canadian Goods and Services Tax Id. HSTRegistrationId Canadian HarmonizedTax Id. Certification Of Registration Id Id of the certificate of registration assigned to a business to allow that business to collect and remit certain taxes or fees to a state. QSTRegistrationId Quebec sales tax id.
Schema Component Representation
<
xsd:simpleType name ="
AssigningOrganizationPartyId ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="LegalId "/>
<xsd:enumeration value ="NationalId "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="DUNS "/>
<xsd:enumeration value ="MotorDealerRegistrationId "/>
<xsd:enumeration value ="GSTRegistrationId "/>
<xsd:enumeration value ="HSTRegistrationId "/>
<xsd:enumeration value ="Certification Of Registration Id "/>
<xsd:enumeration value ="QSTRegistrationId "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < AssigningPartyId (by restriction)Sub-types: None
Enumerations Code Value Description LegalId Legal ID DriversLicense Drivers License NationalId Government-assigned ID such as a social security Number Other Other GSTRegistrationId Canadian Goods and Services Tax Id. HSTRegistrationId Canadian HarmonizedTax Id. PreviousAccountNumber QSTRegistrationId Quebec sales tax id.
Schema Component Representation
<
xsd:simpleType name ="
AssigningPartyId ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="LegalId "/>
<xsd:enumeration value ="DriversLicense "/>
<xsd:enumeration value ="NationalId "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="GSTRegistrationId "/>
<xsd:enumeration value ="HSTRegistrationId "/>
<xsd:enumeration value ="PreviousAccountNumber "/>
<xsd:enumeration value ="QSTRegistrationId "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < AuctionInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
AuctionInd ">
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < BankCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BankCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < BankIdType (by restriction)Sub-types: None
Name BankIdType Documentation The identifer standard used for Bank ID, e.g., ABA, SortCode, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
BankIdType ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < BankName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BankName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < BankruptcyDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BankruptcyDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < BankruptcyInd (by restriction)Sub-types: None
Name BankruptcyInd Documentation Indicates if the Business Partner has ever declared bankruptcy. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
BankruptcyInd ">
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < BirthDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BirthDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < BodyStyle (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BodyStyle ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < BrakeType (by restriction)Sub-types: None
Enumerations Code Value Description Manual Manual Brakes Power Power Brakes
Schema Component Representation
<
xsd:simpleType name ="
BrakeType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Manual "/>
<xsd:enumeration value ="Power "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < BranchCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BranchCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < BranchManagerComments (by restriction)Sub-types: None
Name BranchManagerComments Documentation Free form text area for branch manager to provide general comments about the decision More information at: http://www.starstandard.org .
Schema Component Representation
Super-types: xsd :string < Name (by restriction) < BranchName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BranchName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < BranchOperationManagerComments (by restriction)Sub-types: None
Name BranchOperationManagerComments Documentation Free form text area for branch operation manager to provide general comments about the decision. More information at: http://www.starstandard.org .
Schema Component Representation
Super-types: xsd :date < Date (by restriction) < BrandedTitleDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BrandedTitleDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < BrandedTitleInd (by restriction)Sub-types: None
Name BrandedTitleInd Documentation This tag indicates if a vehicle's title has been branded. (i.e., vehicle totaled and state registration title branded as such) More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
BrandedTitleInd ">
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < BrandingSource (by restriction)Sub-types: None
Name BrandingSource Documentation Branding source (i.e., source who says that the vehicle is branded) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
BrandingSource ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < BrandingStateReference (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BrandingStateReference ">
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < BuyPercentageRateAdjDesc (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
BuyPercentageRateAdjDesc ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < BuyPercentageRateAdjTypeCode (by restriction)Sub-types: None
Name BuyPercentageRateAdjTypeCode Documentation Indicates the type of adjustment, either an addition or subtraction, to be made to the buy rate. More information at: http://www.starstandard.org .
Enumerations Code Value Description Addition Indicates an addition to be made to the buy rate. Subtraction Indicates a subtraction to be made to the buy rate.
Schema Component Representation
<
xsd:simpleType name ="
BuyPercentageRateAdjTypeCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Addition "/>
<xsd:enumeration value ="Subtraction "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < CertifiedPreownedInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
CertifiedPreownedInd ">
</
xsd:simpleType >
Simple Type: City
Super-types: xsd :string < City (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
City ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Simple Type: Code
Super-types: xsd :string < Code (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Code ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < CollateralType (by restriction)Sub-types: None
Name CollateralType Documentation Type used to classify a vehicle. EX: Auto, Light, Trailer, Motor Home, Conversion Van, Trailer (non-rec), Other, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
CollateralType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < CompanyCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
CompanyCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < CompanyName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
CompanyName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < Condition (by restriction)Sub-types: None
Name Condition Documentation Condition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
Condition ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < ConditionRejectionReasonCode (by restriction)Sub-types: None
Name ConditionRejectionReasonCode Documentation A numeric code indicating the conditions or reasons for why an application has been denied. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ConditionRejectionReasonCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < ConditionRejectionText (by restriction)Sub-types: None
Name ConditionRejectionText Documentation Free form text field indicating the conditions or reasons for why an application has been denied. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ConditionRejectionText ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :NMTOKEN < ConfirmType (by restriction)Sub-types: None
Enumerations Code Value Description Always OnChange Never
Schema Component Representation
<
xsd:simpleType name ="
ConfirmType ">
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="Always "/>
<xsd:enumeration value ="OnChange "/>
<xsd:enumeration value ="Never "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < ContactTelephoneNumberDescription (by restriction)Sub-types: None
Name ContactTelephoneNumberDescription Documentation Contact Telephone Number Description More information at: http://www.starstandard.org .
Enumerations Code Value Description Evening Phone Evening Phone Day Phone Day Phone Cell Phone Cell Phone Pager Pager Other Other
Schema Component Representation
<
xsd:simpleType name ="
ContactTelephoneNumberDescription ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Evening Phone "/>
<xsd:enumeration value ="Day Phone "/>
<xsd:enumeration value ="Cell Phone "/>
<xsd:enumeration value ="Pager "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < ContactTelephoneNumberOrganizationDescription (by restriction)Sub-types: None
Name ContactTelephoneNumberOrganizationDescription Documentation Contact Telephone Number Organization Description More information at: http://www.starstandard.org .
Enumerations Code Value Description Day Phone Day Phone Cell Phone Cell Phone Pager Pager Other Other
Schema Component Representation
<
xsd:simpleType name ="
ContactTelephoneNumberOrganizationDescription ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Day Phone "/>
<xsd:enumeration value ="Cell Phone "/>
<xsd:enumeration value ="Pager "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < ContactTime (by restriction)Sub-types: None
Name ContactTime Documentation Preferred contact time (i.e. Best day/time to reach the contact. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ContactTime ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < ContractCompanyName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ContractCompanyName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < ContractExpirationDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ContractExpirationDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < ContractNote (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ContractNote ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < ContractOwnerName (by restriction)Sub-types: None
Name ContractOwnerName Documentation Name on service Contract (i.e., full name - First Last) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ContractOwnerName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < ContractPlanCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ContractPlanCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < ContractPurchaseDate (by restriction)Sub-types: None
Name ContractPurchaseDate Documentation The date the contract was accepted by the Finance Source. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ContractPurchaseDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < ContractStartDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ContractStartDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < ContractType (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ContractType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Country (by restriction)Sub-types: None
Name Country Documentation Country in which the Address is in. Conforms to ISO 3166-2. AF -AFGHANISTAN AL -ALBANIA DZ -ALGERIA AS -AMERICAN SAMOA AD -ANDORRA AO -ANGOLA AI -ANGUILLA AQ -ANTARCTICA AG -ANTIGUA AND BARBUDA AR -ARGENTINA AM -ARMENIA AW -ARUBA AU -AUSTRALIA AT -AUSTRIA AZ -AZERBAIJAN BS -BAHAMAS BH -BAHRAIN BD -BANGLADESH BB -BARBADOS BY -BELARUS BE -BELGIUM BZ -BELIZE BJ -BENIN BM -BERMUDA BT -BHUTAN BO -BOLIVIA BA -BOSNIA AND HERZEGOVINA BW -BOTSWANA BV -BOUVET ISLAND BR -BRAZIL IO-BRITISH INDIAN OCEAN TERRITORY BN -BRUNEI DARUSSALAM BG -BULGARIA BF -BURKINA FASO BI -BURUNDI KH -CAMBODIA CM -CAMEROON CA -CANADA CV -CAPE VERDE KY -CAYMAN ISLANDS CF -CENTRAL AFRICAN REPUBLIC TD -CHAD CL -CHILE CN -CHINA CX -CHRISTMAS ISLAND CC -COCOS (KEELING) ISLANDS CO -COLOMBIA KM -COMOROS CG -CONGO CD -CONGO, THE DEMOCRATIC REPUBLIC OF THE CK -COOK ISLANDS CR -COSTA RICA CI -CÃÂTE D'IVOIRE HR -CROATIA CU -CUBA CY -CYPRUS CZ -CZECH REPUBLIC DK -DENMARK DJ -DJIBOUTI DM -DOMINICA DO -DOMINICAN REPUBLIC EC -ECUADOR EG -EGYPT SV -EL SALVADOR GQ -EQUATORIAL GUINEA ER -ERITREA EE -ESTONIA ET -ETHIOPIA FK -FALKLAND ISLANDS (MALVINAS) FO -FAROE ISLANDS FJ -FIJI FI -FINLAND FR -FRANCE GF -FRENCH GUIANA PF -FRENCH POLYNESIA TF -FRENCH SOUTHERN TERRITORIES GA -GABON GM -GAMBIA GE -GEORGIA DE -GERMANY GH -GHANA GI -GIBRALTAR GR -GREECE GL -GREENLAND GD -GRENADA GP -GUADELOUPE GU -GUAM GT -GUATEMALA GN -GUINEA GW -GUINEA-BISSAU GY -GUYANA HT -HAITI HM -HEARD ISLAND AND MCDONALD ISLANDS VA -HOLY SEE (VATICAN CITY STATE) HN -HONDURAS HK -HONG KONG HU -HUNGARY IS -ICELAND IN -INDIA ID -INDONESIA IR -IRAN, ISLAMIC REPUBLIC OF IQ -IRAQ IE -IRELAND IL -ISRAEL IT -ITALY JM -JAMAICA JP -JAPAN JO -JORDAN KZ -KAZAKHSTAN KE -KENYA KI -KIRIBATI KP -KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF KR -KOREA, REPUBLIC OF KW -KUWAIT KG -KYRGYZSTAN LA -LAO PEOPLE'S DEMOCRATIC REPUBLIC LV -LATVIA LB -LEBANON LS -LESOTHO LR -LIBERIA LY -LIBYAN ARAB JAMAHIRIYA LI -LIECHTENSTEIN LT -LITHUANIA LU -LUXEMBOURG MO -MACAO MK -MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF MG -MADAGASCAR MW -MALAWI MY -MALAYSIA MV -MALDIVES ML -MALI MT -MALTA MH -MARSHALL ISLANDS MQ -MARTINIQUE MR -MAURITANIA MU -MAURITIUS YT -MAYOTTE MX -MEXICO FM -MICRONESIA, FEDERATED STATES OF MD -MOLDOVA, REPUBLIC OF MC -MONACO MN -MONGOLIA MS -MONTSERRAT MA -MOROCCO MZ -MOZAMBIQUE MM -MYANMAR NA -NAMIBIA NR -NAURU NP -NEPAL NL -NETHERLANDS AN -NETHERLANDS ANTILLES NC -NEW CALEDONIA NZ -NEW ZEALAND NI -NICARAGUA NE -NIGER NG -NIGERIA NU -NIUE NF -NORFOLK ISLAND MP -NORTHERN MARIANA ISLANDS NO -NORWAY OM -OMAN PK -PAKISTAN PW -PALAU PS -PALESTINIAN TERRITORY, OCCUPIED PA -PANAMA PG -PAPUA NEW GUINEA PY -PARAGUAY PE -PERU PH -PHILIPPINES PN -PITCAIRN PL -POLAND PT -PORTUGAL PR -PUERTO RICO QA -QATAR RE -RÃÂUNION RO -ROMANIA RU -RUSSIAN FEDERATION RW -RWANDA SH -SAINT HELENA KN -SAINT KITTS AND NEVIS LC -SAINT LUCIA PM -SAINT PIERRE AND MIQUELON VC -SAINT VINCENT AND THE GRENADINES WS -SAMOA SM -SAN MARINO ST -SAO TOME AND PRINCIPE SA -SAUDI ARABIA SN -SENEGAL CS -SERBIA AND MONTENEGRO SC -SEYCHELLES SL -SIERRA LEONE SG -SINGAPORE SK -SLOVAKIA SI -SLOVENIA SB -SOLOMON ISLANDS SO -SOMALIA ZA -SOUTH AFRICA GS -SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS ES -SPAIN LK -SRI LANKA SD -SUDAN SR -SURINAME SJ -SVALBARD AND JAN MAYEN SZ -SWAZILAND SE -SWEDEN CH -SWITZERLAND SY -SYRIAN ARAB REPUBLIC TW -TAIWAN, PROVINCE OF CHINA TJ -TAJIKISTAN TZ -TANZANIA, UNITED REPUBLIC OF TH -THAILAND TL -TIMOR-LESTE TG - TOGO TK -TOKELAU TO -TONGA TT -TRINIDAD AND TOBAGO TN -TUNISIA TR -TURKEY TM -TURKMENISTAN TC -TURKS AND CAICOS ISLANDS TV -TUVALU UG -UGANDA UA -UKRAINE AE -UNITED ARAB EMIRATES GB -UNITED KINGDOM US -UNITED STATES UM -UNITED STATES MINOR OUTLYING ISLANDS UY -URUGUAY UZ -UZBEKISTAN VU -VANUATU VE -VENEZUELA VN -VIET NAM VG -VIRGIN ISLANDS, BRITISH VI -VIRGIN ISLANDS, U.S. WF -WALLIS AND FUTUNA EH -WESTERN SAHARA YE -YEMEN ZM -ZAMBIA ZW -ZIMBABWE More information at: http://www.starstandard.org .
Enumerations Code Value Description US AF AL DZ AS AD AO AI AQ AG AR AM AW AU AT AZ BS BH BD BB BY BE BZ BJ BM BT BO BA BW BV BR IO BN BG BF BI KH CM CA CV KY CF TD CL CN CX CC CO KM CG CD CK CR CI HR CU CY CZ DK DJ DM DO EC EG SV GQ ER EE ET FK FO FJ FI FR GF PF TF GA GM GE DE GH GI GR GL GD GP GU GT GN GW GY HT HM VA HN HK HU IS IN ID IR IQ IE IL IT JM JP JO KZ KE KI KP KR KW KG LA LV LB LS LR LY LI LT LU MO MK MG MW MY MV ML MT MH MQ MR MU YT MX FM MD MC MN MS MA MZ MM NA NR NP NL AN NC NZ NI NE NG NU NF MP NO OM PK PW PS PA PG PY PE PH PN PL PT PR QA RE RO RU RW SH KN LC PM VC WS SM ST SA SN CS SC SL SG SK SI SB SO ZA GS ES LK SD SR SJ SZ SE CH SY TW TJ TZ TH TL TG TK TO TT TN TR TM TC TV UG UA AE GB UM UY UZ VU VE VN VG VI WF EH YE ZM ZW
Schema Component Representation
<
xsd:simpleType name ="
Country ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="US "/>
<xsd:enumeration value ="AF "/>
<xsd:enumeration value ="AL "/>
<xsd:enumeration value ="DZ "/>
<xsd:enumeration value ="AS "/>
<xsd:enumeration value ="AD "/>
<xsd:enumeration value ="AO "/>
<xsd:enumeration value ="AI "/>
<xsd:enumeration value ="AQ "/>
<xsd:enumeration value ="AG "/>
<xsd:enumeration value ="AR "/>
<xsd:enumeration value ="AM "/>
<xsd:enumeration value ="AW "/>
<xsd:enumeration value ="AU "/>
<xsd:enumeration value ="AT "/>
<xsd:enumeration value ="AZ "/>
<xsd:enumeration value ="BS "/>
<xsd:enumeration value ="BH "/>
<xsd:enumeration value ="BD "/>
<xsd:enumeration value ="BB "/>
<xsd:enumeration value ="BY "/>
<xsd:enumeration value ="BE "/>
<xsd:enumeration value ="BZ "/>
<xsd:enumeration value ="BJ "/>
<xsd:enumeration value ="BM "/>
<xsd:enumeration value ="BT "/>
<xsd:enumeration value ="BO "/>
<xsd:enumeration value ="BA "/>
<xsd:enumeration value ="BW "/>
<xsd:enumeration value ="BV "/>
<xsd:enumeration value ="BR "/>
<xsd:enumeration value ="IO "/>
<xsd:enumeration value ="BN "/>
<xsd:enumeration value ="BG "/>
<xsd:enumeration value ="BF "/>
<xsd:enumeration value ="BI "/>
<xsd:enumeration value ="KH "/>
<xsd:enumeration value ="CM "/>
<xsd:enumeration value ="CA "/>
<xsd:enumeration value ="CV "/>
<xsd:enumeration value ="KY "/>
<xsd:enumeration value ="CF "/>
<xsd:enumeration value ="TD "/>
<xsd:enumeration value ="CL "/>
<xsd:enumeration value ="CN "/>
<xsd:enumeration value ="CX "/>
<xsd:enumeration value ="CC "/>
<xsd:enumeration value ="CO "/>
<xsd:enumeration value ="KM "/>
<xsd:enumeration value ="CG "/>
<xsd:enumeration value ="CD "/>
<xsd:enumeration value ="CK "/>
<xsd:enumeration value ="CR "/>
<xsd:enumeration value ="CI "/>
<xsd:enumeration value ="HR "/>
<xsd:enumeration value ="CU "/>
<xsd:enumeration value ="CY "/>
<xsd:enumeration value ="CZ "/>
<xsd:enumeration value ="DK "/>
<xsd:enumeration value ="DJ "/>
<xsd:enumeration value ="DM "/>
<xsd:enumeration value ="DO "/>
<xsd:enumeration value ="EC "/>
<xsd:enumeration value ="EG "/>
<xsd:enumeration value ="SV "/>
<xsd:enumeration value ="GQ "/>
<xsd:enumeration value ="ER "/>
<xsd:enumeration value ="EE "/>
<xsd:enumeration value ="ET "/>
<xsd:enumeration value ="FK "/>
<xsd:enumeration value ="FO "/>
<xsd:enumeration value ="FJ "/>
<xsd:enumeration value ="FI "/>
<xsd:enumeration value ="FR "/>
<xsd:enumeration value ="GF "/>
<xsd:enumeration value ="PF "/>
<xsd:enumeration value ="TF "/>
<xsd:enumeration value ="GA "/>
<xsd:enumeration value ="GM "/>
<xsd:enumeration value ="GE "/>
<xsd:enumeration value ="DE "/>
<xsd:enumeration value ="GH "/>
<xsd:enumeration value ="GI "/>
<xsd:enumeration value ="GR "/>
<xsd:enumeration value ="GL "/>
<xsd:enumeration value ="GD "/>
<xsd:enumeration value ="GP "/>
<xsd:enumeration value ="GU "/>
<xsd:enumeration value ="GT "/>
<xsd:enumeration value ="GN "/>
<xsd:enumeration value ="GW "/>
<xsd:enumeration value ="GY "/>
<xsd:enumeration value ="HT "/>
<xsd:enumeration value ="HM "/>
<xsd:enumeration value ="VA "/>
<xsd:enumeration value ="HN "/>
<xsd:enumeration value ="HK "/>
<xsd:enumeration value ="HU "/>
<xsd:enumeration value ="IS "/>
<xsd:enumeration value ="IN "/>
<xsd:enumeration value ="ID "/>
<xsd:enumeration value ="IR "/>
<xsd:enumeration value ="IQ "/>
<xsd:enumeration value ="IE "/>
<xsd:enumeration value ="IL "/>
<xsd:enumeration value ="IT "/>
<xsd:enumeration value ="JM "/>
<xsd:enumeration value ="JP "/>
<xsd:enumeration value ="JO "/>
<xsd:enumeration value ="KZ "/>
<xsd:enumeration value ="KE "/>
<xsd:enumeration value ="KI "/>
<xsd:enumeration value ="KP "/>
<xsd:enumeration value ="KR "/>
<xsd:enumeration value ="KW "/>
<xsd:enumeration value ="KG "/>
<xsd:enumeration value ="LA "/>
<xsd:enumeration value ="LV "/>
<xsd:enumeration value ="LB "/>
<xsd:enumeration value ="LS "/>
<xsd:enumeration value ="LR "/>
<xsd:enumeration value ="LY "/>
<xsd:enumeration value ="LI "/>
<xsd:enumeration value ="LT "/>
<xsd:enumeration value ="LU "/>
<xsd:enumeration value ="MO "/>
<xsd:enumeration value ="MK "/>
<xsd:enumeration value ="MG "/>
<xsd:enumeration value ="MW "/>
<xsd:enumeration value ="MY "/>
<xsd:enumeration value ="MV "/>
<xsd:enumeration value ="ML "/>
<xsd:enumeration value ="MT "/>
<xsd:enumeration value ="MH "/>
<xsd:enumeration value ="MQ "/>
<xsd:enumeration value ="MR "/>
<xsd:enumeration value ="MU "/>
<xsd:enumeration value ="YT "/>
<xsd:enumeration value ="MX "/>
<xsd:enumeration value ="FM "/>
<xsd:enumeration value ="MD "/>
<xsd:enumeration value ="MC "/>
<xsd:enumeration value ="MN "/>
<xsd:enumeration value ="MS "/>
<xsd:enumeration value ="MA "/>
<xsd:enumeration value ="MZ "/>
<xsd:enumeration value ="MM "/>
<xsd:enumeration value ="NA "/>
<xsd:enumeration value ="NR "/>
<xsd:enumeration value ="NP "/>
<xsd:enumeration value ="NL "/>
<xsd:enumeration value ="AN "/>
<xsd:enumeration value ="NC "/>
<xsd:enumeration value ="NZ "/>
<xsd:enumeration value ="NI "/>
<xsd:enumeration value ="NE "/>
<xsd:enumeration value ="NG "/>
<xsd:enumeration value ="NU "/>
<xsd:enumeration value ="NF "/>
<xsd:enumeration value ="MP "/>
<xsd:enumeration value ="NO "/>
<xsd:enumeration value ="OM "/>
<xsd:enumeration value ="PK "/>
<xsd:enumeration value ="PW "/>
<xsd:enumeration value ="PS "/>
<xsd:enumeration value ="PA "/>
<xsd:enumeration value ="PG "/>
<xsd:enumeration value ="PY "/>
<xsd:enumeration value ="PE "/>
<xsd:enumeration value ="PH "/>
<xsd:enumeration value ="PN "/>
<xsd:enumeration value ="PL "/>
<xsd:enumeration value ="PT "/>
<xsd:enumeration value ="PR "/>
<xsd:enumeration value ="QA "/>
<xsd:enumeration value ="RE "/>
<xsd:enumeration value ="RO "/>
<xsd:enumeration value ="RU "/>
<xsd:enumeration value ="RW "/>
<xsd:enumeration value ="SH "/>
<xsd:enumeration value ="KN "/>
<xsd:enumeration value ="LC "/>
<xsd:enumeration value ="PM "/>
<xsd:enumeration value ="VC "/>
<xsd:enumeration value ="WS "/>
<xsd:enumeration value ="SM "/>
<xsd:enumeration value ="ST "/>
<xsd:enumeration value ="SA "/>
<xsd:enumeration value ="SN "/>
<xsd:enumeration value ="CS "/>
<xsd:enumeration value ="SC "/>
<xsd:enumeration value ="SL "/>
<xsd:enumeration value ="SG "/>
<xsd:enumeration value ="SK "/>
<xsd:enumeration value ="SI "/>
<xsd:enumeration value ="SB "/>
<xsd:enumeration value ="SO "/>
<xsd:enumeration value ="ZA "/>
<xsd:enumeration value ="GS "/>
<xsd:enumeration value ="ES "/>
<xsd:enumeration value ="LK "/>
<xsd:enumeration value ="SD "/>
<xsd:enumeration value ="SR "/>
<xsd:enumeration value ="SJ "/>
<xsd:enumeration value ="SZ "/>
<xsd:enumeration value ="SE "/>
<xsd:enumeration value ="CH "/>
<xsd:enumeration value ="SY "/>
<xsd:enumeration value ="TW "/>
<xsd:enumeration value ="TJ "/>
<xsd:enumeration value ="TZ "/>
<xsd:enumeration value ="TH "/>
<xsd:enumeration value ="TL "/>
<xsd:enumeration value ="TG "/>
<xsd:enumeration value ="TK "/>
<xsd:enumeration value ="TO "/>
<xsd:enumeration value ="TT "/>
<xsd:enumeration value ="TN "/>
<xsd:enumeration value ="TR "/>
<xsd:enumeration value ="TM "/>
<xsd:enumeration value ="TC "/>
<xsd:enumeration value ="TV "/>
<xsd:enumeration value ="UG "/>
<xsd:enumeration value ="UA "/>
<xsd:enumeration value ="AE "/>
<xsd:enumeration value ="GB "/>
<xsd:enumeration value ="UM "/>
<xsd:enumeration value ="UY "/>
<xsd:enumeration value ="UZ "/>
<xsd:enumeration value ="VU "/>
<xsd:enumeration value ="VE "/>
<xsd:enumeration value ="VN "/>
<xsd:enumeration value ="VG "/>
<xsd:enumeration value ="VI "/>
<xsd:enumeration value ="WF "/>
<xsd:enumeration value ="EH "/>
<xsd:enumeration value ="YE "/>
<xsd:enumeration value ="ZM "/>
<xsd:enumeration value ="ZW "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: County
Super-types: xsd :string < County (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
County ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < CreditAnalyst (by restriction)Sub-types: None
Name CreditAnalyst Documentation Indicates the name of the analyst responsible for rendering the decision. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
CreditAnalyst ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < CreditAnalystComments (by restriction)Sub-types: None
Name CreditAnalystComments Documentation Free form text area for credit analyst to provide general comments about the decision. More information at: http://www.starstandard.org .
Schema Component Representation
Super-types: xsd :string < Name (by restriction) < CreditAnalystInitials (by restriction)Sub-types: None
Name CreditAnalystInitials Documentation Indicates the initials of the analyst responsible for rendering the decision. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
CreditAnalystInitials ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < CreditSupervisorComments (by restriction)Sub-types: None
Name CreditSupervisorComments Documentation Free form text area for credit supervisor to provide general comments about the decision. More information at: http://www.starstandard.org .
Schema Component Representation
Super-types: xsd :string < Currency (by restriction)Sub-types:
Enumerations Code Value Description USD ADP AED AFA ALL ANG AOK ARA ATS AUD AWG BBD BDT BEF BGL BHD BIF BMD BND BOB BRC BSD BTN BUK BWP BZD CAD CHF CLF CLP CNY COP CRC CSK CUP CVE CYP DDM DEM DJF DKK DOP DZD ECS EGP ESP ETB EUR FIM FKP FRF GBP GHC GIP GMD GNF GRD GTQ GWP GYD HKD HNL HTG HUF IDR IEP ILS INR IQD IRR ISK ITL JMD JOD JPY KES KHR KMF KPW KRW KWD KYD LAK LBP LKR LRD LSL LUF LYD MAD MGF MNT MOP MRO MTL MUR MVR MWK MXN MYR MZM NGN NIC NLG NOK NPR NZD OMR PAB PEI PGK PHP PKR PLZ PTE PYG QAR ROL RWF SAR SBD SCR SDP SEK SGD SHP SLL SKK SOS SRG STD SUR SVC SYP SZL THB TND TOP TPE TRL TTD TWD TZS UGS UYP VEB VND VUV WST YDD YER YUD ZAR ZRZ ZWD Other
Schema Component Representation
<
xsd:simpleType name ="
Currency ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="USD "/>
<xsd:enumeration value ="ADP "/>
<xsd:enumeration value ="AED "/>
<xsd:enumeration value ="AFA "/>
<xsd:enumeration value ="ALL "/>
<xsd:enumeration value ="ANG "/>
<xsd:enumeration value ="AOK "/>
<xsd:enumeration value ="ARA "/>
<xsd:enumeration value ="ATS "/>
<xsd:enumeration value ="AUD "/>
<xsd:enumeration value ="AWG "/>
<xsd:enumeration value ="BBD "/>
<xsd:enumeration value ="BDT "/>
<xsd:enumeration value ="BEF "/>
<xsd:enumeration value ="BGL "/>
<xsd:enumeration value ="BHD "/>
<xsd:enumeration value ="BIF "/>
<xsd:enumeration value ="BMD "/>
<xsd:enumeration value ="BND "/>
<xsd:enumeration value ="BOB "/>
<xsd:enumeration value ="BRC "/>
<xsd:enumeration value ="BSD "/>
<xsd:enumeration value ="BTN "/>
<xsd:enumeration value ="BUK "/>
<xsd:enumeration value ="BWP "/>
<xsd:enumeration value ="BZD "/>
<xsd:enumeration value ="CAD "/>
<xsd:enumeration value ="CHF "/>
<xsd:enumeration value ="CLF "/>
<xsd:enumeration value ="CLP "/>
<xsd:enumeration value ="CNY "/>
<xsd:enumeration value ="COP "/>
<xsd:enumeration value ="CRC "/>
<xsd:enumeration value ="CSK "/>
<xsd:enumeration value ="CUP "/>
<xsd:enumeration value ="CVE "/>
<xsd:enumeration value ="CYP "/>
<xsd:enumeration value ="DDM "/>
<xsd:enumeration value ="DEM "/>
<xsd:enumeration value ="DJF "/>
<xsd:enumeration value ="DKK "/>
<xsd:enumeration value ="DOP "/>
<xsd:enumeration value ="DZD "/>
<xsd:enumeration value ="ECS "/>
<xsd:enumeration value ="EGP "/>
<xsd:enumeration value ="ESP "/>
<xsd:enumeration value ="ETB "/>
<xsd:enumeration value ="EUR "/>
<xsd:enumeration value ="FIM "/>
<xsd:enumeration value ="FKP "/>
<xsd:enumeration value ="FRF "/>
<xsd:enumeration value ="GBP "/>
<xsd:enumeration value ="GHC "/>
<xsd:enumeration value ="GIP "/>
<xsd:enumeration value ="GMD "/>
<xsd:enumeration value ="GNF "/>
<xsd:enumeration value ="GRD "/>
<xsd:enumeration value ="GTQ "/>
<xsd:enumeration value ="GWP "/>
<xsd:enumeration value ="GYD "/>
<xsd:enumeration value ="HKD "/>
<xsd:enumeration value ="HNL "/>
<xsd:enumeration value ="HTG "/>
<xsd:enumeration value ="HUF "/>
<xsd:enumeration value ="IDR "/>
<xsd:enumeration value ="IEP "/>
<xsd:enumeration value ="ILS "/>
<xsd:enumeration value ="INR "/>
<xsd:enumeration value ="IQD "/>
<xsd:enumeration value ="IRR "/>
<xsd:enumeration value ="ISK "/>
<xsd:enumeration value ="ITL "/>
<xsd:enumeration value ="JMD "/>
<xsd:enumeration value ="JOD "/>
<xsd:enumeration value ="JPY "/>
<xsd:enumeration value ="KES "/>
<xsd:enumeration value ="KHR "/>
<xsd:enumeration value ="KMF "/>
<xsd:enumeration value ="KPW "/>
<xsd:enumeration value ="KRW "/>
<xsd:enumeration value ="KWD "/>
<xsd:enumeration value ="KYD "/>
<xsd:enumeration value ="LAK "/>
<xsd:enumeration value ="LBP "/>
<xsd:enumeration value ="LKR "/>
<xsd:enumeration value ="LRD "/>
<xsd:enumeration value ="LSL "/>
<xsd:enumeration value ="LUF "/>
<xsd:enumeration value ="LYD "/>
<xsd:enumeration value ="MAD "/>
<xsd:enumeration value ="MGF "/>
<xsd:enumeration value ="MNT "/>
<xsd:enumeration value ="MOP "/>
<xsd:enumeration value ="MRO "/>
<xsd:enumeration value ="MTL "/>
<xsd:enumeration value ="MUR "/>
<xsd:enumeration value ="MVR "/>
<xsd:enumeration value ="MWK "/>
<xsd:enumeration value ="MXN "/>
<xsd:enumeration value ="MYR "/>
<xsd:enumeration value ="MZM "/>
<xsd:enumeration value ="NGN "/>
<xsd:enumeration value ="NIC "/>
<xsd:enumeration value ="NLG "/>
<xsd:enumeration value ="NOK "/>
<xsd:enumeration value ="NPR "/>
<xsd:enumeration value ="NZD "/>
<xsd:enumeration value ="OMR "/>
<xsd:enumeration value ="PAB "/>
<xsd:enumeration value ="PEI "/>
<xsd:enumeration value ="PGK "/>
<xsd:enumeration value ="PHP "/>
<xsd:enumeration value ="PKR "/>
<xsd:enumeration value ="PLZ "/>
<xsd:enumeration value ="PTE "/>
<xsd:enumeration value ="PYG "/>
<xsd:enumeration value ="QAR "/>
<xsd:enumeration value ="ROL "/>
<xsd:enumeration value ="RWF "/>
<xsd:enumeration value ="SAR "/>
<xsd:enumeration value ="SBD "/>
<xsd:enumeration value ="SCR "/>
<xsd:enumeration value ="SDP "/>
<xsd:enumeration value ="SEK "/>
<xsd:enumeration value ="SGD "/>
<xsd:enumeration value ="SHP "/>
<xsd:enumeration value ="SLL "/>
<xsd:enumeration value ="SKK "/>
<xsd:enumeration value ="SOS "/>
<xsd:enumeration value ="SRG "/>
<xsd:enumeration value ="STD "/>
<xsd:enumeration value ="SUR "/>
<xsd:enumeration value ="SVC "/>
<xsd:enumeration value ="SYP "/>
<xsd:enumeration value ="SZL "/>
<xsd:enumeration value ="THB "/>
<xsd:enumeration value ="TND "/>
<xsd:enumeration value ="TOP "/>
<xsd:enumeration value ="TPE "/>
<xsd:enumeration value ="TRL "/>
<xsd:enumeration value ="TTD "/>
<xsd:enumeration value ="TWD "/>
<xsd:enumeration value ="TZS "/>
<xsd:enumeration value ="UGS "/>
<xsd:enumeration value ="UYP "/>
<xsd:enumeration value ="VEB "/>
<xsd:enumeration value ="VND "/>
<xsd:enumeration value ="VUV "/>
<xsd:enumeration value ="WST "/>
<xsd:enumeration value ="YDD "/>
<xsd:enumeration value ="YER "/>
<xsd:enumeration value ="YUD "/>
<xsd:enumeration value ="ZAR "/>
<xsd:enumeration value ="ZRZ "/>
<xsd:enumeration value ="ZWD "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: Date
Super-types: xsd :date < Date (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Date ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < DateOfIncorporation (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DateOfIncorporation ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :dateTime < DateTime (by restriction)Sub-types:
Name DateTime Documentation Date and time conforms to ISO 8601format rules without offset EX:2003-11-05T13:15:30Z More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
DateTime ">
<
xsd:restriction base ="
xsd :dateTime"/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < DBAName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DBAName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < DealerComments (by restriction)Sub-types: None
Name DealerComments Documentation Free form text area for dealer comments about the decision. More information at: http://www.starstandard.org .
Schema Component Representation
Super-types: xsd :string < Indicator (by restriction) < DealerInstallationInd (by restriction)Sub-types: None
Name DealerInstallationInd Documentation Indicates whether or not the dealership installed the part More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
DealerInstallationInd ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < DealerName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DealerName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < DealerProductsCapitalizedInd (by restriction)Sub-types: None
Name DealerProductsCapitalizedInd Documentation Indicates whether the item is capitalized or not capitalized if part of an lease More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
DealerProductsCapitalizedInd ">
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < DealerProductsPaidFor (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DealerProductsPaidFor ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < DealerProductsPaidTo (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DealerProductsPaidTo ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < DealerProductsType (by restriction)Sub-types: None
Enumerations Code Value Description Etching Theft deterrent item where the VIN is etched into the window of a vehicle Theft Deterrent A device sold by the dealer used to deter theft of a vehicle. Surface Protection Paint and/or undercoating protection applied to a vehicle Used Vehicle Contract Cancellation Option Agreement Agreement that allows the customer to cancel the contract under certain conditions Other Products sold but actual type is unable to be determined
Schema Component Representation
<
xsd:simpleType name ="
DealerProductsType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Etching "/>
<xsd:enumeration value ="Theft Deterrent "/>
<xsd:enumeration value ="Surface Protection "/>
<xsd:enumeration value ="Used Vehicle Contract Cancellation Option Agreement "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < DealerReserveType (by restriction)Sub-types: None
Name DealerReserveType Documentation Identifies the type of Dealer Reserve (i.e., Flat, Standard Dealer Participation, Guaranteed Dealer Participation. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
DealerReserveType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :decimal < Decimal (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Decimal ">
<
xsd:restriction base ="
xsd :decimal"/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < DecisionComments (by restriction)Sub-types: None
Name DecisionComments Documentation Free form field for comments associated with the decision. More information at: http://www.starstandard.org .
Schema Component Representation
Super-types: xsd :dateTime < DateTime (by restriction) < DecisionDateTime (by restriction)Sub-types: None
Name DecisionDateTime Documentation Date and time a decision was made on the application. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
DecisionDateTime ">
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < DecisionId (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DecisionId ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < DecisionVersionNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DecisionVersionNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Department (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Department ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Department (by restriction) < DepartmentType (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DepartmentType ">
</
xsd:simpleType >
Super-types: xsd :string < DimensionMeasure (by restriction)Sub-types: None
Name DimensionMeasure Documentation Dimension measurements, i.e. height, width, length, depth, etc. More information at: http://www.starstandard.org .
Enumerations Code Value Description ft ft = feet yd yd = yard in in = inch m m = meter cm cm = centimeter
Schema Component Representation
<
xsd:simpleType name ="
DimensionMeasure ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="ft "/>
<xsd:enumeration value ="yd "/>
<xsd:enumeration value ="in "/>
<xsd:enumeration value ="m "/>
<xsd:enumeration value ="cm "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < DistrictCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DistrictCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < DivisionCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
DivisionCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :dateTime < DateTime (by restriction) < DocumentDateTime (by restriction)Sub-types: None
Name DocumentDateTime Documentation Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
DocumentDateTime ">
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < EducationLevel (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
EducationLevel ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < ElapsedTimeToDecision (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ElapsedTimeToDecision ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < ElectronicApprovalInd (by restriction)Sub-types: None
Name ElectronicApprovalInd Documentation Indicates the application has been electronically approved.> More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
ElectronicApprovalInd ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < EmployeeTitle (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
EmployeeTitle ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < EmploymentCode (by restriction)Sub-types: None
Name EmploymentCode Documentation Code that indicates whether the employment information identified is for current employment or pervious employment. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
EmploymentCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < EmploymentStatus (by restriction)Sub-types: None
Name EmploymentStatus Documentation Identifies the business party's status of employment. EX: Full, part time, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
EmploymentStatus ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < EngineType (by restriction)Sub-types: None
Name EngineType Documentation Manufacturer-assigned code to designate vehicle engine type (ie: 1EZ More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
EngineType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < EvaluationInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
EvaluationInd ">
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < ExpirationDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ExpirationDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Expression (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Expression ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < ExpressionLanguage (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ExpressionLanguage ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < ExteriorColor (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ExteriorColor ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < FamilyName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
FamilyName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < FeeType (by restriction)Sub-types: None
Enumerations Code Value Description DocumentPreparationFee SmogCertificateFeePaidToState DocumentationFee FloridaDocumentFee FilingFee TitleFee RegistrationFee LicenseFee TireFee MotorVehicleInspectionFee BatteryFee WarrantyRightsFee CanadaFilingFee OfficialFeesPaidToGovtAgencies DocumentaryStampFee GAP LoanOriginationFee DeputyServiceFeePaidToDealer SmogCertificateFeePaidToSeller SmogImpactFee ServiceContract PlateFee LienNotationFee WasteTire ArbitrationFee NotaryFee SecurityInterestChargesFilingFee ElectronicTitleFee SafetyInspectionFee ProcessingFee EmergencyMedicalServiceAdministrationFee EmissionInspectionFee AcquisitionFee Other Other DispositionFee TurnInFee UDriveItPermit SellPaidSmogFee TemporaryTagFee TransferFee SmogExemptionDonationFee LienFee WeightFee PostageFee N/A Not Applicable PurchaseOptionFee MonthlyLocalFee SPVFee OnlineRegistrationFee FloridaMVWEAFee ExemptionFee LemonLawFeePaidToGovernmentAgency TerminationFee PublicSafetyFee VehicleTheftRecoveryFee RearEndDeterrentSafetyFee NonFilingInsuranceFee Non filing insurance fee is property insurance utilized in connection with credit transactions in lieu of the actual recording, filing, or releasing of a security instrument or finance statement. EnvironmentalProtectionFee Environmental protection fee is a fee imposed on the consumers to protect and clean up the environment. This fee can be applied to clean up of underground storage tank site studies and clean up as well as other environmental protections. FreightFee Freight charges are the fee for hauling a vehicle to a dealership. DealerProcessingFee Dealer processing charge. VendorSingleInterestFee A fee charged by the Creditor to protect the creditor for loss or damage to the vehicle during the initial term of the contract. AutoClubMembershipFee Fee for membership to auto club such as AAA. DPSHandlingFee Fee for Louisiana. Department of Public Service Handling fee. ElectronicFilingFee Electronic Filing Fee for online system filing. ConvenienceFee Fee for Louisiana. Additional fee charged by the dealer. PPSAFee Personal Property Security Act - Fee charged to customer for registration of the vehicle contract (VIN) with the Government. AdministrationFee Fee charged for administration of records. ERTFee State regulated electronic registration and titling fee. GasFee State regulated gas fee. TitlePrepFee Fee charged for preparation of title. SupplementalTitleFee State regulated supplemental title fee. GeorgiaMotorVehicleWarrantyRightsActFee Companies that sell or lease new motor vehicles to consumers have certain responsibilities under the law. Pursuant to the Georgia Motor Vehicle Warranty Rights Act [O.C.G.A. Section 10-1-789(a)], a fee of $3.00 shall be collected by every dealer, lessor or distributor from each consumer at the completion of the sale or lease of a new motor vehicle. RoadandBridgeFee A fee on motor vehicle registrations to fund costs associated with road improvements. - Texas MotorVehicleWarrantyTrustFundFee The $2 fee is collected by the motor vehicle dealer when a new motor vehicle is sold or leased for one year or more. The fee is reported and paid by the selling dealer to the county tax collector or private tag agency when the dealer applies for title. The fees are transferred monthly by the Florida Department of Revenue to the Department of Legal Affairs for deposit into the Motor Vehicle Warranty Trust Fund. - Florida InspectionStickerFees A fee charged by the dealer for inspection purposes to protect unsafe vehicles from being operated on the road. The fee is used to inspect the vehicle ensuring it is mechanically sound and safe. - Mississippi EmergencyMedicalServiceFees Fee charged for EMS services for all drivers. - Washington Smog Abatement Fee The Smog Abatement Fee is the annual fee that must be paid upon registration renewal in lieu of the bi-annual smog inspection. Greenhouse Gas Reduction A fee that is placed on the registration or renewal of a vehicle that uses fossil fuels for propulsion. Rental Car Surcharge Fee Rental Car Surcharge is imposed upon a lease or rented motor vehicle Messenger Fee Messenger Fee pass through charge by dealers to have an outside company provide a public service of delivering and obtaining documents to and from the Department of Motor Vehicle Encumbrance Fee The Encumbrance Fee is charged to establish a claim against property. This fee is charged by the Dealer but handle by a third party. Title and Registration Processing Fee A fee charged to process the title and registration of a vehicle DEQ Certification Fee Air and qualify certification fee. Motor Vehicle Processing Fee States like New Jersey that charge the consumer a processing fee for the Motor Vehicle. Department of Motor Vehicle Fee A fee charged by the department of motor vehicles. New Tag Fee A fee to obtain a new plate tag. Duplicate of Registration Fee A fee to obtain a copy of an existing registration if lost, stolen, or destroyed. Vehicle Theft Registration Fee A fee charged to register theft deterrent products. Total Annual Fees Total of Annual Fees Total Initial Fees Total of Initial Fees Document Service Fee Fee charged to a buyer/lessee for the handling of documents and the performing of services related to the sale /lease and may include dealer profit. Service and Handling Fee Fee charged to a buyer/lessee for the performing services and handling related to the closing of a sale /lease and may include dealer profit. Delivery and Handling Fee Fee charged to a buyer/lessee for the handling related to the closing of a sale /lease and may include dealer profit. Recording Fee Fee charged to a buyer/lessee for the recording of the title (part of the title fee that must be disclosed separately) and is related to the closing of a sale /lease. Air Quality Fee Air Quality Fee Lender and Member Fee Lender's and Members's Fee Mobility Fee Fee paid to Texas Mobility Fund Acquisition Fee Markup An amount added to the finance company Acquisition Fee that is retained by the dealer. Courtesy Delivery Fee Fee for delivery of ordered vehicle(s) to multiple destinations. Electronic Temp Tag Processing Fee Electronic temporary tag processing fee paid to a vendor (not the state). Assignment Fee Fee paid to the dealer from the finance source for assignment of the contract. This fee is separate from an acquisition fee. Special Monthly Fee Finance source-specific monthly fee on a lease. This differs from "Monthly Local Fee" which is generally a monthly property tax that the vehicle owner (which is the lender in the case of a lease) passes on to the lessee. "Special Monthly Fee" is a fee that the lender collects and pays into a fund for a special purpose--for example, in New York, the fund is used to pay parking tickets that are by law the responsibility of the vehicle owner (the lender). Not all lenders handle this the same way, but those that do require that these two fees be accounted for differently.
Schema Component Representation
<
xsd:simpleType name ="
FeeType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="DocumentPreparationFee "/>
<xsd:enumeration value ="SmogCertificateFeePaidToState "/>
<xsd:enumeration value ="DocumentationFee "/>
<xsd:enumeration value ="FloridaDocumentFee "/>
<xsd:enumeration value ="FilingFee "/>
<xsd:enumeration value ="TitleFee "/>
<xsd:enumeration value ="RegistrationFee "/>
<xsd:enumeration value ="LicenseFee "/>
<xsd:enumeration value ="TireFee "/>
<xsd:enumeration value ="MotorVehicleInspectionFee "/>
<xsd:enumeration value ="BatteryFee "/>
<xsd:enumeration value ="WarrantyRightsFee "/>
<xsd:enumeration value ="CanadaFilingFee "/>
<xsd:enumeration value ="OfficialFeesPaidToGovtAgencies "/>
<xsd:enumeration value ="DocumentaryStampFee "/>
<xsd:enumeration value ="GAP "/>
<xsd:enumeration value ="LoanOriginationFee "/>
<xsd:enumeration value ="DeputyServiceFeePaidToDealer "/>
<xsd:enumeration value ="SmogCertificateFeePaidToSeller "/>
<xsd:enumeration value ="SmogImpactFee "/>
<xsd:enumeration value ="ServiceContract "/>
<xsd:enumeration value ="PlateFee "/>
<xsd:enumeration value ="LienNotationFee "/>
<xsd:enumeration value ="WasteTire "/>
<xsd:enumeration value ="ArbitrationFee "/>
<xsd:enumeration value ="NotaryFee "/>
<xsd:enumeration value ="SecurityInterestChargesFilingFee "/>
<xsd:enumeration value ="ElectronicTitleFee "/>
<xsd:enumeration value ="SafetyInspectionFee "/>
<xsd:enumeration value ="ProcessingFee "/>
<xsd:enumeration value ="EmergencyMedicalServiceAdministrationFee "/>
<xsd:enumeration value ="EmissionInspectionFee "/>
<xsd:enumeration value ="AcquisitionFee "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="DispositionFee "/>
<xsd:enumeration value ="TurnInFee "/>
<xsd:enumeration value ="UDriveItPermit "/>
<xsd:enumeration value ="SellPaidSmogFee "/>
<xsd:enumeration value ="TemporaryTagFee "/>
<xsd:enumeration value ="TransferFee "/>
<xsd:enumeration value ="SmogExemptionDonationFee "/>
<xsd:enumeration value ="LienFee "/>
<xsd:enumeration value ="WeightFee "/>
<xsd:enumeration value ="PostageFee "/>
<xsd:enumeration value ="N/A "/>
<xsd:enumeration value ="PurchaseOptionFee "/>
<xsd:enumeration value ="MonthlyLocalFee "/>
<xsd:enumeration value ="SPVFee "/>
<xsd:enumeration value ="OnlineRegistrationFee "/>
<xsd:enumeration value ="FloridaMVWEAFee "/>
<xsd:enumeration value ="ExemptionFee "/>
<xsd:enumeration value ="LemonLawFeePaidToGovernmentAgency "/>
<xsd:enumeration value ="TerminationFee "/>
<xsd:enumeration value ="PublicSafetyFee "/>
<xsd:enumeration value ="VehicleTheftRecoveryFee "/>
<xsd:enumeration value ="RearEndDeterrentSafetyFee "/>
<xsd:enumeration value ="NonFilingInsuranceFee "/>
<xsd:enumeration value ="EnvironmentalProtectionFee "/>
<xsd:enumeration value ="FreightFee "/>
<xsd:enumeration value ="DealerProcessingFee "/>
<xsd:enumeration value ="VendorSingleInterestFee "/>
<xsd:enumeration value ="AutoClubMembershipFee "/>
<xsd:enumeration value ="DPSHandlingFee "/>
<xsd:enumeration value ="ElectronicFilingFee "/>
<xsd:enumeration value ="ConvenienceFee "/>
<xsd:enumeration value ="PPSAFee "/>
<xsd:enumeration value ="AdministrationFee "/>
<xsd:enumeration value ="ERTFee "/>
<xsd:enumeration value ="GasFee "/>
<xsd:enumeration value ="TitlePrepFee "/>
<xsd:enumeration value ="SupplementalTitleFee "/>
<xsd:enumeration value ="GeorgiaMotorVehicleWarrantyRightsActFee "/>
<xsd:enumeration value ="RoadandBridgeFee "/>
<xsd:enumeration value ="MotorVehicleWarrantyTrustFundFee "/>
<xsd:enumeration value ="InspectionStickerFees "/>
<xsd:enumeration value ="EmergencyMedicalServiceFees "/>
<xsd:enumeration value ="Smog Abatement Fee "/>
<xsd:enumeration value ="Greenhouse Gas Reduction "/>
<xsd:enumeration value ="Rental Car Surcharge Fee "/>
<xsd:enumeration value ="Messenger Fee "/>
<xsd:enumeration value ="Encumbrance Fee "/>
<xsd:enumeration value ="Title and Registration Processing Fee "/>
<xsd:enumeration value ="DEQ Certification Fee "/>
<xsd:enumeration value ="Motor Vehicle Processing Fee "/>
<xsd:enumeration value ="Department of Motor Vehicle Fee "/>
<xsd:enumeration value ="New Tag Fee "/>
<xsd:enumeration value ="Duplicate of Registration Fee "/>
<xsd:enumeration value ="Vehicle Theft Registration Fee "/>
<xsd:enumeration value ="Total Annual Fees "/>
<xsd:enumeration value ="Total Initial Fees "/>
<xsd:enumeration value ="Document Service Fee "/>
<xsd:enumeration value ="Service and Handling Fee "/>
<xsd:enumeration value ="Delivery and Handling Fee "/>
<xsd:enumeration value ="Recording Fee "/>
<xsd:enumeration value ="Air Quality Fee "/>
<xsd:enumeration value ="Lender and Member Fee "/>
<xsd:enumeration value ="Mobility Fee "/>
<xsd:enumeration value ="Acquisition Fee Markup "/>
<xsd:enumeration value ="Courtesy Delivery Fee "/>
<xsd:enumeration value ="Electronic Temp Tag Processing Fee "/>
<xsd:enumeration value ="Assignment Fee "/>
<xsd:enumeration value ="Special Monthly Fee "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < FICOScore (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
FICOScore ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < FinanceCompanyName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
FinanceCompanyName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < FinanceProgramName (by restriction)Sub-types: None
Name FinanceProgramName Documentation Finance Source Program under which the approval qualifies. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
FinanceProgramName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < FinanceType (by restriction)Sub-types: None
Name FinanceType Documentation Type of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
FinanceType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < FirstPaymentDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
FirstPaymentDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < FirstTimeBuyerInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
FirstTimeBuyerInd ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < FormattedName (by restriction)Sub-types: None
Name FormattedName Documentation Full Name of business party. Format for name should be "First Last" with no commas between first and last name More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
FormattedName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < GivenName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
GivenName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < HoldingCompany (by restriction)Sub-types: None
Name HoldingCompany Documentation The company that is securing or underwriting the loan. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
HoldingCompany ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < HomeWork (by restriction)Sub-types: None
Enumerations Code Value Description Home Home Work Work Other Other
Schema Component Representation
<
xsd:simpleType name ="
HomeWork ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Home "/>
<xsd:enumeration value ="Work "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < SerialNumber (by restriction) < IgnitionKeyNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
IgnitionKeyNumber ">
</
xsd:simpleType >
Super-types: xsd :string < IncomePeriod (by restriction)Sub-types: None
Name IncomePeriod Documentation HR = Hour, WK = Week, BiWK = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly, SmAN=SemiAnnually More information at: http://www.starstandard.org .
Enumerations Code Value Description HR Hour WK Week BiWK Bi-Weekly MO Monthly YR Year SmMO Semi-Monthly SmAN Semi-Annually. Semi-Annually is twice per year Q Quarterly
Schema Component Representation
<
xsd:simpleType name ="
IncomePeriod ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="HR "/>
<xsd:enumeration value ="WK "/>
<xsd:enumeration value ="BiWK "/>
<xsd:enumeration value ="MO "/>
<xsd:enumeration value ="YR "/>
<xsd:enumeration value ="SmMO "/>
<xsd:enumeration value ="SmAN "/>
<xsd:enumeration value ="Q "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < IncomeSource (by restriction)Sub-types: None
Name IncomeSource Documentation Identifies the source of income (e.g., job, child support, alimony, etc.) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
IncomeSource ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < IncomeType (by restriction)Sub-types: None
Name IncomeType Documentation Indicates the type of income, e.g., stated primary income of the buyer from the original application. Included in the decision for disclosure purposes, Stated secondary income of the buyer from the original application. Included in the decision for disclosure purposes. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
IncomeType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < IndebtednessResponsibility (by restriction)Sub-types: None
Name IndebtednessResponsibility Documentation Specifies whether the buyer or the seller will pay the indebtedness on the trade in vehicle. More information at: http://www.starstandard.org .
Enumerations Code Value Description Buyer Paid Indicates that the buyer will pay the indebtedness on the trade in vehicle. Seller Paid Indicates that the seller will pay the indebtedness on the trade in vehicle. Other Other N/A Not Applicable
Schema Component Representation
<
xsd:simpleType name ="
IndebtednessResponsibility ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Buyer Paid "/>
<xsd:enumeration value ="Seller Paid "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="N/A "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < IndebtednessResponsibilityDesc (by restriction)Sub-types: None
Name IndebtednessResponsibilityDesc Documentation Textual description specifying the amount the buyer and the amount the seller will pay of the indebtedness on the trade in vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
IndebtednessResponsibilityDesc ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction)Sub-types:
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
Indicator ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < IndustryType (by restriction)Sub-types: None
Name IndustryType Documentation Area of work for the business, e.g. Manufacturing, Financial Services, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
IndustryType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < InsuranceCompanyName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
InsuranceCompanyName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < InteriorColor (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
InteriorColor ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < InvoiceNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
InvoiceNumber ">
</
xsd:simpleType >
Super-types: xsd :string < StateOrProvince (by restriction) < IssuingState (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
IssuingState ">
</
xsd:simpleType >
Super-types: xsd :string < Language (by restriction)Sub-types: None
Name Language Documentation Language conforms to ISO 639-2 rules. Note the format for this field is language-Country (see Country data type for the list of countries with definitions). AA "Afar", AB "Abkhazian", AF "Afrikaans", AM "Amharic", AR "Arabic", AS "Assamese", AY "Aymara", AZ "Azerbaijani", BA "Bashkir", BE "Byelorussian", BG "Bulgarian", BH "Bihari", BI "Bislama", BN "Bengali" "Bangla", BO "Tibetan", BR "Breton", CA "Catalan", CO "Corsican", CS "Czech", CY "Welsh", DA "Danish", DE "German", DZ "Bhutani", EL "Greek", EN "English" "American", ES "Spanish", ET "Estonian", EU "Basque", FA "Persian", FI "Finnish", FJ "Fiji", FO "Faeroese", FR "French", FY "Frisian", GA "Irish", GD "Gaelic" "Scots Gaelic", GL "Galician", GN "Guarani", GU "Gujarati", HA "Hausa", HI "Hindi", HR "Croatian", HU "Hungarian", HY "Armenian", IK "Inupiak", IN "Indonesian", IS "Icelandic", IT "Italian", IW "Hebrew", JA "Japanese", JI "Yiddish", JW "Javanese", KA "Georgian", KK "Kazakh", KL "Greenlandic", KM "Cambodian", KN "Kannada", KO "Korean", KS "Kashmiri", KU "Kurdish", KY "Kirghiz", LA "Latin", LN "Lingala", LO "Laothian", LT "Lithuanian", LV "Latvian" "Lettish", MG "Malagasy". MI "Maori", MK "Macedonian", ML "Malayalam", MN "Mongolian", MO "Moldavian", MR "Marathi", MS "Malay", MT "Maltese", MY "Burmese", NA "Nauru", NE "Nepali", NL "Dutch", NO "Norwegian", OC "Occitan", OM "Oromo" "Afan", OR "Oriya", PA "Punjabi", PL "Polish", PS "Pashto" "Pushto", PT "Portuguese", QU "Quechua", RM "Rhaeto-Romance", RN "Kirundi", RO "Romanian", RU "Russian", RW "Kinyarwanda", SA "Sanskrit", SD "Sindhi", SG "Sangro", SH "Serbo-Croatian", SI "Singhalese", SK "Slovak", SL "Slovenian", SM "Samoan", SN "Shona", SO "Somali", SQ "Albanian", SR "Serbian", SS "Siswati", ST "Sesotho", SU "Sudanese", SV "Swedish", SW "Swahili", TA "Tamil", TE "Tegulu", TG "Tajik", TH "Thai", TI "Tigrinya", TK "Turkmen", TL "Tagalog", TN "Setswana", TO "Tonga", TR "Turkish", TS "Tsonga", TT "Tatar", TW "Twi", UK "Ukrainian", UR "Urdu", UZ "Uzbek", VI "Vietnamese", WO "Wolof", XH "Xhosa", YO "Yoruba", ZH "Chinese", ZU "Zulu" More information at: http://www.starstandard.org .
Enumerations Code Value Description en-US en-CA aa-ET ab-GE af-ZA am- ET ar-SA as-IN ay-BO az-AZ ba-RU be-BY bg-BG bh-IN bi-VU bn-BD bo-BT br-FR ca-ES co-FR cs-CZ cy-GB da-DE de-DE dz-BT el-GR es-ES et-EE eu-ES fa-AF fi-FI fj-FJ fo-FO fr-CA fr-FR fy-NL ga-IE gd-GB gl-ES gn-PY gu-IN ha-NG hi-IN hr-HR hu-HU hy-AM ik-GL in-ID is-IS it-IT iw-IL ja-JP ji-IL jw-ID ka-GE kk-KZ kl-GL km-KH kn-IN ko-KP ko-KR ks-IN ku-IQ ky-CN la-VA ln-CD lo-LA lt-LT lv-LV mg-MG mi-NZ mk-MK ml-IN mn-MN mo-MO mr-IN ms-MY mt-MH my-MM na-NR ne-NP nl-NL no-NO oc-FR om- ET or-IN pa-IN pl-PL ps-PK pt-PT qu-PE rm-CH rn-BI ro-RO ru-RU rw-RW sa-IN sd-PK sg-CF sh-HR si-LK sk-SK sl-SI sm-WS sn-ZW so-SO sq-AL sr-CS ss-ZA st-ZA su-SD sv-SE sw-TL ta-IN te-IN tg-TJ th-TH ti-ET tk-TM tl-PH tn-ZA to-TO tr-TR ts-ZA tt-RU tw-GH uk-UA ur-PK uz-UZ vi-VN wo-SN xh-ZA yo-NG zh-CN zu-ZA
Schema Component Representation
<
xsd:simpleType name ="
Language ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="en-US "/>
<xsd:enumeration value ="en-CA "/>
<xsd:enumeration value ="aa-ET "/>
<xsd:enumeration value ="ab-GE "/>
<xsd:enumeration value ="af-ZA "/>
<xsd:enumeration value ="am- ET "/>
<xsd:enumeration value ="ar-SA "/>
<xsd:enumeration value ="as-IN "/>
<xsd:enumeration value ="ay-BO "/>
<xsd:enumeration value ="az-AZ "/>
<xsd:enumeration value ="ba-RU "/>
<xsd:enumeration value ="be-BY "/>
<xsd:enumeration value ="bg-BG "/>
<xsd:enumeration value ="bh-IN "/>
<xsd:enumeration value ="bi-VU "/>
<xsd:enumeration value ="bn-BD "/>
<xsd:enumeration value ="bo-BT "/>
<xsd:enumeration value ="br-FR "/>
<xsd:enumeration value ="ca-ES "/>
<xsd:enumeration value ="co-FR "/>
<xsd:enumeration value ="cs-CZ "/>
<xsd:enumeration value ="cy-GB "/>
<xsd:enumeration value ="da-DE "/>
<xsd:enumeration value ="de-DE "/>
<xsd:enumeration value ="dz-BT "/>
<xsd:enumeration value ="el-GR "/>
<xsd:enumeration value ="es-ES "/>
<xsd:enumeration value ="et-EE "/>
<xsd:enumeration value ="eu-ES "/>
<xsd:enumeration value ="fa-AF "/>
<xsd:enumeration value ="fi-FI "/>
<xsd:enumeration value ="fj-FJ "/>
<xsd:enumeration value ="fo-FO "/>
<xsd:enumeration value ="fr-CA "/>
<xsd:enumeration value ="fr-FR "/>
<xsd:enumeration value ="fy-NL "/>
<xsd:enumeration value ="ga-IE "/>
<xsd:enumeration value ="gd-GB "/>
<xsd:enumeration value ="gl-ES "/>
<xsd:enumeration value ="gn-PY "/>
<xsd:enumeration value ="gu-IN "/>
<xsd:enumeration value ="ha-NG "/>
<xsd:enumeration value ="hi-IN "/>
<xsd:enumeration value ="hr-HR "/>
<xsd:enumeration value ="hu-HU "/>
<xsd:enumeration value ="hy-AM "/>
<xsd:enumeration value ="ik-GL "/>
<xsd:enumeration value ="in-ID "/>
<xsd:enumeration value ="is-IS "/>
<xsd:enumeration value ="it-IT "/>
<xsd:enumeration value ="iw-IL "/>
<xsd:enumeration value ="ja-JP "/>
<xsd:enumeration value ="ji-IL "/>
<xsd:enumeration value ="jw-ID "/>
<xsd:enumeration value ="ka-GE "/>
<xsd:enumeration value ="kk-KZ "/>
<xsd:enumeration value ="kl-GL "/>
<xsd:enumeration value ="km-KH "/>
<xsd:enumeration value ="kn-IN "/>
<xsd:enumeration value ="ko-KP "/>
<xsd:enumeration value ="ko-KR "/>
<xsd:enumeration value ="ks-IN "/>
<xsd:enumeration value ="ku-IQ "/>
<xsd:enumeration value ="ky-CN "/>
<xsd:enumeration value ="la-VA "/>
<xsd:enumeration value ="ln-CD "/>
<xsd:enumeration value ="lo-LA "/>
<xsd:enumeration value ="lt-LT "/>
<xsd:enumeration value ="lv-LV "/>
<xsd:enumeration value ="mg-MG "/>
<xsd:enumeration value ="mi-NZ "/>
<xsd:enumeration value ="mk-MK "/>
<xsd:enumeration value ="ml-IN "/>
<xsd:enumeration value ="mn-MN "/>
<xsd:enumeration value ="mo-MO "/>
<xsd:enumeration value ="mr-IN "/>
<xsd:enumeration value ="ms-MY "/>
<xsd:enumeration value ="mt-MH "/>
<xsd:enumeration value ="my-MM "/>
<xsd:enumeration value ="na-NR "/>
<xsd:enumeration value ="ne-NP "/>
<xsd:enumeration value ="nl-NL "/>
<xsd:enumeration value ="no-NO "/>
<xsd:enumeration value ="oc-FR "/>
<xsd:enumeration value ="om- ET "/>
<xsd:enumeration value ="or-IN "/>
<xsd:enumeration value ="pa-IN "/>
<xsd:enumeration value ="pl-PL "/>
<xsd:enumeration value ="ps-PK "/>
<xsd:enumeration value ="pt-PT "/>
<xsd:enumeration value ="qu-PE "/>
<xsd:enumeration value ="rm-CH "/>
<xsd:enumeration value ="rn-BI "/>
<xsd:enumeration value ="ro-RO "/>
<xsd:enumeration value ="ru-RU "/>
<xsd:enumeration value ="rw-RW "/>
<xsd:enumeration value ="sa-IN "/>
<xsd:enumeration value ="sd-PK "/>
<xsd:enumeration value ="sg-CF "/>
<xsd:enumeration value ="sh-HR "/>
<xsd:enumeration value ="si-LK "/>
<xsd:enumeration value ="sk-SK "/>
<xsd:enumeration value ="sl-SI "/>
<xsd:enumeration value ="sm-WS "/>
<xsd:enumeration value ="sn-ZW "/>
<xsd:enumeration value ="so-SO "/>
<xsd:enumeration value ="sq-AL "/>
<xsd:enumeration value ="sr-CS "/>
<xsd:enumeration value ="ss-ZA "/>
<xsd:enumeration value ="st-ZA "/>
<xsd:enumeration value ="su-SD "/>
<xsd:enumeration value ="sv-SE "/>
<xsd:enumeration value ="sw-TL "/>
<xsd:enumeration value ="ta-IN "/>
<xsd:enumeration value ="te-IN "/>
<xsd:enumeration value ="tg-TJ "/>
<xsd:enumeration value ="th-TH "/>
<xsd:enumeration value ="ti-ET "/>
<xsd:enumeration value ="tk-TM "/>
<xsd:enumeration value ="tl-PH "/>
<xsd:enumeration value ="tn-ZA "/>
<xsd:enumeration value ="to-TO "/>
<xsd:enumeration value ="tr-TR "/>
<xsd:enumeration value ="ts-ZA "/>
<xsd:enumeration value ="tt-RU "/>
<xsd:enumeration value ="tw-GH "/>
<xsd:enumeration value ="uk-UA "/>
<xsd:enumeration value ="ur-PK "/>
<xsd:enumeration value ="uz-UZ "/>
<xsd:enumeration value ="vi-VN "/>
<xsd:enumeration value ="wo-SN "/>
<xsd:enumeration value ="xh-ZA "/>
<xsd:enumeration value ="yo-NG "/>
<xsd:enumeration value ="zh-CN "/>
<xsd:enumeration value ="zu-ZA "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < LeaseMaturityDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
LeaseMaturityDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < LeaseMessage (by restriction)Sub-types: None
Name LeaseMessage Documentation Message to Dealer regarding the assignment of lease or transfer of equity. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
LeaseMessage ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < LeaseRateMoneyFactor (by restriction)Sub-types: None
Name LeaseRateMoneyFactor Documentation Money factor multiplier used to determine finance costs for a lease. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
LeaseRateMoneyFactor ">
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < LicenseNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
LicenseNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < LTVType (by restriction)Sub-types: None
Name LTVType Documentation Type for the LTVAmount and/or LTVPercentage. Examples are Maximum, Minimum. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
LTVType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Simple Type: Make
Super-types: xsd :string < Make (by restriction)Sub-types: None
Name Make Documentation Vehicle make code - Usually available in the VIN number (use NCIC code). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
Make ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < Manufacturer (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Manufacturer ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < ManufacturerInstalledInd (by restriction)Sub-types: None
Name ManufacturerInstalledInd Documentation Indicates manufacturer-installed accessories More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
ManufacturerInstalledInd ">
</
xsd:simpleType >
Super-types: xsd :string < MaritalStatus (by restriction)Sub-types: None
Name MaritalStatus Documentation Identifies marital status of business party - M = Married, U = Unmarried, S = Separated, O = Other More information at: http://www.starstandard.org .
Enumerations Code Value Description M "M" = Modified U Unmarried S Sell O "O" = Condition
Schema Component Representation
<
xsd:simpleType name ="
MaritalStatus ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="M "/>
<xsd:enumeration value ="U "/>
<xsd:enumeration value ="S "/>
<xsd:enumeration value ="O "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < MarketingMailInd (by restriction)Sub-types: None
Name MarketingMailInd Documentation Indicates customers whom have requested no marketing mail More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
MarketingMailInd ">
</
xsd:simpleType >
Super-types: xsd :gYearMonth < AccountingDate (by restriction) < MaturityDate (by restriction)Sub-types: None
Base XSD Type: gYearMonth Schema Component Representation
<
xsd:simpleType name ="
MaturityDate ">
</
xsd:simpleType >
Super-types: xsd :string < Terms (by restriction) < MaxTerm (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
MaxTerm ">
<
xsd:restriction base ="
Terms "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < MfgDealerInd (by restriction)Sub-types: None
Name MfgDealerInd Documentation Indicators that the Business Party is an employed by a Manufacture or Dealer. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
MfgDealerInd ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < MiddleName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
MiddleName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < MileageMeasure (by restriction)Sub-types: None
Enumerations Code Value Description M "M" = Modified K Kilometers
Schema Component Representation
<
xsd:simpleType name ="
MileageMeasure ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="M "/>
<xsd:enumeration value ="K "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < MilitaryInd (by restriction)Sub-types: None
Name MilitaryInd Documentation Indicates whether or not the applicant is a current member of the military. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
MilitaryInd ">
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < MiscellaneousCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
MiscellaneousCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < MiscellaneousNotes (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
MiscellaneousNotes ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Simple Type: Model
Super-types: xsd :string < Text (by restriction) < Model (by restriction)Sub-types: None
Name Model Documentation Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
Model ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < ModelDescription (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ModelDescription ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :gYear < Year (by restriction) < ModelYear (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ModelYear ">
<
xsd:restriction base ="
Year "/>
</
xsd:simpleType >
Super-types: xsd :dateTime < DateTime (by restriction) < ModificationDateTime (by restriction)Sub-types: None
Name ModificationDateTime Documentation Date a modification was made to the application. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ModificationDateTime ">
</
xsd:simpleType >
Simple Type: Name
Super-types: xsd :string < Name (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Name ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < NonFinancialRequirements (by restriction)Sub-types: None
Name NonFinancialRequirements Documentation Stipulations or comments to dealer of a non-financial nature. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
NonFinancialRequirements ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < NonUSVehicleInd (by restriction)Sub-types: None
Name NonUSVehicleInd Documentation Indicates whether the vehicle was produced for the United States or not More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
NonUSVehicleInd ">
</
xsd:simpleType >
Simple Type: Note
Super-types: xsd :string < Note (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Note ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < Occupation (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Occupation ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < OdometerStatus (by restriction)Sub-types: None
Name OdometerStatus Documentation Status of odometer at trade-in. Example:: Replaced, Tampered, Miles> 90,000, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
OdometerStatus ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < OfferingType (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OfferingType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < OfferStatusCode (by restriction)Sub-types: None
Name OfferStatusCode Documentation Code describing the type of offer (e.g., Pre-approval, Consumer, Dealer) More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
OfferStatusCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < OptionName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OptionName ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < OptionNotes (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OptionNotes ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < OptionOrigin (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OptionOrigin ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < OptionPricingType (by restriction)Sub-types: None
Enumerations Code Value Description Retail Loan Amount lenders typically loan on the listed vehicle. Trade-In Amount allowed by dealers on a trade.
Schema Component Representation
<
xsd:simpleType name ="
OptionPricingType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Retail "/>
<xsd:enumeration value ="Loan "/>
<xsd:enumeration value ="Trade-In "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < OptionSalesCode (by restriction)Sub-types: None
Name OptionSalesCode Documentation Further definition of accessories and option packages - Indicates whether ordered option, special package, standard, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
OptionSalesCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < OptionSecurityCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OptionSecurityCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < SerialNumber (by restriction) < OptionSerialNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OptionSerialNumber ">
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < OptionStockNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OptionStockNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < OrganizationName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
OrganizationName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < OrganizationType (by restriction)Sub-types: None
Name OrganizationType Documentation Identifies the type of business (i.e., Sole Proprietorship, Partnership, LLP, LLC, Not For Profit, etc.). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
OrganizationType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < OwnedType (by restriction)Sub-types: None
Enumerations Code Value Description Current Vehicle information related to the current vehicle Previous Vehicle information related to the previous vehicle Household Vehicle information related to the household vehicle Other Other
Schema Component Representation
<
xsd:simpleType name ="
OwnedType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Current "/>
<xsd:enumeration value ="Previous "/>
<xsd:enumeration value ="Household "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < PartType (by restriction)Sub-types: None
Name PartType Documentation Specifies whether the parts are indicated by manufacturer part code or Part Number - H = Manufacturer Part Code, P = Part Number More information at: http://www.starstandard.org .
Enumerations Code Value Description H Manufacturer Part Code P "P" = Pending
Schema Component Representation
<
xsd:simpleType name ="
PartType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="H "/>
<xsd:enumeration value ="P "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < PortInstalledInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
PortInstalledInd ">
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < PostalCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
PostalCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < PreApprovedProgramName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
PreApprovedProgramName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < PreferredContactMethod (by restriction)Sub-types: None
Enumerations Code Value Description Day Phone Day Phone Evening Phone Evening Phone Cell Phone Cell Phone Work Fax Work Fax Home Fax Home Fax Pager Pager Work Email Work Email Home Email Home Email US Mail US Mail Other Other N/A Not Applicable
Schema Component Representation
<
xsd:simpleType name ="
PreferredContactMethod ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Day Phone "/>
<xsd:enumeration value ="Evening Phone "/>
<xsd:enumeration value ="Cell Phone "/>
<xsd:enumeration value ="Work Fax "/>
<xsd:enumeration value ="Home Fax "/>
<xsd:enumeration value ="Pager "/>
<xsd:enumeration value ="Work Email "/>
<xsd:enumeration value ="Home Email "/>
<xsd:enumeration value ="US Mail "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="N/A "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < PreferredContactMethodOrganization (by restriction)Sub-types: None
Name PreferredContactMethodOrganization Documentation Preferred Contact Method Organization More information at: http://www.starstandard.org .
Enumerations Code Value Description Day Phone Day Phone Cell Phone Cell Phone Work Fax Work Fax Pager Pager Work Email Work Email US Mail US Mail Other Other
Schema Component Representation
<
xsd:simpleType name ="
PreferredContactMethodOrganization ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Day Phone "/>
<xsd:enumeration value ="Cell Phone "/>
<xsd:enumeration value ="Work Fax "/>
<xsd:enumeration value ="Pager "/>
<xsd:enumeration value ="Work Email "/>
<xsd:enumeration value ="US Mail "/>
<xsd:enumeration value ="Other "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < PreferredProviderInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
PreferredProviderInd ">
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < PriceExplanation (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
PriceExplanation ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < PricingType (by restriction)Sub-types: None
Name PricingType Documentation Designates type of pricing for vehicle transaction. Examples could be: QUOTE, MSRP, INVOICE, BLUEBOOK, TOTALFIGURE, OVERINVOICE, UNDERINVOICE, UNDERMSRP, OVERMSRP, CALL, NA, or OTHER More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
PricingType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < PricingTypeSource (by restriction)Sub-types: None
Name PricingTypeSource Documentation Source from which pricing type data originated (i.e. Blue Book, NADA, etc.). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
PricingTypeSource ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < PrimaryContactInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
PrimaryContactInd ">
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < PrimaryDriverInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
PrimaryDriverInd ">
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < PrivacyInd (by restriction)Sub-types: None
Name PrivacyInd Documentation Indicator to note that Business Party has requested to share or to not share information with third parties. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
PrivacyInd ">
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < PrivacyType (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
PrivacyType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < PublicConveyanceInd (by restriction)Sub-types: None
Name PublicConveyanceInd Documentation Indicator of whether the vehicle is intended for public conveyance, e.g., taxi. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
PublicConveyanceInd ">
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < PurchaseDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
PurchaseDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < Reference (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Reference ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
ReferenceNumber ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < RelationshipCode (by restriction)Sub-types: None
Name RelationshipCode Documentation Indicates the Business Party's relationship to the primary Party (e.g., mother, father, husband, etc.). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
RelationshipCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < RemovedInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
RemovedInd ">
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < RepairsAccessoriesOrderNumber (by restriction)Sub-types: None
Name RepairsAccessoriesOrderNumber Documentation Customer's purchase order number for dealer's repairs and accessories on the purchased vehicle. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
RepairsAccessoriesOrderNumber ">
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < ReportOfSaleNumber (by restriction)Sub-types: None
Name ReportOfSaleNumber Documentation Auditable number used to track titling etc. This is an alphanumeric text field. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ReportOfSaleNumber ">
</
xsd:simpleType >
Super-types: xsd :date < Date (by restriction) < RepossessionDate (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
RepossessionDate ">
<
xsd:restriction base ="
Date "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < RepossessionInd (by restriction)Sub-types: None
Name RepossessionInd Documentation Indicates if the Business Partner has experienced repossession. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
RepossessionInd ">
</
xsd:simpleType >
Super-types: xsd :string < Type (by restriction) < ResidenceType (by restriction)Sub-types: None
Name ResidenceType Documentation Business Partner's type of residence (i.e., Own, Rent). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
ResidenceType ">
<
xsd:restriction base ="
Type "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < RestrictionInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
RestrictionInd ">
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < RetiredInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
RetiredInd ">
</
xsd:simpleType >
Super-types: xsd :string < SaleClass (by restriction)Sub-types: None
Enumerations Code Value Description New Never owned. Used Previously Owned Demo Demonstration item. Other Other N/A Not Applicable Floor Sample This is a vehicle that is provided in the showroom as an example. Factory Identifies that the vehicle may have been used as a product demonstration for an official or executive from the manufacturer.
Schema Component Representation
<
xsd:simpleType name ="
SaleClass ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="New "/>
<xsd:enumeration value ="Used "/>
<xsd:enumeration value ="Demo "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="N/A "/>
<xsd:enumeration value ="Floor Sample "/>
<xsd:enumeration value ="Factory "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < SalesOrderNumber (by restriction)Sub-types: None
Name SalesOrderNumber Documentation A vehicle order number used by dealers and OEMS to track customer orders. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
SalesOrderNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < SalesPersonName (by restriction)Sub-types: None
Name SalesPersonName Documentation Name of Salesperson. Format for name should be "First Last" with no commas between first and last name More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
SalesPersonName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < SalesStockNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SalesStockNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < Salutation (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Salutation ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < SecondaryPassword (by restriction)Sub-types: None
Name SecondaryPassword Documentation Secondary password used to validate access to the dealer information More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
SecondaryPassword ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < SerialNumber (by restriction) < SecondKeyNumber (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SecondKeyNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < SelectionMethod (by restriction)Sub-types: None
Name SelectionMethod Documentation Method used to select dealer Example: PF for preferred, PM for PMA, DI for distance, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
SelectionMethod ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < SelfEmployedInd (by restriction)Sub-types: None
Name SelfEmployedInd Documentation Indicates whether or not the applicant is self-employed. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
SelfEmployedInd ">
</
xsd:simpleType >
Super-types: xsd :string < SerialNumber (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
SerialNumber ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < SeriesName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SeriesName ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < ServiceCenterCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ServiceCenterCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < ShortMfg (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ShortMfg ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Name (by restriction) < SortName (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SortName ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < SpecialPrograms (by restriction)Sub-types: None
Name SpecialPrograms Documentation Code identifying the type of special program (First Time Buyer, College Graduate, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
SpecialPrograms ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < StateOrProvince (by restriction) < StateOfIncorporation (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
StateOfIncorporation ">
</
xsd:simpleType >
Super-types: xsd :string < StateOrProvince (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
StateOrProvince ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Super-types: xsd :string < Text (by restriction) < SteeringSystem (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SteeringSystem ">
<
xsd:restriction base ="
Text "/>
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < Stipulations (by restriction)Sub-types: None
Name Stipulations Documentation Free form text identifying the terms or conditions of the loan. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
Stipulations ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :dateTime < DateTime (by restriction) < SubmittedDateTime (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SubmittedDateTime ">
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < SubprimeSendInd (by restriction)Sub-types: None
Name SubprimeSendInd Documentation Indicates if the application is being forwarded to a subprime lender. More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
SubprimeSendInd ">
</
xsd:simpleType >
Simple Type: Suffix
Super-types: xsd :string < Name (by restriction) < Suffix (by restriction)Sub-types: None
Name Suffix Documentation Business Party name suffix designation if individual Ex: Sr, Jr, III, etc. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
Suffix ">
<
xsd:restriction base ="
Name "/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < SystemVersion (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
SystemVersion ">
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < TaxabilityInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
TaxabilityInd ">
</
xsd:simpleType >
Super-types: xsd :string < TaxType (by restriction)Sub-types: None
Enumerations Code Value Description Total Amount Labor Parts Claim Dealer Dealer Deductible Prorated Other Other Luxury Vehicle Inventory Taxes Not In Cash Price Document Stamp Sales Tire Personal Property Registration Monthly/Use Weight Adjustment DownPayment CapCostReduction Lieu CurrentYear N/A Not Applicable LocalOption Tennessee Tax - combination of city and county. SingleArticle Tennessee Tax - State Tax Gas Gas tax levied to applicable vehicles or by state/province law. (Referred to in US as "Gas Guzzler" tax). Total Monthly/Use The total amount of monthly use tax for a payment on a contract. Service Contract Tax charged on service contracts (where applicable). Adjusted Sales Adjusted sales tax due to tax modifications when capitalized (i.e. NY) Total Sales/Use The total amount of sales/use tax for a single payment contract. Air Conditioning Excise Provincal tax providing for the installation or removal of freon. (Canada) Purchase and Use A type of tax that is assessed upon "tax free" tangible personal property purchased by a resident of the assessing state for use, storage or consumption of goods in that state (not for resale), regardless of where the purchase took place. The tax is a one time retail tax due at registration or titling of a vehicle. County Tax A county tax charged based on the location of the dealer and the customer. An example, The Cook County Tax. General Excise This is a general excise tax that a state or region could impose. Gross Receipt A gross receipts tax, sometimes referred to as a gross excise tax, is a tax on the total gross revenues of a company, regardless of their source. Tax on Trade-In Tax due on a trade-in vehicle. Tax on Upfront Fees Total tax due on fees paid upfront. Tax on Acquisition Fee Tax due on amount of acquisition fee. Environmental Tax Environmental Levy / Tax. Motor Vehicle Tax Tax paid at of registration based on the vehicle's age and MSRP. Wheel Tax A tax levied by cities and villages to be credited to a road fund of the city or village
Schema Component Representation
<
xsd:simpleType name ="
TaxType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Total "/>
<xsd:enumeration value ="Amount "/>
<xsd:enumeration value ="Labor "/>
<xsd:enumeration value ="Parts "/>
<xsd:enumeration value ="Claim "/>
<xsd:enumeration value ="Dealer "/>
<xsd:enumeration value ="Deductible "/>
<xsd:enumeration value ="Prorated "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="Luxury "/>
<xsd:enumeration value ="Vehicle Inventory "/>
<xsd:enumeration value ="Taxes Not In Cash Price "/>
<xsd:enumeration value ="Document Stamp "/>
<xsd:enumeration value ="Sales "/>
<xsd:enumeration value ="Tire "/>
<xsd:enumeration value ="Personal Property "/>
<xsd:enumeration value ="Registration "/>
<xsd:enumeration value ="Monthly/Use "/>
<xsd:enumeration value ="Weight "/>
<xsd:enumeration value ="Adjustment "/>
<xsd:enumeration value ="DownPayment "/>
<xsd:enumeration value ="CapCostReduction "/>
<xsd:enumeration value ="Lieu "/>
<xsd:enumeration value ="CurrentYear "/>
<xsd:enumeration value ="N/A "/>
<xsd:enumeration value ="LocalOption "/>
<xsd:enumeration value ="SingleArticle "/>
<xsd:enumeration value ="Gas "/>
<xsd:enumeration value ="Total Monthly/Use "/>
<xsd:enumeration value ="Service Contract "/>
<xsd:enumeration value ="Adjusted Sales "/>
<xsd:enumeration value ="Total Sales/Use "/>
<xsd:enumeration value ="Air Conditioning Excise "/>
<xsd:enumeration value ="Purchase and Use "/>
<xsd:enumeration value ="County Tax "/>
<xsd:enumeration value ="General Excise "/>
<xsd:enumeration value ="Gross Receipt "/>
<xsd:enumeration value ="Tax on Trade-In "/>
<xsd:enumeration value ="Tax on Upfront Fees "/>
<xsd:enumeration value ="Tax on Acquisition Fee "/>
<xsd:enumeration value ="Environmental Tax "/>
<xsd:enumeration value ="Motor Vehicle Tax "/>
<xsd:enumeration value ="Wheel Tax "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < TaxTypeId (by restriction)Sub-types: None
Name TaxTypeId Documentation CS - City, CP - County, ST - State, OT - Other, EX - Excise, VAT - Value Added Tax, PST - Provincial Sales Tax , RT - Rental, GST - Goods and Services Tax, HST - Harmonized Tax, ART - Air Tax, QST - Quebec Sales Tax, IMP - Import Tax More information at: http://www.starstandard.org .
Enumerations Code Value Description CS City CP County ST State OT "OT" = Other EX Excise VAT Value Added PST Provincial Sales Tax RT Rental GST Goods and Services Tax HST Harmonized Tax ART Air Tax QST Quebec Sales Tax IMP Import Tax
Schema Component Representation
<
xsd:simpleType name ="
TaxTypeId ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="CS "/>
<xsd:enumeration value ="CP "/>
<xsd:enumeration value ="ST "/>
<xsd:enumeration value ="OT "/>
<xsd:enumeration value ="EX "/>
<xsd:enumeration value ="VAT "/>
<xsd:enumeration value ="PST "/>
<xsd:enumeration value ="RT "/>
<xsd:enumeration value ="GST "/>
<xsd:enumeration value ="HST "/>
<xsd:enumeration value ="ART "/>
<xsd:enumeration value ="QST "/>
<xsd:enumeration value ="IMP "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < TelematicsServiceInd (by restriction)Sub-types: None
Name TelematicsServiceInd Documentation Indication whether Telematics Service Subscription is turned on More information at: http://www.starstandard.org .
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
TelematicsServiceInd ">
</
xsd:simpleType >
Super-types: xsd :string < TermLength (by restriction)Sub-types: None
Enumerations Code Value Description Months Months Weeks Weeks Years Years
Schema Component Representation
<
xsd:simpleType name ="
TermLength ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Months "/>
<xsd:enumeration value ="Weeks "/>
<xsd:enumeration value ="Years "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: Terms
Super-types: xsd :string < Terms (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Terms ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Simple Type: Text
Super-types: xsd :string < Text (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Text ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Simple Type: Tier
Super-types: xsd :string < Code (by restriction) < Tier (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
Tier ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < TradeInInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
TradeInInd ">
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < TransferOfObligation (by restriction)Sub-types: None
Name TransferOfObligation Documentation Free form text field Indicating a transfer of obligation from one consumer to another or one business to another. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
TransferOfObligation ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < TransmissionType (by restriction)Sub-types: None
Name TransmissionType Documentation Vehicle Transmission type - 3 = 3 speed, 4 = 4 speed, 5 = 5 speed, 6 = 6 speed, A - Automatic More information at: http://www.starstandard.org .
Enumerations Code Value Description 3 3 Speed 4 4 Speed 5 5 Speed 6 6 Speed A "A" = Automatic Automatic 3 Automatic 3 speed transmission type Automatic 4 Automatic 4 speed transmission type Automatic 5 Automatic 5 speed transmission type Automatic 6 Automatic 6 speed transmission type Automatic 7 Automatic 7 speed transmission type 7 7 Speed CVT Automatic 3 Continuously Variable T ransmission Automatic 3 speed transmission type (natural gas and hybrid). CVT Automatic 4 Continuously Variable T ransmission Automatic 4 speed transmission type (natural gas and hybrid). CVT Automatic 5 Continuously Variable T ransmission Automatic 5 speed transmission type (natural gas and hybrid). CVT Automatic 6 Continuously Variable T ransmission Automatic 6 speed transmission type (natural gas and hybrid). CVT Automatic 7 Continuously Variable T ransmission Automatic 7 speed transmission type (natural gas and hybrid). M M = Manual
Schema Component Representation
<
xsd:simpleType name ="
TransmissionType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="3 "/>
<xsd:enumeration value ="4 "/>
<xsd:enumeration value ="5 "/>
<xsd:enumeration value ="6 "/>
<xsd:enumeration value ="A "/>
<xsd:enumeration value ="Automatic 3 "/>
<xsd:enumeration value ="Automatic 4 "/>
<xsd:enumeration value ="Automatic 5 "/>
<xsd:enumeration value ="Automatic 6 "/>
<xsd:enumeration value ="Automatic 7 "/>
<xsd:enumeration value ="7 "/>
<xsd:enumeration value ="CVT Automatic 3 "/>
<xsd:enumeration value ="CVT Automatic 4 "/>
<xsd:enumeration value ="CVT Automatic 5 "/>
<xsd:enumeration value ="CVT Automatic 6 "/>
<xsd:enumeration value ="CVT Automatic 7 "/>
<xsd:enumeration value ="M "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < TrimCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
TrimCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Simple Type: Type
Super-types: xsd :string < Type (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Type ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Simple Type: UOM
Super-types: xsd :string < UOM (by restriction)Sub-types: None
Name UOM Documentation Units of Measure - ea=Each; bx=Box; case=Case; ctn=Carton; gal=Gallon; qt=Quart; pt=Pint; ft=Feet; yd=Yard; in=Inch; L=Liter; m=Meter; cm=Centimeter; kg=Kilograms; g=grams; other=Other More information at: http://www.starstandard.org .
Enumerations Code Value Description ea Each bx Box case Case ctn Carton gal Gallon qt Quart pt Pint ft ft = feet yd yd = yard in in = inch L "L" = Canceled m m = meter cm cm = centimeter kg Kilogram g Gram other tn Ton km kilometers mi miles hp horsepower kw kilowatt
Schema Component Representation
<
xsd:simpleType name ="
UOM ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="ea "/>
<xsd:enumeration value ="bx "/>
<xsd:enumeration value ="case "/>
<xsd:enumeration value ="ctn "/>
<xsd:enumeration value ="gal "/>
<xsd:enumeration value ="qt "/>
<xsd:enumeration value ="pt "/>
<xsd:enumeration value ="ft "/>
<xsd:enumeration value ="yd "/>
<xsd:enumeration value ="in "/>
<xsd:enumeration value ="L "/>
<xsd:enumeration value ="m "/>
<xsd:enumeration value ="cm "/>
<xsd:enumeration value ="kg "/>
<xsd:enumeration value ="g "/>
<xsd:enumeration value ="other "/>
<xsd:enumeration value ="tn "/>
<xsd:enumeration value ="km "/>
<xsd:enumeration value ="mi "/>
<xsd:enumeration value ="hp "/>
<xsd:enumeration value ="kw "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < UrbanizationCode (by restriction)Sub-types: None
Name UrbanizationCode Documentation Geographic definition of a metropolitan or suburban area More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
UrbanizationCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Simple Type: URI
Super-types: xsd :anyURI < URI (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
URI ">
<
xsd:restriction base ="
xsd :anyURI"/>
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < UsedVehicleCertificationNumber (by restriction)Sub-types: None
Name UsedVehicleCertificationNumber Documentation Certification number verifying certification. More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
UsedVehicleCertificationNumber ">
</
xsd:simpleType >
Super-types: xsd :string < Indicator (by restriction) < VehicleDemoInd (by restriction)Sub-types: None
Enumerations Code Value Description 0 1
Schema Component Representation
<
xsd:simpleType name ="
VehicleDemoInd ">
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < VehicleNote (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
VehicleNote ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < VehicleOwnership (by restriction)Sub-types: None
Name VehicleOwnership Documentation Designation of actual owners(s) of the purchased vehicle. This may be different from the entity signing the contract. More information at: http://www.starstandard.org .
Enumerations Code Value Description Individual Applicant Represents the individual applicant is the owner of the vehicle Co-Applicant Represents the co-applicant is the owner of the vehicle. Joint Represents that both individual applicant and co-applicant is the owner of the vehicle. Other Other N/A Not Applicable
Schema Component Representation
<
xsd:simpleType name ="
VehicleOwnership ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Individual Applicant "/>
<xsd:enumeration value ="Co-Applicant "/>
<xsd:enumeration value ="Joint "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="N/A "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < VehiclePricingType (by restriction)Sub-types: None
Enumerations Code Value Description MSRP Hold Back Destination/Handling Group Fund Price Wholesale Price Wholesale Cost Actual Cash Value Employee Invoice Sale Price Final MSRP Base MSRP Employee Order Price Employee Stock Price Other Other Selling Price Cap Cost Total Option Price Total Option Cost Retail N/A Not Applicable MSRP Discount Gross Cap Cost Net Cap Cost Taxable Selling Price Loan Amount lenders typically loan on the listed vehicle. Trade-In Amount allowed by dealers on a trade. Adjusted Gross Cap Cost Adjusted gross cap cost due to tax calculations. Adjusted Net Cap Cost Adjusted net cap cost due to tax calculations. Total Option MSRP Total of all itemized products of the Manufactured Suggested Retail Price.
Schema Component Representation
<
xsd:simpleType name ="
VehiclePricingType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="MSRP "/>
<xsd:enumeration value ="Hold Back "/>
<xsd:enumeration value ="Destination/Handling "/>
<xsd:enumeration value ="Group Fund Price "/>
<xsd:enumeration value ="Wholesale Price "/>
<xsd:enumeration value ="Wholesale Cost "/>
<xsd:enumeration value ="Actual Cash Value "/>
<xsd:enumeration value ="Employee "/>
<xsd:enumeration value ="Invoice "/>
<xsd:enumeration value ="Sale Price "/>
<xsd:enumeration value ="Final MSRP "/>
<xsd:enumeration value ="Base MSRP "/>
<xsd:enumeration value ="Employee Order Price "/>
<xsd:enumeration value ="Employee Stock Price "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="Selling Price "/>
<xsd:enumeration value ="Cap Cost "/>
<xsd:enumeration value ="Total Option Price "/>
<xsd:enumeration value ="Total Option Cost "/>
<xsd:enumeration value ="Retail "/>
<xsd:enumeration value ="N/A "/>
<xsd:enumeration value ="MSRP Discount "/>
<xsd:enumeration value ="Gross Cap Cost "/>
<xsd:enumeration value ="Net Cap Cost "/>
<xsd:enumeration value ="Taxable Selling Price "/>
<xsd:enumeration value ="Loan "/>
<xsd:enumeration value ="Trade-In "/>
<xsd:enumeration value ="Adjusted Gross Cap Cost "/>
<xsd:enumeration value ="Adjusted Net Cap Cost "/>
<xsd:enumeration value ="Total Option MSRP "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types: xsd :string < ReferenceNumber (by restriction) < VehicleStock (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
VehicleStock ">
</
xsd:simpleType >
Super-types: xsd :string < Note (by restriction) < VehicleUse (by restriction)Sub-types: None
Name VehicleUse Documentation Indicates the use of the vehicle (i.e., Agricultural, Commercial, Personal, Other). More information at: http://www.starstandard.org .
Schema Component Representation
<
xsd:simpleType name ="
VehicleUse ">
<
xsd:restriction base ="
Note "/>
</
xsd:simpleType >
Super-types: xsd :string < VehicleUseCode (by restriction)Sub-types:
Enumerations Code Value Description Demonstration Vehicle was used as demonstration model. Daily Rental Used as a rental or loaner car. Personal Used for personal or individual use. Household Vehicle information related to the household vehicle Other Other Not Applicable Not applicable. Off Lease
Schema Component Representation
<
xsd:simpleType name ="
VehicleUseCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="Demonstration "/>
<xsd:enumeration value ="Daily Rental "/>
<xsd:enumeration value ="Personal "/>
<xsd:enumeration value ="Household "/>
<xsd:enumeration value ="Other "/>
<xsd:enumeration value ="Not Applicable "/>
<xsd:enumeration value ="Off Lease "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: VIN
Super-types: xsd :string < VIN (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
VIN ">
<
xsd:restriction base ="
xsd :string"/>
</
xsd:simpleType >
Simple Type: Year
Super-types: xsd :gYear < Year (by restriction)Sub-types:
Schema Component Representation
<
xsd:simpleType name ="
Year ">
<
xsd:restriction base ="
xsd :gYear"/>
</
xsd:simpleType >
Super-types: xsd :string < Code (by restriction) < ZoneCode (by restriction)Sub-types: None
Schema Component Representation
<
xsd:simpleType name ="
ZoneCode ">
<
xsd:restriction base ="
Code "/>
</
xsd:simpleType >
Copyright © 2007 STAR – Standards for Technology in Automotive Retail. All rights reserved
Generated by StarSchemaGuidelineGenerator based on xs3p . Last modified: