Star Logo

Implementation Guideline

Change Sales Lead
Repository Version Rev4.5.4












Copyright © 2007 STAR – Standards for Technology in Automotive Retail. All rights reserved












Change Sales Lead

Table of Contents

top

Overview

This document is a guideline on how to use the Change Sales Lead Business Object Document (BOD). Change Sales Lead has been defined in the context of STAR for the Automotive Retail Industry. The scope of this BOD is to define the Change Sales Lead 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 Change Sales Lead, this BOD could be used to send Change Sales Lead information between any two business parties.

The Change Sales Lead Implementation Guidelines provide detailed information regarding the structure and meaning of the Change Sales Lead BOD and corresponds directly to the Change Sales Lead 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 Change Sales Lead Implementation Guidelines must be used in concert with the Change Sales Lead 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 Change Sales Lead 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 Change Sales Lead BOD. Where possible, STAR has mapped to existing OAGI fields and components. Note however that the STAR Change Sales Lead 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.

top

Schema Field Usage

STAR uses the same Noun in the schema for all the Noun/Verb combinations of the Change Sales Lead 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.

top

Business Scenario

The Sales Lead Binary Collaboration starts with the push of a Sales Lead from the OEM to the Dealer. After this occurs, either the OEM or the Dealer may update the Sales Lead as many time as is needed. Note: This scenario is an example of how the Sales Lead BOD can be used. Implementations may vary.

top

Relationship Diagram

The relationship diagram identifies all of the various components or building blocks of information used in the Change Sales Lead 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. Relationship Diagram for SalesLead

top

Schema Document Properties

Target Namespacehttp://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.
DocumentationThis 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

PrefixNamespace
Default namespacehttp://www.starstandards.org/STAR
xmlhttp://www.w3.org/XML/1998/namespace
xsdhttp://www.w3.org/2001/XMLSchema

Schema Component Representation
<xsd:schema targetNamespace="http://www.starstandards.org/STAR" elementFormDefault="qualified" attributeFormDefault="unqualified">
...
</xsd:schema>
top

Global Declarations

Element: ApplicationArea

NameApplicationArea
TypeApplicationArea
Nillableno
Abstractno
DocumentationProvides 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>
<Sender> Sender </Sender> [1] ?
<CreationDateTime> DateTime </CreationDateTime> [1] ?
<Signature> Signature </Signature> [0..1] ?
<BODId> Code </BODId> [0..1] ?
<Destination> Destination </Destination> [1] ?
</ApplicationArea>
Schema Component Representation
<xsd:element name="ApplicationArea" type="ApplicationArea"/>
top

Element: Change

  • This element can be used wherever the following element is referenced:

NameChange
TypeChange
Nillableno
Abstractno
DocumentationThe Change verb is used when the sender of the BOD is not the owner of the data, but is sending a request for the document to be changed.An example of this is Change REQUISITN, where the original document needs to be changed based on a specific business event.
More information at: http://www.openapplications.org/oagis.

XML Instance Representation
<Change
confirm="ConfirmType [0..1]"
/>
Schema Component Representation
<xsd:element name="Change" type="Change" substitutionGroup="Verb"/>
top

Element: ChangeSalesLead

NameChangeSalesLead
TypeChangeSalesLead
Nillableno
Abstractno

XML Instance Representation
<ChangeSalesLead
revision="Text [0..1] ?"

release="8.1-Lite [0..1] ?"

environment="Text [0..1] ?"

lang="Language [0..1] ?"

bodVersion="Text [0..1] ?"
>
<DataArea> ChangeSalesLeadDataArea </DataArea> [1]
</ChangeSalesLead>
Schema Component Representation
<xsd:element name="ChangeSalesLead" type="ChangeSalesLead"/>
top

Element: Detail

NameDetail
TypeSalesLeadDetail
Nillableno
Abstractno
Documentation More information at: http://www.openapplications.org/oagis.

XML Instance Representation
<Detail>
<LeadStatus> LeadStatus </LeadStatus> [1] ?
<Preference> Preference </Preference> [0..1] ?
<Financing> NewSalesFinancing </Financing> [0..1] ?
<Appointment> Appointment </Appointment> [0..*] ?
<SalesActivity> SalesActivity </SalesActivity> [0..*] ?
<SalesVehicle> SalesVehicle </SalesVehicle> [0..*]
<CompetingVehicle> CompetingVehicle </CompetingVehicle> [0..*]
<LeadRequestType> LeadRequestType </LeadRequestType> [0..1] ?
<PreferenceDetail> PreferenceDetail </PreferenceDetail> [0..1] ?
<LeadIndustryType> LeadIndustryType </LeadIndustryType> [0..1] ?
</Detail>
Schema Component Representation
<xsd:element name="Detail" type="SalesLeadDetail"/>
top

Element: Header

NameHeader
TypeSalesLeadHeader
Nillableno
Abstractno
Documentation More information at: http://www.openapplications.org/oagis.

XML Instance Representation
<Header>
<DocumentDateTime> DocumentDateTime </DocumentDateTime> [0..1] ?
<SecondaryPassword> SecondaryPassword </SecondaryPassword> [0..1] ?
<SecondaryDealerNumber> SecondaryDealerNumber </SecondaryDealerNumber> [0..1] ?
<DocumentId> DocumentId </DocumentId> [1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
<PurchaseEarliestDate> PurchaseEarliestDate </PurchaseEarliestDate> [0..1] ?
<PurchaseLatestDate> PurchaseLatestDate </PurchaseLatestDate> [0..1] ?
<LeadInterest> LeadInterest </LeadInterest> [0..1] ?
<SaleClass> SaleClass </SaleClass> [0..1] ?
<LeadType> LeadType </LeadType> [0..1] ?
<LeadReceipt> LeadReceipt </LeadReceipt> [0..1] ?
<LeadSource> LeadSource </LeadSource> [0..1] ?
<DefaultCurrency> DefaultCurrency </DefaultCurrency> [0..1] ?
<DiscountEligibility> DiscountEligibility </DiscountEligibility> [0..1] ?
<Marketing> Marketing </Marketing> [0..*] ?
<IndividualProspect> IndividualParty </IndividualProspect> [0..1] ?
<OrganizationalProspect> OrganizationalParty </OrganizationalProspect> [0..1] ?
<Provider> ProviderParty </Provider> [0..1] ?
<Dealer> DealerParty </Dealer> [0..1] ?
<CustomerComments> CustomerComments </CustomerComments> [0..1] ?
<LeadComments> LeadComments </LeadComments> [0..1] ?
</Header>
Schema Component Representation
<xsd:element name="Header" type="SalesLeadHeader"/>
top

Element: SalesLead

NameSalesLead
TypeSalesLead
Nillableno
Abstractno
Documentation More information at: http://www.openapplications.org/oagis.

XML Instance Representation
<SalesLead>
<Header> ... </Header> [1]
<Detail> ... </Detail> [1..*]
</SalesLead>
Schema Component Representation
<xsd:element name="SalesLead" type="SalesLead"/>
top

Element: Verb

  • The following elements can be used wherever this element is referenced:

NameVerb
TypeVerb
Nillableno
Abstractyes

XML Instance Representation
<Verb/>
Schema Component Representation
<xsd:element name="Verb" type="Verb" abstract="true"/>
top

Global Definitions

Components (Complex Type): ActivityId

Super-types:xsd:string < Id (by extension) < ActivityId (by extension)
Sub-types:None

NameActivityId
Abstractno
DocumentationSource-assigned unique event ID
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="ActivityId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Address

Super-types:AddressBase < Address (by extension)
Sub-types:

NameAddress
Abstractno

Attributes

AttributeDescriptionRequirementBusiness Rules
qualifier Required 

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
AddressLineIndicates the multiple lines of an address. The first line is typically the street name and number. Required 
CityIs the City of the Address. Required 
CountyCounty in which the Address is in. Optional 
StateOrProvinceIs the State or Province of a given Address. Required 
CountryCountry in which the Address is in. Required 
PostalCodePostal Code of the Address. Required 

XML Instance Representation
<...
qualifier="AddressQualifier [0..1]"
>
<AddressLine> AddressLine </AddressLine> [1..*] ?
<City> City </City> [1] ?
<County> County </County> [0..1] ?
<StateOrProvince> StateOrProvince </StateOrProvince> [1] ?
<Country> Country </Country> [1] ?
<PostalCode> PostalCode </PostalCode> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="Address">
<xsd:complexContent>
<xsd:extension base="AddressBase">
<xsd:attribute name="qualifier" type="AddressQualifier"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): AddressBase

Super-types:None
Sub-types:

NameAddressBase
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
AddressLineIndicates the multiple lines of an address. The first line is typically the street name and number. Required 
CityIs the City of the Address. Required 
CountyCounty in which the Address is in. Optional 
StateOrProvinceIs the State or Province of a given Address. Required 
CountryCountry in which the Address is in. Required 
PostalCodePostal Code of the Address. Required 

XML Instance Representation
<...>
<AddressLine> AddressLine </AddressLine> [1..*] ?
<City> City </City> [1] ?
<County> County </County> [0..1] ?
<StateOrProvince> StateOrProvince </StateOrProvince> [1] ?
<Country> Country </Country> [1] ?
<PostalCode> PostalCode </PostalCode> [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="StateOrProvince" type="StateOrProvince"/>
<xsd:element name="Country" type="Country"/>
<xsd:element name="PostalCode" type="PostalCode"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): AlternatePartyId

Super-types:None
Sub-types:

NameAlternatePartyId
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
IdAlternate Party Identification Required 

XML Instance Representation
<...>
<Id> Id </Id> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="AlternatePartyId">
<xsd:sequence>
<xsd:element name="Id" type="Id"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Amount

Super-types:xsd:decimal < Amount (by extension)
Sub-types:None

NameAmount
Abstractno
DocumentationBased on OAGI Amount. Simple content with the currency as an attrbute
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
currency Required 

XML Instance Representation
<...
currency="Currency [1]"
>
xsd:decimal
</...>
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>
top

Components (Complex Type): ApplicationArea

Super-types:None
Sub-types:None

NameApplicationArea
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
SenderIdentifies 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 
CreationDateTimeis 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
 
SignatureIf 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 
BODIdThe 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 
DestinationInformation related to the receiver of the BOD Required 

XML Instance Representation
<...>
<Sender> Sender </Sender> [1] ?
<CreationDateTime> DateTime </CreationDateTime> [1] ?
<Signature> Signature </Signature> [0..1] ?
<BODId> Code </BODId> [0..1] ?
<Destination> Destination </Destination> [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:element name="Destination" type="Destination"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Appointment

Super-types:AppointmentBase < Appointment (by extension)
Sub-types:None

NameAppointment
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
AppointmentDateTimeDate and time of the appointment Optional 
AppointmentLocationLocation of the appointment... For example: Office; Home Optional 
AppointmentNotesComments that relate to the appointment. Optional 

XML Instance Representation
<...>
<AppointmentDateTime> AppointmentDateTime </AppointmentDateTime> [0..1] ?
<AppointmentLocation> AppointmentLocation </AppointmentLocation> [0..1] ?
<AppointmentNotes> AppointmentNotes </AppointmentNotes> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="Appointment">
<xsd:complexContent>
<xsd:extension base="AppointmentBase"/>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): AppointmentBase

Super-types:None
Sub-types:

NameAppointmentBase
Abstractno
DocumentationBased on oa:Appointment
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
AppointmentDateTimeDate and time of the appointment Optional 
AppointmentLocationLocation of the appointment... For example: Office; Home Optional 
AppointmentNotesComments that relate to the appointment. Optional 

XML Instance Representation
<...>
<AppointmentDateTime> AppointmentDateTime </AppointmentDateTime> [0..1] ?
<AppointmentLocation> AppointmentLocation </AppointmentLocation> [0..1] ?
<AppointmentNotes> AppointmentNotes </AppointmentNotes> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="AppointmentBase">
<xsd:sequence>
<xsd:element name="AppointmentDateTime" type="AppointmentDateTime" minOccurs="0"/>
<xsd:element name="AppointmentLocation" type="AppointmentLocation" minOccurs="0"/>
<xsd:element name="AppointmentNotes" type="AppointmentNotes" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): ApprovedAmount

Super-types:xsd:decimal < Amount (by extension) < ApprovedAmount (by extension)
Sub-types:None

NameApprovedAmount
Abstractno
DocumentationAmount pre-approved
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="ApprovedAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): BalanceAmount

Super-types:xsd:decimal < Amount (by extension) < BalanceAmount (by extension)
Sub-types:None

NameBalanceAmount
Abstractno
DocumentationRemaining balance on Current Vehicle
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="BalanceAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): BasePaymentAmount

Super-types:xsd:decimal < Amount (by extension) < BasePaymentAmount (by extension)
Sub-types:None

NameBasePaymentAmount
Abstractno
DocumentationMonthly payment amount before dealer add-ons (i.e., does not include fees, taxes, etc.)
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="BasePaymentAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): BrandedInfo

Super-types:None
Sub-types:None

NameBrandedInfo
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
BrandedTitleIndThis tag indicates if a vehicle's title has been branded. (i.e., vehicle totaled and state registration title branded as such) Optional 
BrandedTitleDateBranding Date Optional
YYYY-MM-DD
 
BrandingStateCodeBranding State Code Optional 
BrandingStateReferenceBranding State Reference Number Optional 
BrandingSourceBranding source – (i.e., source who says that the vehicle is branded) Optional 

XML Instance Representation
<...>
<BrandedTitleInd> BrandedTitleInd </BrandedTitleInd> [0..1] ?
<BrandedTitleDate> BrandedTitleDate </BrandedTitleDate> [0..1] ?
<BrandingStateCode> BrandingStateCode </BrandingStateCode> [0..1] ?
<BrandingStateReference> BrandingStateReference </BrandingStateReference> [0..1] ?
<BrandingSource> BrandingSource </BrandingSource> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="BrandedInfo">
<xsd:sequence>
<xsd:element name="BrandedTitleInd" type="BrandedTitleInd" minOccurs="0"/>
<xsd:element name="BrandedTitleDate" type="BrandedTitleDate" minOccurs="0"/>
<xsd:element name="BrandingStateCode" type="BrandingStateCode" minOccurs="0"/>
<xsd:element name="BrandingStateReference" type="BrandingStateReference" minOccurs="0"/>
<xsd:element name="BrandingSource" type="BrandingSource" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): BrandingStateCode

Super-types:xsd:string < StateOrProvince (by restriction) < BrandingStateCode (by extension)
Sub-types:None

NameBrandingStateCode
Abstractno
DocumentationBranding State Code
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="BrandingStateCode">
<xsd:simpleContent>
<xsd:extension base="StateOrProvince"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): BusinessObjectDocument

Super-types:None
Sub-types:

NameBusinessObjectDocument
Abstractno

Attributes

AttributeDescriptionRequirementBusiness Rules
revisionThis 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 
releaseIndicates the OAGIS release that this BOD belongs. Optional 
environmentIndicates 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 
langIndicates the language that the contents of the BOD is in unless otherwise stated. Optional 
bodVersionDeprecated 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/ComponentDescriptionRequirementBusiness Rules
ApplicationAreaProvides 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
<...
revision="Text [0..1] ?"

release="8.1-Lite [0..1] ?"

environment="Text [0..1] ?"

lang="Language [0..1] ?"

bodVersion="Text [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="BusinessObjectDocument">
<xsd:sequence>
<xsd:element ref="ApplicationArea"/>
</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>
top

Components (Complex Type): Change

Super-types:Verb < ConfirmableVerb (by extension) < Change (by extension)
Sub-types:None

NameChange
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
Verb Required 

XML Instance Representation
<...
confirm="ConfirmType [0..1]"
/>
Schema Component Representation
<xsd:complexType name="Change">
<xsd:complexContent>
<xsd:extension base="ConfirmableVerb"/>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): ChangeSalesLead

Super-types:BusinessObjectDocument < ChangeSalesLead (by extension)
Sub-types:None

NameChangeSalesLead
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ApplicationAreaProvides 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
<...
revision="Text [0..1] ?"

release="8.1-Lite [0..1] ?"

environment="Text [0..1] ?"

lang="Language [0..1] ?"

bodVersion="Text [0..1] ?"
>
<DataArea> ChangeSalesLeadDataArea </DataArea> [1]
</...>
Schema Component Representation
<xsd:complexType name="ChangeSalesLead">
<xsd:complexContent>
<xsd:extension base="BusinessObjectDocument">
<xsd:sequence>
<xsd:element name="DataArea" type="ChangeSalesLeadDataArea"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): ChangeSalesLeadDataArea

Super-types:None
Sub-types:None

NameChangeSalesLeadDataArea
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ChangeThe Change verb is used when the sender of the BOD is not the owner of the data, but is sending a request for the document to be changed.An example of this is Change REQUISITN, where the original document needs to be changed based on a specific business event. Required 
SalesLead Required 

XML Instance Representation
<...>
<Change> ... </Change> [1]
<SalesLead> ... </SalesLead> [1..*]
</...>
Schema Component Representation
<xsd:complexType name="ChangeSalesLeadDataArea">
<xsd:sequence>
<xsd:element ref="Change"/>
<xsd:element ref="SalesLead" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Child

Super-types:ChildBase < Child (by extension)
Sub-types:None

NameChild
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
BirthDateBirth date of child Optional 
GenderGender of child Optional 
PersonNameName of child Optional 

XML Instance Representation
<...>
<BirthDate> BirthDate </BirthDate> [0..1] ?
<Gender> Gender </Gender> [0..1] ?
<PersonName> IndividualPartyPersonName </PersonName> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="Child">
<xsd:complexContent>
<xsd:extension base="ChildBase">
<xsd:sequence>
<xsd:element name="PersonName" type="IndividualPartyPersonName" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): ChildBase

Super-types:None
Sub-types:

NameChildBase
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
BirthDateBirth date of child Optional 
GenderGender of child Optional 

XML Instance Representation
<...>
<BirthDate> BirthDate </BirthDate> [0..1] ?
<Gender> Gender </Gender> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="ChildBase">
<xsd:sequence>
<xsd:element name="BirthDate" type="BirthDate" minOccurs="0"/>
<xsd:element name="Gender" type="Gender" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Children

Super-types:None
Sub-types:None

NameChildren
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
NumberOfChildrenTotal number of children in household Optional 
Childinformation on the children in household Optional 

XML Instance Representation
<...>
<NumberOfChildren> NumberOfChildren </NumberOfChildren> [0..1] ?
<Child> Child </Child> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="Children">
<xsd:sequence>
<xsd:element name="NumberOfChildren" type="NumberOfChildren" minOccurs="0"/>
<xsd:element name="Child" type="Child" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): CodeType

Super-types:xsd:string < CodeType (by extension)
Sub-types:None

NameCodeType
Abstractno
DocumentationUnique code name
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness 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]"
>
xsd:string
</...>
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>
top

Components (Complex Type): CompetingVehicle

Super-types:Vehicle < CompetingVehicle (by extension)
Sub-types:None

NameCompetingVehicle
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ModelManufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional 
ModelYearVehicle designated model year Optional 
ModelDescriptionDescriptive vehicle model name Optional 
MakeVehicle make code - Usually available in the VIN number (use NCIC code). Optional 
ManufacturerManufacturer Name Optional
Competitive manufacturer the contact is interested in.
 

XML Instance Representation
<...>
<Model> Model </Model> [0..1] ?
<ModelYear> ModelYear </ModelYear> [0..1] ?
<ModelDescription> ModelDescription </ModelDescription> [0..1] ?
<Make> Make </Make> [0..1] ?
<Manufacturer> Manufacturer </Manufacturer> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="CompetingVehicle">
<xsd:complexContent>
<xsd:extension base="Vehicle">
<xsd:sequence>
<xsd:element name="Manufacturer" type="Manufacturer" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): ConfirmableVerb

Super-types:Verb < ConfirmableVerb (by extension)
Sub-types:

NameConfirmableVerb
Abstractno

Attributes

AttributeDescriptionRequirementBusiness Rules
confirm Required 

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
Verb Required 

XML Instance Representation
<...
confirm="ConfirmType [0..1]"
/>
Schema Component Representation
<xsd:complexType name="ConfirmableVerb">
<xsd:complexContent>
<xsd:extension base="Verb">
<xsd:attribute name="confirm" type="ConfirmType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): ContactBase

Super-types:None
Sub-types:

NameContactBase
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
TelephoneContact telephone numbers Optional 
EMailAddressContact Email addresses Optional 
FaxContact Fax numbers Optional 
PreferredContactMethodPreferred contact method Optional 
ContactTimePreferred contact time (i.e. Best day/time to reach the contact. Optional 
PrimaryContactIndIndicates if contact is primary contact Optional 

XML Instance Representation
<...>
<Telephone> IndividualPartyContactTelephoneNumber </Telephone> [0..*] ?
<EMailAddress> IndividualPartyContactEMail </EMailAddress> [0..*] ?
<Fax> IndividualPartyContactFax </Fax> [0..*] ?
<PreferredContactMethod> PreferredContactMethod </PreferredContactMethod> [0..1] ?
<ContactTime> ContactTime </ContactTime> [0..1] ?
<PrimaryContactInd> PrimaryContactInd </PrimaryContactInd> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="ContactBase">
<xsd:sequence>
<xsd:element name="Telephone" type="IndividualPartyContactTelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="EMailAddress" type="IndividualPartyContactEMail" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Fax" type="IndividualPartyContactFax" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="PreferredContactMethod" type="PreferredContactMethod" minOccurs="0"/>
<xsd:element name="ContactTime" type="ContactTime" minOccurs="0"/>
<xsd:element name="PrimaryContactInd" type="PrimaryContactInd" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): ContractTermMileage

Super-types:xsd:integer < Count (by extension) < Mileage (by extension) < ContractTermMileage (by extension)
Sub-types:None

NameContractTermMileage
Abstractno
DocumentationMileage allowed under terms of contract
More information at: http://www.starstandard.org.

XML Instance Representation
<...
uom="MileageMeasure [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="ContractTermMileage">
<xsd:simpleContent>
<xsd:extension base="Mileage"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Count

Super-types:xsd:integer < Count (by extension)
Sub-types:None

NameCount
Abstractno
DocumentationSimple quantity type with no attributes
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:integer
</...>
Schema Component Representation
<xsd:complexType name="Count">
<xsd:simpleContent>
<xsd:extension base="xsd:integer"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): CurrentFinancing

Super-types:None
Sub-types:

NameCurrentFinancing
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
FinanceTypeType of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional 
PaymentAmountMonthly Payment Amount Optional 
BalanceAmountRemaining balance on Current Vehicle Optional 
FinalAmountLast month payment amount Optional 
ResidualAmountRemaining residual on current vehicle Optional 
TermNumber of months of contract term Optional 
MaturityDateMonth and year of contract maturity Optional 
FinanceCompanyNameName of Finance Company Optional 
WholesaleValueAmountActual wholesale value of the vehicle. Optional 
TradeAllowanceAmountTrade 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
<...>
<FinanceType> FinanceType </FinanceType> [0..1] ?
<PaymentAmount> PaymentAmount </PaymentAmount> [0..1] ?
<BalanceAmount> BalanceAmount </BalanceAmount> [0..1] ?
<FinalAmount> FinalAmount </FinalAmount> [0..1] ?
<ResidualAmount> ResidualAmount </ResidualAmount> [0..1] ?
<Term> Term </Term> [0..1] ?
<MaturityDate> MaturityDate </MaturityDate> [0..1] ?
<FinanceCompanyName> FinanceCompanyName </FinanceCompanyName> [0..1] ?
<WholesaleValueAmount> WholesaleValueAmount </WholesaleValueAmount> [0..1] ?
<TradeAllowanceAmount> TradeAllowanceAmount </TradeAllowanceAmount> [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:element name="FinanceCompanyName" type="FinanceCompanyName" minOccurs="0"/>
<xsd:element name="WholesaleValueAmount" type="WholesaleValueAmount" minOccurs="0"/>
<xsd:element name="TradeAllowanceAmount" type="TradeAllowanceAmount" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): CurrentMileage

Super-types:xsd:integer < Count (by extension) < Mileage (by extension) < CurrentMileage (by extension)
Sub-types:None

NameCurrentMileage
Abstractno
DocumentationOdometer reading of vehicle at the current time
More information at: http://www.starstandard.org.

XML Instance Representation
<...
uom="MileageMeasure [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="CurrentMileage">
<xsd:simpleContent>
<xsd:extension base="Mileage"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): DealerParty

Super-types:PartyBase < DealerPartyBase (by extension) < DealerParty (by extension)
Sub-types:None

NameDealerParty
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
DealerNameDealer name Optional 
DistrictCodeManufacturer Assigned District Code Optional 
URIDealer URI Optional 
ZoneCodeManufacturer Assigned Zone Code Optional 
AddressDealer party address Optional 
SalesContactDealer party contact information Optional 
SalesPersonNameName of Salesperson. Format for name should be "First Last" with no commas between first and last name Optional 
DepartmentTypeIdentifies the internal department Optional
(INACTIVE)
 
OrganizationIdMember Identification number of affiliate organization Optional
(INACTIVE)
 
OrganizationNameOrganizationName Optional
(INACTIVE)
 
SelectionMethodMethod used to select dealer Example: PF for preferred, PM for PMA, DI for distance, etc. Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<DealerName> DealerName </DealerName> [0..1] ?
<DistrictCode> DistrictCode </DistrictCode> [0..1] ?
<URI> URI </URI> [0..1] ?
<ZoneCode> ZoneCode </ZoneCode> [0..1] ?
<Address> OrganizationAddress </Address> [0..1] ?
<SalesContact> OrganizationContact </SalesContact> [0..1] ?
<SalesPersonName> SalesPersonName </SalesPersonName> [0..1] ?
<DepartmentType> DepartmentType </DepartmentType> [0..1] ?
<OrganizationId> OrganizationId </OrganizationId> [0..1] ?
<OrganizationName> OrganizationName </OrganizationName> [0..1] ?
<SelectionMethod> SelectionMethod </SelectionMethod> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="DealerParty">
<xsd:complexContent>
<xsd:extension base="DealerPartyBase">
<xsd:sequence>
<xsd:element name="Address" type="OrganizationAddress" minOccurs="0"/>
<xsd:element name="SalesContact" type="OrganizationContact" minOccurs="0"/>
<xsd:element name="SalesPersonName" type="SalesPersonName" minOccurs="0"/>
<xsd:element name="DepartmentType" type="DepartmentType" minOccurs="0"/>
<xsd:element name="OrganizationId" type="OrganizationId" minOccurs="0"/>
<xsd:element name="OrganizationName" type="OrganizationName" minOccurs="0"/>
<xsd:element name="SelectionMethod" type="SelectionMethod" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): DealerPartyBase

Super-types:PartyBase < DealerPartyBase (by extension)
Sub-types:

NameDealerPartyBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
DealerNameDealer name Optional 
DistrictCodeManufacturer Assigned District Code Optional 
URIDealer URI Optional 
ZoneCodeManufacturer Assigned Zone Code Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<DealerName> DealerName </DealerName> [0..1] ?
<DistrictCode> DistrictCode </DistrictCode> [0..1] ?
<URI> URI </URI> [0..1] ?
<ZoneCode> ZoneCode </ZoneCode> [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>
top

Components (Complex Type): DefaultCurrency

Super-types:xsd:string < Currency (by restriction) < DefaultCurrency (by extension)
Sub-types:None

NameDefaultCurrency
Abstractno
DocumentationCurrency used for transactions
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="DefaultCurrency">
<xsd:simpleContent>
<xsd:extension base="Currency"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): DeliveryMileage

Super-types:xsd:integer < Count (by extension) < Mileage (by extension) < DeliveryMileage (by extension)
Sub-types:None

NameDeliveryMileage
Abstractno
DocumentationOdometer reading of vehicle at time of delivery
More information at: http://www.starstandard.org.

XML Instance Representation
<...
uom="MileageMeasure [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="DeliveryMileage">
<xsd:simpleContent>
<xsd:extension base="Mileage"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Demographics

Super-types:None
Sub-types:None

NameDemographics
Abstractno
Documentationrepresents information about the demographics of an individual. Note: THis needed to be copied from OAGIS to specify STAR min/max differences
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
HobbiesCustomer's interest - Ex: skiing; tennis Optional 
EducationLevelLast Year of education completed> Optional 
EthnicBackgroundCode for customer ethnic background. Optional
(INACTIVE)
 
GenderGender of party Optional 
IncomeGross amount of income generated by party Optional 
HouseholdIncomeGross amount of income generted by Household Optional 
MaritalStatusIdentifies marital status of business party Optional
Values: M - Married, U - Unmarried, S - Separated, O - Other
 
OccupationOccupation of business party Optional 
LanguageBusiness party native language Optional 
BirthDateBirth date of party Optional
YYYY-MM-DD
 
SpouseSignificantOtherSpousal Unit Significant Other Optional
(INACTIVE)
 
HouseholdSizeTotal number of persons in household including children Optional 
ChildrenChildren of party Optional 
FirstTimeBuyerIndIdentifies customer as first time buyer Optional
(INACTIVE)
 
CustomerQualitiesCustomer demographic identifiers as defined by customer Optional
(INACTIVE)
 
ResidenceTypeBusiness Partner’s type of residence (i.e., Own, Rent) Optional
(INACTIVE)
 
NewProspectIndIdentifies customer as a new prospect to the brand Optional
(INACTIVE)
 
HouseholdIncomeRangeThe range of a household's income Optional 

XML Instance Representation
<...>
<Hobbies> Hobbies </Hobbies> [0..*] ?
<EducationLevel> EducationLevel </EducationLevel> [0..1] ?
<EthnicBackground> EthnicBackground </EthnicBackground> [0..1] ?
<Gender> Gender </Gender> [0..1] ?
<Income> Income </Income> [0..*] ?
<HouseholdIncome> HouseholdIncome </HouseholdIncome> [0..*] ?
<MaritalStatus> MaritalStatus </MaritalStatus> [0..1] ?
<Occupation> Occupation </Occupation> [0..1] ?
<Language> Language </Language> [0..1] ?
<BirthDate> BirthDate </BirthDate> [0..1] ?
<SpouseSignificantOther> SpouseSignificantOther </SpouseSignificantOther> [0..1] ?
<HouseholdSize> HouseholdSize </HouseholdSize> [0..1] ?
<Children> Children </Children> [0..1] ?
<FirstTimeBuyerInd> FirstTimeBuyerInd </FirstTimeBuyerInd> [0..1] ?
<CustomerQualities> CustomerQualities </CustomerQualities> [0..1] ?
<ResidenceType> ResidenceType </ResidenceType> [0..1] ?
<NewProspectInd> NewProspectInd </NewProspectInd> [0..1] ?
<HouseholdIncomeRange> HouseholdIncomeRange </HouseholdIncomeRange> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="Demographics">
<xsd:sequence>
<xsd:element name="Hobbies" type="Hobbies" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="EducationLevel" type="EducationLevel" minOccurs="0"/>
<xsd:element name="EthnicBackground" type="EthnicBackground" minOccurs="0"/>
<xsd:element name="Gender" type="Gender" minOccurs="0"/>
<xsd:element name="Income" type="Income" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="HouseholdIncome" type="HouseholdIncome" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="MaritalStatus" type="MaritalStatus" minOccurs="0"/>
<xsd:element name="Occupation" type="Occupation" minOccurs="0"/>
<xsd:element name="Language" type="Language" minOccurs="0"/>
<xsd:element name="BirthDate" type="BirthDate" minOccurs="0"/>
<xsd:element name="SpouseSignificantOther" type="SpouseSignificantOther" minOccurs="0"/>
<xsd:element name="HouseholdSize" type="HouseholdSize" minOccurs="0"/>
<xsd:element name="Children" type="Children" minOccurs="0"/>
<xsd:element name="FirstTimeBuyerInd" type="FirstTimeBuyerInd" minOccurs="0"/>
<xsd:element name="CustomerQualities" type="CustomerQualities" minOccurs="0"/>
<xsd:element name="ResidenceType" type="ResidenceType" minOccurs="0"/>
<xsd:element name="NewProspectInd" type="NewProspectInd" minOccurs="0"/>
<xsd:element name="HouseholdIncomeRange" type="HouseholdIncomeRange" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Description

Super-types:xsd:string < Description (by extension)
Sub-types:None

NameDescription
Abstractno
DocumentationDescription
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
languageThe ISO language code that the description is written. Optional 

XML Instance Representation
<...
language="Language [0..1] ?"
>
xsd:string
</...>
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>
top

Components (Complex Type): Destination

Super-types:None
Sub-types:None

NameDestination
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
DestinationNameCodeCode 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
 
DestinationURIPhysical address of the destination Optional 
DestinationSoftwareCodeAdditional information about the destination application Optional 
DestinationSoftwareFor which software destination file is intended (may not be known). Optional 
DealerNumberTarget Dealer Code receiving information Optional 
StoreNumberDealer code store number (DMS assigned) Optional 
AreaNumberDealer code area number (DMS vendor assigned) Optional 
DealerCountryTarget Dealer country location Optional 
PartyIdThe 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 
LocationIdThe 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 
ServiceIdThe 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] ?
<PartyId> PartyId </PartyId> [0..1] ?
<LocationId> LocationId </LocationId> [0..1] ?
<ServiceId> ServiceId </ServiceId> [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>
top

Components (Complex Type): Dimension

Super-types:xsd:decimal < Dimension (by extension)
Sub-types:None

NameDimension
Abstractno
DocumentationDimension measurement
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
uom Required 

XML Instance Representation
<...
uom="DimensionMeasure [1]"
>
xsd:decimal
</...>
Schema Component Representation
<xsd:complexType name="Dimension">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="uom" type="DimensionMeasure" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): DocumentId

Super-types:xsd:string < Id (by extension) < DocumentId (by extension)
Sub-types:None

NameDocumentId
Abstractno
DocumentationIs the identifier for the document.
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="DocumentId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): DoorsQuantity

Super-types:xsd:integer < Count (by extension) < DoorsQuantity (by restriction)
Sub-types:None

NameDoorsQuantity
Abstractno
DocumentationNumber of doors on vehicle
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="DoorsQuantity">
<xsd:simpleContent>
<xsd:restriction base="Count"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): DownPaymentAmount

Super-types:xsd:decimal < Amount (by extension) < DownPaymentAmount (by extension)
Sub-types:None

NameDownPaymentAmount
Abstractno
DocumentationDown Payment amount or amount of cap cost reduction.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="DownPaymentAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): EngineMake

Super-types:xsd:string < Description (by extension) < EngineMake (by extension)
Sub-types:None

NameEngineMake
Abstractno
DocumentationMake of engine on or for a vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
language="Language [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="EngineMake">
<xsd:simpleContent>
<xsd:extension base="Description"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): EngineModelName

Super-types:xsd:string < Description (by extension) < EngineModelName (by extension)
Sub-types:None

NameEngineModelName
Abstractno
DocumentationModel name of engine on or for a vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
language="Language [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="EngineModelName">
<xsd:simpleContent>
<xsd:extension base="Description"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ExpandedOption

Super-types:OptionBase < Option (by extension) < ExpandedOption (by extension)
Sub-types:None

NameExpandedOption
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
OptionTypeAn option type for a vehicle or other component. Usually references an OEM supplied list of codes. Optional 
OptionNameName of vehicle option Optional 
OptionStockNumberStock Number of Vehicle Option Optional 
ManufacturerManufacturer of Vehicle Option Optional 
OptionPricePrice of Vehicle Option Optional 
OptionSecurityCodeSecurity code to unlock option. (i.e, radio code)n Optional
(INACTIVE)
 
ManufacturerInstalledIndIndicates manufacturer-installed accessories Optional
(INACTIVE)
 
OptionCostActual Dealer cost of option Optional
(INACTIVE)
 
OptionMSRPOption MSRP Optional
(INACTIVE)
 
OptionOriginIdentifies the option installer Optional
(INACTIVE)
 
OptionSerialNumberSerial number of Option Optional
(INACTIVE)
 
ItemIdPart number identifier of Option Optional
(INACTIVE)
 
PartTypeSpecifies whether the parts are indicated by manufacturer part code or Part Number Optional
(INACTIVE)
 
OptionNotesFree form text related to option Optional
(INACTIVE)
 
DealerInstallationIndDealer installed accessories, before delivery of vehicle - Could be used for new or used vehicle, if applicable Optional
(INACTIVE)
 
MiscellaneousCodeMiscellaneous codes relating to vehicle (i.e., sales codes) Optional
(INACTIVE)
 
OptionPackageIdOption 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)
 
OptionSalesCodeFurther definition of accessories and option packages - Indicates whether ordered option, special package, standard, etc. Optional
(INACTIVE)
 
PortInstalledIndIndicates Port-installed accessories Optional
(INACTIVE)
 

XML Instance Representation
<...>
<OptionType> OptionType </OptionType> [0..1] ?
<OptionName> OptionName </OptionName> [0..1] ?
<OptionStockNumber> OptionStockNumber </OptionStockNumber> [0..1] ?
<Manufacturer> Manufacturer </Manufacturer> [0..1] ?
<OptionPrice> OptionPrice </OptionPrice> [0..1] ?
<OptionSecurityCode> OptionSecurityCode </OptionSecurityCode> [0..1] ?
<ManufacturerInstalledInd> ManufacturerInstalledInd </ManufacturerInstalledInd> [0..1] ?
<OptionCost> OptionCost </OptionCost> [0..1] ?
<OptionMSRP> OptionMSRP </OptionMSRP> [0..1] ?
<OptionOrigin> OptionOrigin </OptionOrigin> [0..1] ?
<OptionSerialNumber> OptionSerialNumber </OptionSerialNumber> [0..1] ?
<ItemId> ItemId </ItemId> [0..1] ?
<PartType> PartType </PartType> [0..1] ?
<OptionNotes> OptionNotes </OptionNotes> [0..1] ?
<DealerInstallationInd> DealerInstallationInd </DealerInstallationInd> [0..1] ?
<MiscellaneousCode> MiscellaneousCode </MiscellaneousCode> [0..*] ?
<OptionPackageId> OptionPackageId </OptionPackageId> [0..1] ?
<OptionSalesCode> OptionSalesCode </OptionSalesCode> [0..1] ?
<PortInstalledInd> PortInstalledInd </PortInstalledInd> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="ExpandedOption">
<xsd:complexContent>
<xsd:extension base="Option">
<xsd:sequence>
<xsd:element name="OptionSecurityCode" type="OptionSecurityCode" minOccurs="0"/>
<xsd:element name="ManufacturerInstalledInd" type="ManufacturerInstalledInd" minOccurs="0"/>
<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="OptionSerialNumber" type="OptionSerialNumber" 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="DealerInstallationInd" type="DealerInstallationInd" minOccurs="0"/>
<xsd:element name="MiscellaneousCode" type="MiscellaneousCode" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="OptionPackageId" type="OptionPackageId" minOccurs="0"/>
<xsd:element name="OptionSalesCode" type="OptionSalesCode" minOccurs="0"/>
<xsd:element name="PortInstalledInd" type="PortInstalledInd" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): FinalAmount

Super-types:xsd:decimal < Amount (by extension) < FinalAmount (by extension)
Sub-types:None

NameFinalAmount
Abstractno
DocumentationLast month payment amount
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="FinalAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): HeaderBase

Super-types:None
Sub-types:

NameHeaderBase
Abstractno
DocumentationUsed on all STAR BODs
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
DocumentDateTimeIs the date and time the document was last created. This is not the date and time that the BOD message instance was created. Optional 
SecondaryPasswordSecondary password used to validate access to the dealer information Optional 
SecondaryDealerNumberIdentifies secondary dealer number if different than primary "Dealer Number" Optional 

XML Instance Representation
<...>
<DocumentDateTime> DocumentDateTime </DocumentDateTime> [0..1] ?
<SecondaryPassword> SecondaryPassword </SecondaryPassword> [0..1] ?
<SecondaryDealerNumber> SecondaryDealerNumber </SecondaryDealerNumber> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="HeaderBase">
<xsd:sequence>
<xsd:element name="DocumentDateTime" type="DocumentDateTime" minOccurs="0"/>
<xsd:element name="SecondaryPassword" type="SecondaryPassword" minOccurs="0"/>
<xsd:element name="SecondaryDealerNumber" type="SecondaryDealerNumber" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Hours

Super-types:xsd:decimal < Hours (by extension)
Sub-types:None

NameHours
Abstractno
DocumentationHours
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:decimal
</...>
Schema Component Representation
<xsd:complexType name="Hours">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): HouseholdIncome

Super-types:xsd:decimal < Income (by extension) < HouseholdIncome (by extension)
Sub-types:None

NameHouseholdIncome
Abstractno
DocumentationGross amount of income generted by Household
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"

period="IncomePeriod [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="HouseholdIncome">
<xsd:simpleContent>
<xsd:extension base="Income"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): HouseholdSize

Super-types:xsd:integer < Count (by extension) < HouseholdSize (by restriction)
Sub-types:None

NameHouseholdSize
Abstractno
DocumentationTotal number of persons in household including children
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="HouseholdSize">
<xsd:simpleContent>
<xsd:restriction base="Count"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Id

Super-types:xsd:string < Id (by extension)
Sub-types:None

NameId
Abstractno
DocumentationParty Identification number
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="Id">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ImageAttachment

Super-types:None
Sub-types:None

NameImageAttachment
Abstractno
Documentationrepresents information about the location of on-line vehicle photos.
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
URIURI Optional 
ImageWidthImage tag width. Example: "100" Optional 
ImageHeightImage tag height Example: "120" Optional 
ImageAlternateTextImage alternate text. Example: "1997 Honda Accord" Optional 

XML Instance Representation
<...>
<URI> URI </URI> [0..1] ?
<ImageWidth> ImageWidth </ImageWidth> [0..1] ?
<ImageHeight> ImageHeight </ImageHeight> [0..1] ?
<ImageAlternateText> ImageAlternateText </ImageAlternateText> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="ImageAttachment">
<xsd:sequence>
<xsd:element name="URI" type="URI" minOccurs="0"/>
<xsd:element name="ImageWidth" type="ImageWidth" minOccurs="0"/>
<xsd:element name="ImageHeight" type="ImageHeight" minOccurs="0"/>
<xsd:element name="ImageAlternateText" type="ImageAlternateText" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): ImageHeight

Super-types:xsd:integer < Count (by extension) < ImageHeight (by restriction)
Sub-types:None

NameImageHeight
Abstractno
DocumentationImage tag height Example: "120"
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="ImageHeight">
<xsd:simpleContent>
<xsd:restriction base="Count"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ImageWidth

Super-types:xsd:integer < Count (by extension) < ImageWidth (by restriction)
Sub-types:None

NameImageWidth
Abstractno
DocumentationImage tag width. Example: "100"
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="ImageWidth">
<xsd:simpleContent>
<xsd:restriction base="Count"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Income

Super-types:xsd:decimal < Income (by extension)
Sub-types:None

NameIncome
Abstractno
DocumentationGross amount of income
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
currency Required 
period Required 

XML Instance Representation
<...
currency="Currency [1]"

period="IncomePeriod [1]"
>
xsd:decimal
</...>
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>
top

Components (Complex Type): IndividualParty

Super-types:PartyBase < IndividualPartyBase (by extension) < IndividualParty (by extension)
Sub-types:None

NameIndividualParty
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
AlternatePartyIdsIndividual party alternate party Identification Optional 
PersonNameIndividual party name Optional 
AddressIndividual party address Optional 
ContactIndividual party contact information Optional 
DemographicsIndividual party demographics Optional 
MarketingMailIndIndicates customers whom have requested no marketing mail Optional
(INACTIVE)
 
OwnedVehicleVehicle(s) owned by individual party Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<AlternatePartyIds> IndividualPartyAlternatePartyId </AlternatePartyIds> [0..*] ?
<PersonName> IndividualPartyPersonName </PersonName> [0..1] ?
<Address> IndividualPartyAddress </Address> [0..*] ?
<Contact> IndividualPartyContact </Contact> [0..1] ?
<Demographics> Demographics </Demographics> [0..1] ?
<MarketingMailInd> MarketingMailInd </MarketingMailInd> [0..1] ?
<OwnedVehicle> OwnedVehicle </OwnedVehicle> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="IndividualParty">
<xsd:complexContent>
<xsd:extension base="IndividualPartyBase">
<xsd:sequence>
<xsd:element name="Contact" type="IndividualPartyContact" minOccurs="0"/>
<xsd:element name="Demographics" type="Demographics" minOccurs="0"/>
<xsd:element name="MarketingMailInd" type="MarketingMailInd" minOccurs="0"/>
<xsd:element name="OwnedVehicle" type="OwnedVehicle" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): IndividualPartyAddress

Super-types:AddressBase < Address (by extension) < IndividualPartyAddress (by extension)
Sub-types:None

NameIndividualPartyAddress
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
AddressLineIndicates the multiple lines of an address. The first line is typically the street name and number. Required 
CityIs the City of the Address. Required 
CountyCounty in which the Address is in. Optional 
StateOrProvinceIs the State or Province of a given Address. Required 
CountryCountry in which the Address is in. Required 
PostalCodePostal Code of the Address. Required 
UrbanizationCodeGeographic definition of a metropolitan or suburban area Optional
(INACTIVE)
 

XML Instance Representation
<...
qualifier="AddressQualifier [0..1]"
>
<AddressLine> AddressLine </AddressLine> [1..*] ?
<City> City </City> [1] ?
<County> County </County> [0..1] ?
<StateOrProvince> StateOrProvince </StateOrProvince> [1] ?
<Country> Country </Country> [1] ?
<PostalCode> PostalCode </PostalCode> [1] ?
<UrbanizationCode> UrbanizationCode </UrbanizationCode> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="IndividualPartyAddress">
<xsd:complexContent>
<xsd:extension base="Address">
<xsd:sequence>
<xsd:element name="UrbanizationCode" type="UrbanizationCode" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): IndividualPartyAlternatePartyId

Super-types:AlternatePartyId < IndividualPartyAlternatePartyId (by extension)
Sub-types:None

NameIndividualPartyAlternatePartyId
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
IdAlternate Party Identification Required 
AssigningPartyIdAgency or entity that validates the Party Id Required 
IssuingStateIndicates that State where the license was issued. Optional 
ExpirationDateExpiration date of the alternate party id (e.g., Driver's License expiration date). Optional 

XML Instance Representation
<...>
<Id> Id </Id> [1] ?
<AssigningPartyId> AssigningPartyId </AssigningPartyId> [1] ?
<IssuingState> IssuingState </IssuingState> [0..1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="IndividualPartyAlternatePartyId">
<xsd:complexContent>
<xsd:extension base="AlternatePartyId">
<xsd:sequence>
<xsd:element name="AssigningPartyId" type="AssigningPartyId"/>
<xsd:element name="IssuingState" type="IssuingState" minOccurs="0"/>
<xsd:element name="ExpirationDate" type="ExpirationDate" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): IndividualPartyBase

Super-types:PartyBase < IndividualPartyBase (by extension)
Sub-types:

NameIndividualPartyBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
AlternatePartyIdsIndividual party alternate party Identification Optional 
PersonNameIndividual party name Optional 
AddressIndividual party address Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<AlternatePartyIds> IndividualPartyAlternatePartyId </AlternatePartyIds> [0..*] ?
<PersonName> IndividualPartyPersonName </PersonName> [0..1] ?
<Address> IndividualPartyAddress </Address> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="IndividualPartyBase">
<xsd:complexContent>
<xsd:extension base="PartyBase">
<xsd:sequence>
<xsd:element name="AlternatePartyIds" type="IndividualPartyAlternatePartyId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="PersonName" type="IndividualPartyPersonName" minOccurs="0"/>
<xsd:element name="Address" type="IndividualPartyAddress" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): IndividualPartyContact

Super-types:ContactBase < IndividualPartyContact (by extension)
Sub-types:None

NameIndividualPartyContact
Abstractno
DocumentationIndividual contact informaion
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
TelephoneContact telephone numbers Optional 
EMailAddressContact Email addresses Optional 
FaxContact Fax numbers Optional 
PreferredContactMethodPreferred contact method Optional 
ContactTimePreferred contact time (i.e. Best day/time to reach the contact. Optional 
PrimaryContactIndIndicates if contact is primary contact Optional 
PersonNameContact name Optional
If both the IndividualProspect person name and the contact person name are the same, do not populate the contact person name.
 

XML Instance Representation
<...>
<Telephone> IndividualPartyContactTelephoneNumber </Telephone> [0..*] ?
<EMailAddress> IndividualPartyContactEMail </EMailAddress> [0..*] ?
<Fax> IndividualPartyContactFax </Fax> [0..*] ?
<PreferredContactMethod> PreferredContactMethod </PreferredContactMethod> [0..1] ?
<ContactTime> ContactTime </ContactTime> [0..1] ?
<PrimaryContactInd> PrimaryContactInd </PrimaryContactInd> [0..1] ?
<PersonName> IndividualPartyPersonName </PersonName> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="IndividualPartyContact">
<xsd:complexContent>
<xsd:extension base="ContactBase">
<xsd:sequence>
<xsd:element name="PersonName" type="IndividualPartyPersonName" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): IndividualPartyContactEMail

Super-types:xsd:string < IndividualPartyContactEMail (by extension)
Sub-types:None

NameIndividualPartyContactEMail
Abstractno
DocumentationIndividual Party email
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
desc Required 

XML Instance Representation
<...
desc="HomeWork [0..1]"
>
xsd:string
</...>
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>
top

Components (Complex Type): IndividualPartyContactFax

Super-types:xsd:string < IndividualPartyContactFax (by extension)
Sub-types:None

NameIndividualPartyContactFax
Abstractno
DocumentationIndividual Party Fax number
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
desc Required 

XML Instance Representation
<...
desc="HomeWork [0..1]"
>
xsd:string
</...>
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>
top

Components (Complex Type): IndividualPartyContactTelephoneNumber

Super-types:xsd:string < IndividualPartyContactTelephoneNumber (by extension)
Sub-types:None

NameIndividualPartyContactTelephoneNumber
Abstractno
DocumentationIndividualParty telephone number
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
desc Required 
exten Required 

XML Instance Representation
<...

exten="Note [0..1]"
>
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="IndividualPartyContactTelephoneNumber">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="desc" type="ContactTelephoneNumberDescription"/>
<xsd:attribute name="exten" type="Note"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): IndividualPartyPersonName

Super-types:None
Sub-types:None

NameIndividualPartyPersonName
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
SalutationTitle or greeting of business party Optional 
GivenNameFirst Name of business party Required 
MiddleNameMiddle Initial of business party Optional 
FamilyNameLast Name of business party Required 
SuffixBusiness Party name suffix designation if individual Ex: Sr, Jr, III, etc. Optional 
FormattedNameFull Name of business party. Format for name should be "First Last" with no commas between first and last name Optional 
SortNameIndex name used as a sort for report purposes Optional
(INACTIVE)
 

XML Instance Representation
<...>
<Salutation> Salutation </Salutation> [0..1] ?
<GivenName> GivenName </GivenName> [1] ?
<MiddleName> MiddleName </MiddleName> [0..1] ?
<FamilyName> FamilyName </FamilyName> [1] ?
<Suffix> Suffix </Suffix> [0..1] ?
<FormattedName> FormattedName </FormattedName> [0..1] ?
<SortName> SortName </SortName> [0..1] ?
</...>
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>
top

Components (Complex Type): ItemId

Super-types:xsd:string < Id (by extension) < ItemId (by extension)
Sub-types:None

NameItemId
Abstractno
DocumentationItem part number
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="ItemId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): LeadResponseTime

Super-types:xsd:decimal < Minutes (by extension) < LeadResponseTime (by extension)
Sub-types:None

NameLeadResponseTime
Abstractno
DocumentationResponse Time is the time (minutes) that it took the salesperson at the dealership to first respond (not auto-respond) to the prospect. This is time in business minutes (minus hours closed business time).
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="LeadResponseTime">
<xsd:simpleContent>
<xsd:extension base="Minutes"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): LocationId

Super-types:xsd:string < Id (by extension) < LocationId (by extension)
Sub-types:None

NameLocationId
Abstractno
DocumentationCode identifying a physical location
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="LocationId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): MarineVehicleRequirements

Super-types:None
Sub-types:None

NameMarineVehicleRequirements
Abstractno
DocumentationThe MarineVehicleRequirements component contains information specific to marine vehicles, i.e. boats.
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
HINHull identification number. Optional 
NumberOfEnginesNumber of engines on vehicle. Optional 
BoatEngineTypeType of engine on or for a boat. Optional 

XML Instance Representation
<...>
<HIN> HIN </HIN> [0..1] ?
<NumberOfEngines> NumberOfEngines </NumberOfEngines> [0..1] ?
<BoatEngineType> BoatEngineType </BoatEngineType> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="MarineVehicleRequirements">
<xsd:sequence>
<xsd:element name="HIN" type="HIN" minOccurs="0"/>
<xsd:element name="NumberOfEngines" type="NumberOfEngines" minOccurs="0"/>
<xsd:element name="BoatEngineType" type="BoatEngineType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Marketing

Super-types:MarketingBase < Marketing (by extension)
Sub-types:None

NameMarketing
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ProgramIdMarketing Program Id Optional 
ProgramIdDescriptionDescriptive title of the marketing program Optional 
ProgramOfferDescription of the Marketing program offer made by manufacturer Optional 
OpportunityTypeMarketing opportunities with this customer - Example type -email; phone; postal code Optional 
OpportunityMethodMethod used for marketing opportunity. Example -Survey/Marketing Optional 
PhaseCodeA code identifying the Program Phase that determines the vehicle pricing Optional 
EffectiveDateThe date on which the marketing program identified by PhaseCode became effective Optional 
ProgramOfferCodeMarketing Program offer code assigned by manufacturer Optional 

XML Instance Representation
<...>
<ProgramId> ProgramId </ProgramId> [0..1] ?
<ProgramIdDescription> ProgramIdDescription </ProgramIdDescription> [0..1] ?
<ProgramOffer> ProgramOffer </ProgramOffer> [0..1] ?
<OpportunityType> OpportunityType </OpportunityType> [0..1] ?
<OpportunityMethod> OpportunityMethod </OpportunityMethod> [0..1] ?
<PhaseCode> PhaseCode </PhaseCode> [0..1] ?
<EffectiveDate> EffectiveDate </EffectiveDate> [0..1] ?
<ProgramOfferCode> ProgramOfferCode </ProgramOfferCode> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="Marketing">
<xsd:complexContent>
<xsd:extension base="MarketingBase">
<xsd:sequence>
<xsd:element name="ProgramOfferCode" type="ProgramOfferCode" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): MarketingBase

Super-types:None
Sub-types:

NameMarketingBase
Abstractno
DocumentationBased on oa:Marketing
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ProgramIdMarketing Program Id Optional 
ProgramIdDescriptionDescriptive title of the marketing program Optional 
ProgramOfferDescription of the Marketing program offer made by manufacturer Optional 
OpportunityTypeMarketing opportunities with this customer - Example type -email; phone; postal code Optional 
OpportunityMethodMethod used for marketing opportunity. Example -Survey/Marketing Optional 
PhaseCodeA code identifying the Program Phase that determines the vehicle pricing Optional 
EffectiveDateThe date on which the marketing program identified by PhaseCode became effective Optional 

XML Instance Representation
<...>
<ProgramId> ProgramId </ProgramId> [0..1] ?
<ProgramIdDescription> ProgramIdDescription </ProgramIdDescription> [0..1] ?
<ProgramOffer> ProgramOffer </ProgramOffer> [0..1] ?
<OpportunityType> OpportunityType </OpportunityType> [0..1] ?
<OpportunityMethod> OpportunityMethod </OpportunityMethod> [0..1] ?
<PhaseCode> PhaseCode </PhaseCode> [0..1] ?
<EffectiveDate> EffectiveDate </EffectiveDate> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="MarketingBase">
<xsd:sequence>
<xsd:element name="ProgramId" type="ProgramId" minOccurs="0"/>
<xsd:element name="ProgramIdDescription" type="ProgramIdDescription" minOccurs="0"/>
<xsd:element name="ProgramOffer" type="ProgramOffer" minOccurs="0"/>
<xsd:element name="OpportunityType" type="OpportunityType" minOccurs="0"/>
<xsd:element name="OpportunityMethod" type="OpportunityMethod" minOccurs="0"/>
<xsd:element name="PhaseCode" type="PhaseCode" minOccurs="0"/>
<xsd:element name="EffectiveDate" type="EffectiveDate" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): MaximumLimitAmount

Super-types:xsd:decimal < Amount (by extension) < MaximumLimitAmount (by extension)
Sub-types:None

NameMaximumLimitAmount
Abstractno
DocumentationMaximum Limit Amount for financing
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="MaximumLimitAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): MaximumVehicleLength

Super-types:xsd:decimal < Dimension (by extension) < MaximumVehicleLength (by extension)
Sub-types:None

NameMaximumVehicleLength
Abstractno
DocumentationMaximum length of vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
uom="DimensionMeasure [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="MaximumVehicleLength">
<xsd:simpleContent>
<xsd:extension base="Dimension"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): MaximumVehiclePrice

Super-types:xsd:decimal < Amount (by extension) < MaximumVehiclePrice (by extension)
Sub-types:None

NameMaximumVehiclePrice
Abstractno
DocumentationMaximum price of vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="MaximumVehiclePrice">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Mileage

Super-types:xsd:integer < Count (by extension) < Mileage (by extension)
Sub-types:None

NameMileage
Abstractno
DocumentationMileage definition
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
uom Optional 

XML Instance Representation
<...
uom="MileageMeasure [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="Mileage">
<xsd:simpleContent>
<xsd:extension base="Count">
<xsd:attribute name="uom" type="MileageMeasure" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): MinimumLimitAmount

Super-types:xsd:decimal < Amount (by extension) < MinimumLimitAmount (by extension)
Sub-types:None

NameMinimumLimitAmount
Abstractno
DocumentationMinimum Limit Amount for financing
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="MinimumLimitAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): MinimumVehicleLength

Super-types:xsd:decimal < Dimension (by extension) < MinimumVehicleLength (by extension)
Sub-types:None

NameMinimumVehicleLength
Abstractno
DocumentationMinimum length of vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
uom="DimensionMeasure [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="MinimumVehicleLength">
<xsd:simpleContent>
<xsd:extension base="Dimension"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): MinimumVehiclePrice

Super-types:xsd:decimal < Amount (by extension) < MinimumVehiclePrice (by extension)
Sub-types:None

NameMinimumVehiclePrice
Abstractno
DocumentationMinimum price of vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="MinimumVehiclePrice">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Minutes

Super-types:xsd:decimal < Minutes (by extension)
Sub-types:None

NameMinutes
Abstractno
DocumentationMinutes
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:decimal
</...>
Schema Component Representation
<xsd:complexType name="Minutes">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): NewFinancing

Super-types:None
Sub-types:

NameNewFinancing
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
FinanceTypeType of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional 
PaymentAmountMonthly Payment Amount Optional 
BalanceAmountRemaining balance on Current Vehicle Optional 
FinalAmountLast month payment amount Optional 
ResidualAmountRemaining residual on current vehicle Optional 
TermNumber of months of contract term Optional 
MaturityDateMonth and year of contract maturity Optional 
FinanceCompanyNameName of Finance Company Optional 
DownPaymentAmountDown Payment amount or amount of cap cost reduction. Optional 
PurchasePricePurchase Price or Gross Cap cost specified in deal. Total payments at end of purchase Optional 
ApprovedIndApproved Indicator Optional 
ApprovedAmountAmount pre-approved Optional 
ExpirationDateDate pre-approval expires Optional 
RatingIndexRating Index Used for Credit Approval Optional 

XML Instance Representation
<...>
<FinanceType> FinanceType </FinanceType> [0..1] ?
<PaymentAmount> PaymentAmount </PaymentAmount> [0..1] ?
<BalanceAmount> BalanceAmount </BalanceAmount> [0..1] ?
<FinalAmount> FinalAmount </FinalAmount> [0..1] ?
<ResidualAmount> ResidualAmount </ResidualAmount> [0..1] ?
<Term> Term </Term> [0..1] ?
<MaturityDate> MaturityDate </MaturityDate> [0..1] ?
<FinanceCompanyName> FinanceCompanyName </FinanceCompanyName> [0..1] ?
<DownPaymentAmount> DownPaymentAmount </DownPaymentAmount> [0..1] ?
<PurchasePrice> PurchasePrice </PurchasePrice> [0..1] ?
<ApprovedInd> ApprovedInd </ApprovedInd> [0..1] ?
<ApprovedAmount> ApprovedAmount </ApprovedAmount> [0..1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
<RatingIndex> RatingIndex </RatingIndex> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="NewFinancing">
<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="FinanceCompanyName" type="FinanceCompanyName" minOccurs="0"/>
<xsd:element name="DownPaymentAmount" type="DownPaymentAmount" 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"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): NewSalesFinancing

Super-types:NewFinancing < NewSalesFinancing (by extension)
Sub-types:None

NameNewSalesFinancing
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
FinanceTypeType of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional 
PaymentAmountMonthly Payment Amount Optional 
BalanceAmountRemaining balance on Current Vehicle Optional 
FinalAmountLast month payment amount Optional 
ResidualAmountRemaining residual on current vehicle Optional 
TermNumber of months of contract term Optional 
MaturityDateMonth and year of contract maturity Optional 
FinanceCompanyNameName of Finance Company Optional 
DownPaymentAmountDown Payment amount or amount of cap cost reduction. Optional 
PurchasePricePurchase Price or Gross Cap cost specified in deal. Total payments at end of purchase Optional 
ApprovedIndApproved Indicator Optional 
ApprovedAmountAmount pre-approved Optional 
ExpirationDateDate pre-approval expires Optional 
RatingIndexRating Index Used for Credit Approval Optional 
MaximumLimitAmountMaximum Limit Amount for financing Optional 
MinimumLimitAmountMinimum Limit Amount for financing Optional 
ClientAdvisorNameIndicates the name of the Client Advisor responsible for creating the Financing comments Optional
(INACTIVE)
 
FinancingCommentsFree form text area for Client Advisor to provide general comments about the Financing Optional
(INACTIVE)
 
PreApprovalIDThe pre-approval identifier assigned by the finance source. Optional 

XML Instance Representation
<...>
<FinanceType> FinanceType </FinanceType> [0..1] ?
<PaymentAmount> PaymentAmount </PaymentAmount> [0..1] ?
<BalanceAmount> BalanceAmount </BalanceAmount> [0..1] ?
<FinalAmount> FinalAmount </FinalAmount> [0..1] ?
<ResidualAmount> ResidualAmount </ResidualAmount> [0..1] ?
<Term> Term </Term> [0..1] ?
<MaturityDate> MaturityDate </MaturityDate> [0..1] ?
<FinanceCompanyName> FinanceCompanyName </FinanceCompanyName> [0..1] ?
<DownPaymentAmount> DownPaymentAmount </DownPaymentAmount> [0..1] ?
<PurchasePrice> PurchasePrice </PurchasePrice> [0..1] ?
<ApprovedInd> ApprovedInd </ApprovedInd> [0..1] ?
<ApprovedAmount> ApprovedAmount </ApprovedAmount> [0..1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
<RatingIndex> RatingIndex </RatingIndex> [0..1] ?
<MaximumLimitAmount> MaximumLimitAmount </MaximumLimitAmount> [0..1] ?
<MinimumLimitAmount> MinimumLimitAmount </MinimumLimitAmount> [0..1] ?
<ClientAdvisorName> ClientAdvisorName </ClientAdvisorName> [0..1] ?
<FinancingComments> FinancingComments </FinancingComments> [0..1] ?
<PreApprovalID> PreApprovalID </PreApprovalID> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="NewSalesFinancing">
<xsd:complexContent>
<xsd:extension base="NewFinancing">
<xsd:sequence>
<xsd:element name="MaximumLimitAmount" type="MaximumLimitAmount" minOccurs="0"/>
<xsd:element name="MinimumLimitAmount" type="MinimumLimitAmount" minOccurs="0"/>
<xsd:element name="ClientAdvisorName" type="ClientAdvisorName" minOccurs="0"/>
<xsd:element name="FinancingComments" type="FinancingComments" minOccurs="0"/>
<xsd:element name="PreApprovalID" type="PreApprovalID" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): NonTaxableAmount

Super-types:xsd:decimal < Amount (by extension) < NonTaxableAmount (by extension)
Sub-types:None

NameNonTaxableAmount
Abstractno
DocumentationTotal non-taxable price.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="NonTaxableAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): NumberOfChildren

Super-types:xsd:integer < Count (by extension) < NumberOfChildren (by restriction)
Sub-types:None

NameNumberOfChildren
Abstractno
DocumentationTotal number of children in household
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="NumberOfChildren">
<xsd:simpleContent>
<xsd:restriction base="Count"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): NumberOfEngines

Super-types:xsd:integer < Count (by extension) < NumberOfEngines (by restriction)
Sub-types:None

NameNumberOfEngines
Abstractno
DocumentationNumber of engines on the vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="NumberOfEngines">
<xsd:simpleContent>
<xsd:restriction base="Count"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Option

Super-types:OptionBase < Option (by extension)
Sub-types:

NameOption
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
OptionTypeAn option type for a vehicle or other component. Usually references an OEM supplied list of codes. Optional 
OptionNameName of vehicle option Optional 
OptionStockNumberStock Number of Vehicle Option Optional 
ManufacturerManufacturer of Vehicle Option Optional 
OptionPricePrice of Vehicle Option Optional 

XML Instance Representation
<...>
<OptionType> OptionType </OptionType> [0..1] ?
<OptionName> OptionName </OptionName> [0..1] ?
<OptionStockNumber> OptionStockNumber </OptionStockNumber> [0..1] ?
<Manufacturer> Manufacturer </Manufacturer> [0..1] ?
<OptionPrice> OptionPrice </OptionPrice> [0..1] ?
</...>
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>
top

Components (Complex Type): OptionBase

Super-types:None
Sub-types:

NameOptionBase
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
OptionTypeAn option type for a vehicle or other component. Usually references an OEM supplied list of codes. Optional 
OptionNameName of vehicle option Optional 
OptionStockNumberStock Number of Vehicle Option Optional 
ManufacturerManufacturer of Vehicle Option Optional 

XML Instance Representation
<...>
<OptionType> OptionType </OptionType> [0..1] ?
<OptionName> OptionName </OptionName> [0..1] ?
<OptionStockNumber> OptionStockNumber </OptionStockNumber> [0..1] ?
<Manufacturer> Manufacturer </Manufacturer> [0..1] ?
</...>
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="OptionStockNumber" type="OptionStockNumber" minOccurs="0"/>
<xsd:element name="Manufacturer" type="Manufacturer" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): OptionCost

Super-types:xsd:decimal < Amount (by extension) < OptionCost (by extension)
Sub-types:None

NameOptionCost
Abstractno
DocumentationActual Dealer cost of option
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="OptionCost">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OptionMSRP

Super-types:xsd:decimal < Amount (by extension) < OptionMSRP (by extension)
Sub-types:None

NameOptionMSRP
Abstractno
DocumentationOption MSRP
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="OptionMSRP">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OptionPackageId

Super-types:xsd:string < Id (by extension) < OptionPackageId (by extension)
Sub-types:None

NameOptionPackageId
Abstractno
DocumentationOption 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.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="OptionPackageId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OptionPrice

Super-types:xsd:decimal < Amount (by extension) < OptionPrice (by extension)
Sub-types:None

NameOptionPrice
Abstractno
DocumentationPrice of Vehicle Option
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="OptionPrice">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OptionType

Super-types:xsd:string < CodeType (by extension) < OptionType (by extension)
Sub-types:None

NameOptionType
Abstractno
DocumentationOption 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:extension base="CodeType"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationAddress

Super-types:AddressBase < OrganizationAddress (by extension)
Sub-types:None

NameOrganizationAddress
Abstractno
DocumentationBasic address used for organizations
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
AddressLineIndicates the multiple lines of an address. The first line is typically the street name and number. Required 
CityIs the City of the Address. Required 
CountyCounty in which the Address is in. Optional 
StateOrProvinceIs the State or Province of a given Address. Required 
CountryCountry in which the Address is in. Required 
PostalCodePostal Code of the Address. Required 
UrbanizationCodeGeographic definition of a metropolitan or suburban area Optional 

XML Instance Representation
<...>
<AddressLine> AddressLine </AddressLine> [1..*] ?
<City> City </City> [1] ?
<County> County </County> [0..1] ?
<StateOrProvince> StateOrProvince </StateOrProvince> [1] ?
<Country> Country </Country> [1] ?
<PostalCode> PostalCode </PostalCode> [1] ?
<UrbanizationCode> UrbanizationCode </UrbanizationCode> [0..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>
top

Components (Complex Type): OrganizationalParty

Super-types:PartyBase < OrganizationPartyBase (by extension) < OrganizationalParty (by extension)
Sub-types:None

NameOrganizationalParty
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
AlternatePartyIdsAlternate organizational party Identification Optional 
NameCompany name of organizational party Optional 
AddressOrganizational Party address Optional 
DBANameDoing Business As name. Optional 
ContactOrganizational Party contact information Optional 
MarketingMailIndIndicates customers whom have requested no marketing mail Optional
(INACTIVE)
 
OwnedVehicleVehicle(s) owned by organizational party Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<AlternatePartyIds> OrganizationalPartyAlternatePartyId </AlternatePartyIds> [0..*] ?
<Name> CompanyName </Name> [0..1] ?
<Address> OrganizationAddress </Address> [0..1] ?
<DBAName> DBAName </DBAName> [0..1] ?
<Contact> OrganizationContact </Contact> [0..1] ?
<MarketingMailInd> MarketingMailInd </MarketingMailInd> [0..1] ?
<OwnedVehicle> OwnedVehicle </OwnedVehicle> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="OrganizationalParty">
<xsd:complexContent>
<xsd:extension base="OrganizationPartyBase">
<xsd:sequence>
<xsd:element name="Contact" type="OrganizationContact" minOccurs="0"/>
<xsd:element name="MarketingMailInd" type="MarketingMailInd" minOccurs="0"/>
<xsd:element name="OwnedVehicle" type="OwnedVehicle" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationalPartyAlternatePartyId

Super-types:AlternatePartyId < OrganizationalPartyAlternatePartyId (by extension)
Sub-types:None

NameOrganizationalPartyAlternatePartyId
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
IdAlternate Party Identification Required 
AssigningPartyIdAgency or entity that validates the Party Id Required 
IssuingStateIndicates that State where the license was issued. Optional 
ExpirationDateExpiration date of the alternate party id (e.g., Driver's License expiration date). Optional 

XML Instance Representation
<...>
<Id> Id </Id> [1] ?
<AssigningPartyId> AssigningOrganizationPartyId </AssigningPartyId> [1] ?
<IssuingState> IssuingState </IssuingState> [0..1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="OrganizationalPartyAlternatePartyId">
<xsd:complexContent>
<xsd:extension base="AlternatePartyId">
<xsd:sequence>
<xsd:element name="AssigningPartyId" type="AssigningOrganizationPartyId"/>
<xsd:element name="IssuingState" type="IssuingState" minOccurs="0"/>
<xsd:element name="ExpirationDate" type="ExpirationDate" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationContact

Super-types:None
Sub-types:

NameOrganizationContact
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PersonNameContact name Optional 
TelephoneContact telephone numbers Optional
If the address has a North American country code, the telephone number must be a minimum of 10 numbers.
(INACTIVE)
 
EMailAddressContact Email address Optional
Should conform to the Internet message format as set forth by RFC 8822.
 
FaxContact Fax number Optional
If the address has a North American country code, the telephone number must be a minimum of 10 numbers.
(INACTIVE)
 
PreferredContactMethodPreferred contact method Optional
(INACTIVE)
 
ContactTimePreferred contact time (i.e. Best day/time to reach the contact. Optional
(INACTIVE)
 

XML Instance Representation
<...>
<PersonName> OrganizationContactPersonName </PersonName> [0..1] ?
<Telephone> OrganizationPartyTelephone </Telephone> [0..*] ?
<EMailAddress> OrganizationPartyEmail </EMailAddress> [0..*] ?
<Fax> OrganizationPartyFax </Fax> [0..*] ?
<PreferredContactMethod> PreferredContactMethodOrganization </PreferredContactMethod> [0..1] ?
<ContactTime> ContactTime </ContactTime> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="OrganizationContact">
<xsd:sequence>
<xsd:element name="PersonName" type="OrganizationContactPersonName" minOccurs="0"/>
<xsd:element name="Telephone" type="OrganizationPartyTelephone" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="EMailAddress" type="OrganizationPartyEmail" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Fax" type="OrganizationPartyFax" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="PreferredContactMethod" type="PreferredContactMethodOrganization" minOccurs="0"/>
<xsd:element name="ContactTime" type="ContactTime" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): OrganizationContactPersonName

Super-types:None
Sub-types:None

NameOrganizationContactPersonName
Abstractno
DocumentationDerived from oa:PersonName
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
GivenNameFirst Name of business party Required 
FamilyNameLast Name of business party Required 
FormattedNameFull 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>
top

Components (Complex Type): OrganizationId

Super-types:xsd:string < Id (by extension) < OrganizationId (by extension)
Sub-types:None

NameOrganizationId
Abstractno
DocumentationMember Identification number of affiliate organization
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="OrganizationId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationPartyBase

Super-types:PartyBase < OrganizationPartyBase (by extension)
Sub-types:

NameOrganizationPartyBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
AlternatePartyIdsAlternate organizational party Identification Optional 
NameCompany name of organizational party Optional 
AddressOrganizational Party address Optional 
DBANameDoing Business As name. Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<AlternatePartyIds> OrganizationalPartyAlternatePartyId </AlternatePartyIds> [0..*] ?
<Name> CompanyName </Name> [0..1] ?
<Address> OrganizationAddress </Address> [0..1] ?
<DBAName> DBAName </DBAName> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="OrganizationPartyBase">
<xsd:complexContent>
<xsd:extension base="PartyBase">
<xsd:sequence>
<xsd:element name="AlternatePartyIds" type="OrganizationalPartyAlternatePartyId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Name" type="CompanyName" minOccurs="0"/>
<xsd:element name="Address" type="OrganizationAddress" minOccurs="0"/>
<xsd:element name="DBAName" type="DBAName" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationPartyEmail

Super-types:xsd:string < OrganizationPartyEmail (by extension)
Sub-types:None

NameOrganizationPartyEmail
Abstractno
DocumentationOrganization email
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="OrganizationPartyEmail">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationPartyFax

Super-types:xsd:string < OrganizationPartyFax (by extension)
Sub-types:None

NameOrganizationPartyFax
Abstractno
DocumentationOrganizationFax number
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="OrganizationPartyFax">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OrganizationPartyTelephone

Super-types:xsd:string < OrganizationPartyTelephone (by extension)
Sub-types:None

NameOrganizationPartyTelephone
Abstractno
DocumentationOrganizationParty telephone number
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
desc Required 
exten Required 

XML Instance Representation
<...

exten="Note [0..1]"
>
xsd:string
</...>
Schema Component Representation
<xsd:complexType name="OrganizationPartyTelephone">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="desc" type="ContactTelephoneNumberOrganizationDescription"/>
<xsd:attribute name="exten" type="Note"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): OwnedVehicle

Super-types:Vehicle < OwnedVehicle (by extension)
Sub-types:None

NameOwnedVehicle
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ModelManufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional 
ModelYearVehicle designated model year Optional 
ModelDescriptionDescriptive vehicle model name Optional 
MakeVehicle make code - Usually available in the VIN number (use NCIC code). Optional 
SaleClassClass of sale Optional 
SalesPersonNamename of salesperson. Format for name should be "First Last" with no commas between first and last name Optional 
TradeInIndIdentifies vehicle being traded-in Optional 
PurchaseDateVehicle Purchase/Lease Date Optional 
CurrentFinancingFinancing for Owned Vehicle Optional 
OwnedTypeType of vehicle for which information is being collected Optional 
VINFederally defined 17 position vehicle identification number Optional 
CurrentMileageOdometer reading of vehicle at the current time Optional 
TrailerIncludedIndA flag to note whether the trailer is included. Optional 
TotalVehicleHoursThis is the total hours of vehicle use. Note: This is synonomous to mileage on an automobile. This is not engine hours. Optional 
EngineModelYearModel year of engine. Optional 
EngineMakeMake of engine. Optional 
EngineModelNameModel name of engine. Optional 
TotalEnginePowerEngine total horsepower. EX: Triple250 has a TotalEngineHorsepower of 750. Optional 
TotalEngineHoursTotal hours of engine(s) use. Optional 
MarineVehicleRequirementsThe MarineVehicleRequirements component contains information specific to marine vehicles, i.e. boats. Optional 
SecurityDepositAmountSecurity deposit is the amount paid to cover damage, excess mileage or excess wear and tear on a leased vehicle. Optional 
PayoffDateThe date until which the payoff quote for the vehicle is valid. Optional 
PerDiemAmountDaily charge if the vehicle is not returned by the payoff date. Optional 

XML Instance Representation
<...>
<Model> Model </Model> [0..1] ?
<ModelYear> ModelYear </ModelYear> [0..1] ?
<ModelDescription> ModelDescription </ModelDescription> [0..1] ?
<Make> Make </Make> [0..1] ?
<SaleClass> SaleClass </SaleClass> [0..1] ?
<SalesPersonName> SalesPersonName </SalesPersonName> [0..1] ?
<TradeInInd> TradeInInd </TradeInInd> [0..1] ?
<PurchaseDate> PurchaseDate </PurchaseDate> [0..1] ?
<CurrentFinancing> SalesFinancing </CurrentFinancing> [0..1] ?
<OwnedType> OwnedType </OwnedType> [0..1] ?
<VIN> VIN </VIN> [0..1] ?
<CurrentMileage> CurrentMileage </CurrentMileage> [0..1] ?
<TrailerIncludedInd> TrailerIncludedInd </TrailerIncludedInd> [0..1] ?
<TotalVehicleHours> TotalVehicleHours </TotalVehicleHours> [0..1] ?
<EngineModelYear> EngineModelYear </EngineModelYear> [0..1] ?
<EngineMake> EngineMake </EngineMake> [0..1] ?
<EngineModelName> EngineModelName </EngineModelName> [0..1] ?
<TotalEnginePower> TotalEnginePower </TotalEnginePower> [0..1] ?
<TotalEngineHours> TotalEngineHours </TotalEngineHours> [0..1] ?
<MarineVehicleRequirements> MarineVehicleRequirements </MarineVehicleRequirements> [0..1] ?
<SecurityDepositAmount> SecurityDepositAmount </SecurityDepositAmount> [0..1] ?
<PayoffDate> PayoffDate </PayoffDate> [0..1] ?
<PerDiemAmount> PerDiemAmount </PerDiemAmount> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="OwnedVehicle">
<xsd:complexContent>
<xsd:extension base="Vehicle">
<xsd:sequence>
<xsd:element name="SaleClass" type="SaleClass" minOccurs="0"/>
<xsd:element name="SalesPersonName" type="SalesPersonName" minOccurs="0"/>
<xsd:element name="TradeInInd" type="TradeInInd" minOccurs="0"/>
<xsd:element name="PurchaseDate" type="PurchaseDate" minOccurs="0"/>
<xsd:element name="CurrentFinancing" type="SalesFinancing" minOccurs="0"/>
<xsd:element name="OwnedType" type="OwnedType" minOccurs="0"/>
<xsd:element name="VIN" type="VIN" minOccurs="0"/>
<xsd:element name="CurrentMileage" type="CurrentMileage" minOccurs="0"/>
<xsd:element name="TrailerIncludedInd" type="TrailerIncludedInd" minOccurs="0"/>
<xsd:element name="TotalVehicleHours" type="TotalVehicleHours" minOccurs="0"/>
<xsd:element name="EngineModelYear" type="EngineModelYear" minOccurs="0"/>
<xsd:element name="EngineMake" type="EngineMake" minOccurs="0"/>
<xsd:element name="EngineModelName" type="EngineModelName" minOccurs="0"/>
<xsd:element name="TotalEnginePower" type="TotalEnginePower" minOccurs="0"/>
<xsd:element name="TotalEngineHours" type="TotalEngineHours" minOccurs="0"/>
<xsd:element name="MarineVehicleRequirements" type="MarineVehicleRequirements" minOccurs="0"/>
<xsd:element name="SecurityDepositAmount" type="SecurityDepositAmount" minOccurs="0"/>
<xsd:element name="PayoffDate" type="PayoffDate" minOccurs="0"/>
<xsd:element name="PerDiemAmount" type="PerDiemAmount" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): Package

Super-types:None
Sub-types:None

NamePackage
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PackageCodePackage code identifies package of options associated with vehicle Optional 
OptionVehicle Options Optional 

XML Instance Representation
<...>
<PackageCode> PackageCode </PackageCode> [0..1] ?
<Option> ExpandedOption </Option> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="Package">
<xsd:sequence>
<xsd:element name="PackageCode" type="PackageCode" minOccurs="0"/>
<xsd:element name="Option" type="ExpandedOption" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): PartyBase

Super-types:None
Sub-types:

NamePartyBase
Abstractno
DocumentationDerived from oa:Party
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="PartyBase">
<xsd:sequence>
<xsd:element name="PartyId" type="PartyId" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): PartyId

Super-types:xsd:string < Id (by extension) < PartyId (by extension)
Sub-types:None

NamePartyId
Abstractno
DocumentationParty Identification Number
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="PartyId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): PaymentAmount

Super-types:xsd:decimal < Amount (by extension) < PaymentAmount (by extension)
Sub-types:None

NamePaymentAmount
Abstractno
DocumentationMonthly Payment Amount
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="PaymentAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Percent

Super-types:xsd:decimal < Percent (by extension)
Sub-types:None

NamePercent
Abstractno
DocumentationPercent
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
xsd:decimal
</...>
Schema Component Representation
<xsd:complexType name="Percent">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): PerDiemAmount

Super-types:xsd:decimal < Amount (by extension) < PerDiemAmount (by extension)
Sub-types:None

NamePerDiemAmount
Abstractno
DocumentationDaily charge if the vehicle is not returned by the payoff date.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="PerDiemAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): PreApprovalID

Super-types:xsd:string < Id (by extension) < PreApprovalID (by extension)
Sub-types:None

NamePreApprovalID
Abstractno
DocumentationThe pre-approval identifier assigned by the finance source.
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="PreApprovalID">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): PreferenceDetail

Super-types:None
Sub-types:None

NamePreferenceDetail
Abstractno
DocumentationThe purpose of the PreferenceDetail component is to identify the preference parameters of a potential customer.
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
SaleClassClass of vehicle sale, ie new, used, demo, floor sample, etc. Optional 
MinimumVehiclePriceMinimum price of vehicle. Optional 
MaximumVehiclePriceMaximum price of vehicle. Optional 
MinimumVehicleModelYearMinimum model year of vehicle. Optional 
MaximumVehicleModelYearMaximum model year of vehicle. Optional 
MakeMake of vehicle. Optional 
PreferredVehicleCategoryCustomer's preferred category of vehicle (i.e., SUV, Stationwagon, Runabouts, Cruiser, Multi-hull). Optional 
MinimumVehicleLengthMinimum length of vehicle. Optional 
MaximumVehicleLengthMaximum length of vehicle. Optional 

XML Instance Representation
<...>
<SaleClass> SaleClass </SaleClass> [0..1] ?
<MinimumVehiclePrice> MinimumVehiclePrice </MinimumVehiclePrice> [0..1] ?
<MaximumVehiclePrice> MaximumVehiclePrice </MaximumVehiclePrice> [0..1] ?
<MinimumVehicleModelYear> MinimumVehicleModelYear </MinimumVehicleModelYear> [0..1] ?
<MaximumVehicleModelYear> MaximumVehicleModelYear </MaximumVehicleModelYear> [0..1] ?
<Make> Make </Make> [0..*] ?
<PreferredVehicleCategory> PreferredVehicleCategory </PreferredVehicleCategory> [0..*] ?
<MinimumVehicleLength> MinimumVehicleLength </MinimumVehicleLength> [0..1] ?
<MaximumVehicleLength> MaximumVehicleLength </MaximumVehicleLength> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="PreferenceDetail">
<xsd:sequence>
<xsd:element name="SaleClass" type="SaleClass" minOccurs="0"/>
<xsd:element name="MinimumVehiclePrice" type="MinimumVehiclePrice" minOccurs="0"/>
<xsd:element name="MaximumVehiclePrice" type="MaximumVehiclePrice" minOccurs="0"/>
<xsd:element name="MinimumVehicleModelYear" type="MinimumVehicleModelYear" minOccurs="0"/>
<xsd:element name="MaximumVehicleModelYear" type="MaximumVehicleModelYear" minOccurs="0"/>
<xsd:element name="Make" type="Make" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="PreferredVehicleCategory" type="PreferredVehicleCategory" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="MinimumVehicleLength" type="MinimumVehicleLength" minOccurs="0"/>
<xsd:element name="MaximumVehicleLength" type="MaximumVehicleLength" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): Pricing

Super-types:None
Sub-types:

NamePricing
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
VehiclePriceCustomer price of vehicle Required 
PriceExplanationExplanatory Note for Pricing Example: Anniversary Edition Optional 
PricingTypeDesignates type of pricing for vehicle transaction. Examples could be: QUOTE, MSRP, INVOICE, BLUEBOOK, TOTALFIGURE, OVERINVOICE, UNDERINVOICE, UNDERMSRP, OVERMSRP, CALL, NA, or OTHER Optional 

XML Instance Representation
<...>
<VehiclePrice> VehiclePrice </VehiclePrice> [1] ?
<PriceExplanation> PriceExplanation </PriceExplanation> [0..1] ?
<PricingType> PricingType </PricingType> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="Pricing">
<xsd:sequence>
<xsd:element name="VehiclePrice" type="VehiclePrice"/>
<xsd:element name="PriceExplanation" type="PriceExplanation" minOccurs="0"/>
<xsd:element name="PricingType" type="PricingType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): PricingDelta

Super-types:xsd:decimal < Percent (by extension) < PricingDelta (by extension)
Sub-types:None

NamePricingDelta
Abstractno
DocumentationUsed to express the price delta
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
delta Required 
relativeTo Required 

XML Instance Representation
<...
delta="Delta [0..1]"

relativeTo="RelativeTo [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="PricingDelta">
<xsd:simpleContent>
<xsd:extension base="Percent">
<xsd:attribute name="delta" type="Delta"/>
<xsd:attribute name="relativeTo" type="RelativeTo"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ProgramId

Super-types:xsd:string < Id (by extension) < ProgramId (by extension)
Sub-types:None

NameProgramId
Abstractno
DocumentationProgram Id Eg. Marketing
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="ProgramId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ProgramIdDescription

Super-types:xsd:string < Description (by extension) < ProgramIdDescription (by extension)
Sub-types:None

NameProgramIdDescription
Abstractno
DocumentationDescription of a program
More information at: http://www.starstandard.org.

XML Instance Representation
<...
language="Language [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="ProgramIdDescription">
<xsd:simpleContent>
<xsd:extension base="Description"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ProgramOffer

Super-types:xsd:string < Description (by extension) < ProgramOffer (by extension)
Sub-types:None

NameProgramOffer
Abstractno
DocumentationDescription of the program offering
More information at: http://www.starstandard.org.

XML Instance Representation
<...
language="Language [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="ProgramOffer">
<xsd:simpleContent>
<xsd:extension base="Description"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ProviderContact

Super-types:OrganizationContact < ProviderContact (by extension)
Sub-types:None

NameProviderContact
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PersonNameContact name Optional 
TelephoneContact telephone numbers Optional
If the address has a North American country code, the telephone number must be a minimum of 10 numbers.
(INACTIVE)
 
EMailAddressContact Email address Optional
Should conform to the Internet message format as set forth by RFC 8822.
 
FaxContact Fax number Optional
If the address has a North American country code, the telephone number must be a minimum of 10 numbers.
(INACTIVE)
 
PreferredContactMethodPreferred contact method Optional
(INACTIVE)
 
ContactTimePreferred contact time (i.e. Best day/time to reach the contact. Optional
(INACTIVE)
 
AddressProvider contact address Optional 
PrimaryContactIndIndicates if contact is primary contact Optional
(INACTIVE)
 

XML Instance Representation
<...>
<PersonName> OrganizationContactPersonName </PersonName> [0..1] ?
<Telephone> OrganizationPartyTelephone </Telephone> [0..*] ?
<EMailAddress> OrganizationPartyEmail </EMailAddress> [0..*] ?
<Fax> OrganizationPartyFax </Fax> [0..*] ?
<PreferredContactMethod> PreferredContactMethodOrganization </PreferredContactMethod> [0..1] ?
<ContactTime> ContactTime </ContactTime> [0..1] ?
<Address> OrganizationAddress </Address> [0..1] ?
<PrimaryContactInd> PrimaryContactInd </PrimaryContactInd> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="ProviderContact">
<xsd:complexContent>
<xsd:extension base="OrganizationContact">
<xsd:sequence>
<xsd:element name="Address" type="OrganizationAddress" minOccurs="0"/>
<xsd:element name="PrimaryContactInd" type="PrimaryContactInd" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): ProviderParty

Super-types:PartyBase < ProviderParty (by extension)
Sub-types:None

NameProviderParty
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
PartyIdParty Identification Number Optional 
ContactProvider Party contact information Optional 
ProviderNameProvider Name Optional 
URIProvider's URI Optional 

XML Instance Representation
<...>
<PartyId> PartyId </PartyId> [0..1] ?
<Contact> ProviderContact </Contact> [0..*] ?
<ProviderName> ProviderName </ProviderName> [0..1] ?
<URI> URI </URI> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="ProviderParty">
<xsd:complexContent>
<xsd:extension base="PartyBase">
<xsd:sequence>
<xsd:element name="Contact" type="ProviderContact" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ProviderName" type="ProviderName" minOccurs="0"/>
<xsd:element name="URI" type="URI" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): PurchasePrice

Super-types:xsd:decimal < Amount (by extension) < PurchasePrice (by extension)
Sub-types:None

NamePurchasePrice
Abstractno
DocumentationPurchase Price or Gross Cap cost specified in deal. Total payments at end of purchase
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="PurchasePrice">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Quantity

Super-types:xsd:decimal < Quantity (by extension)
Sub-types:None

NameQuantity
Abstractno
DocumentationA decimal value with uom
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
uom Required 

XML Instance Representation
<...
uom="UOM [1]"
>
xsd:decimal
</...>
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>
top

Components (Complex Type): Rating

Super-types:xsd:string < Rating (by extension)
Sub-types:None

NameRating
Abstractno
DocumentationStanding or position on a scale, e.g. credit score.
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
score Optional 

XML Instance Representation
<...
score="Decimal [0..1]"
>
xsd:string
</...>
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>
top

Components (Complex Type): RatingIndex

Super-types:xsd:string < Rating (by extension) < RatingIndex (by extension)
Sub-types:None

NameRatingIndex
Abstractno
DocumentationRating Index Used for Credit Approval
More information at: http://www.starstandard.org.

XML Instance Representation
<...
score="Decimal [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="RatingIndex">
<xsd:simpleContent>
<xsd:extension base="Rating"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): ResidualAmount

Super-types:xsd:decimal < Amount (by extension) < ResidualAmount (by extension)
Sub-types:None

NameResidualAmount
Abstractno
DocumentationRemaining residual on current vehicle
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="ResidualAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): RestrictionDescription

Super-types:xsd:string < Description (by extension) < RestrictionDescription (by extension)
Sub-types:None

NameRestrictionDescription
Abstractno
DocumentationDescription of vehicle use restrictions
More information at: http://www.starstandard.org.

XML Instance Representation
<...
language="Language [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="RestrictionDescription">
<xsd:simpleContent>
<xsd:extension base="Description"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): SalesActivity

Super-types:SalesActivityBase < SalesActivity (by extension)
Sub-types:None

NameSalesActivity
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ActivityIdSource-assigned unique event ID Optional 
ActivityDateTimeDate and time that the activity took place Optional 
ActivityTypeIndicates type of activity Example: "Literature Request", "New Lead", "Dead Contact", "Traffic Report", "Sold", "EMail", "Letter", "Fax" Optional 
MaterialRequestedName of the materials the customer requested. (i.e., brochure, materials, etc.) Optional 
MaterialSentName of the materials sent to the customer. (i.e., brochure, materials, etc.) Optional 
EmailResultIndicates Whether an Email was Sent. Example could be: S - Sent, digit- - number of times sent, R-Received, N-Not Sent, U-Undeliverable, b - Email address not available Optional 
RequestContactIndIndicates whether customer would like to be contacted. Optional 
ActivityResultResult of Activity - Ex: Bought competing Vehicle Optional 
ActivityNoteFree form comments that relate to the activity Optional 
SalesPersonNameName of the salesperson or person creating the lead status or note Optional 
LeadResponseTimeResponse Time is the time (minutes) that it took the salesperson at the dealership to first respond (not auto-respond) to the prospect. This is time in business minutes (minus hours closed business time). Optional 

XML Instance Representation
<...>
<ActivityId> ActivityId </ActivityId> [0..1] ?
<ActivityDateTime> ActivityDateTime </ActivityDateTime> [0..1] ?
<ActivityType> ActivityType </ActivityType> [0..1] ?
<MaterialRequested> MaterialRequested </MaterialRequested> [0..1] ?
<MaterialSent> MaterialSent </MaterialSent> [0..1] ?
<EmailResult> EmailResult </EmailResult> [0..1] ?
<RequestContactInd> RequestContactInd </RequestContactInd> [0..1] ?
<ActivityResult> ActivityResult </ActivityResult> [0..1] ?
<ActivityNote> ActivityNote </ActivityNote> [0..1] ?
<SalesPersonName> SalesPersonName </SalesPersonName> [0..1] ?
<LeadResponseTime> LeadResponseTime </LeadResponseTime> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesActivity">
<xsd:complexContent>
<xsd:extension base="SalesActivityBase"/>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SalesActivityBase

Super-types:None
Sub-types:

NameSalesActivityBase
Abstractno
DocumentationBased on oa:SalesActivity
More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ActivityIdSource-assigned unique event ID Optional 
ActivityDateTimeDate and time that the activity took place Optional 
ActivityTypeIndicates type of activity Example: "Literature Request", "New Lead", "Dead Contact", "Traffic Report", "Sold", "EMail", "Letter", "Fax" Optional 
MaterialRequestedName of the materials the customer requested. (i.e., brochure, materials, etc.) Optional 
MaterialSentName of the materials sent to the customer. (i.e., brochure, materials, etc.) Optional 
EmailResultIndicates Whether an Email was Sent. Example could be: S - Sent, digit- - number of times sent, R-Received, N-Not Sent, U-Undeliverable, b - Email address not available Optional 
RequestContactIndIndicates whether customer would like to be contacted. Optional 
ActivityResultResult of Activity - Ex: Bought competing Vehicle Optional 
ActivityNoteFree form comments that relate to the activity Optional 
SalesPersonNameName of the salesperson or person creating the lead status or note Optional 
LeadResponseTimeResponse Time is the time (minutes) that it took the salesperson at the dealership to first respond (not auto-respond) to the prospect. This is time in business minutes (minus hours closed business time). Optional 

XML Instance Representation
<...>
<ActivityId> ActivityId </ActivityId> [0..1] ?
<ActivityDateTime> ActivityDateTime </ActivityDateTime> [0..1] ?
<ActivityType> ActivityType </ActivityType> [0..1] ?
<MaterialRequested> MaterialRequested </MaterialRequested> [0..1] ?
<MaterialSent> MaterialSent </MaterialSent> [0..1] ?
<EmailResult> EmailResult </EmailResult> [0..1] ?
<RequestContactInd> RequestContactInd </RequestContactInd> [0..1] ?
<ActivityResult> ActivityResult </ActivityResult> [0..1] ?
<ActivityNote> ActivityNote </ActivityNote> [0..1] ?
<SalesPersonName> SalesPersonName </SalesPersonName> [0..1] ?
<LeadResponseTime> LeadResponseTime </LeadResponseTime> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesActivityBase">
<xsd:sequence>
<xsd:element name="ActivityId" type="ActivityId" minOccurs="0"/>
<xsd:element name="ActivityDateTime" type="ActivityDateTime" minOccurs="0"/>
<xsd:element name="ActivityType" type="ActivityType" minOccurs="0"/>
<xsd:element name="MaterialRequested" type="MaterialRequested" minOccurs="0"/>
<xsd:element name="MaterialSent" type="MaterialSent" minOccurs="0"/>
<xsd:element name="EmailResult" type="EmailResult" minOccurs="0"/>
<xsd:element name="RequestContactInd" type="RequestContactInd" minOccurs="0"/>
<xsd:element name="ActivityResult" type="ActivityResult" minOccurs="0"/>
<xsd:element name="ActivityNote" type="ActivityNote" minOccurs="0"/>
<xsd:element name="SalesPersonName" type="SalesPersonName" minOccurs="0"/>
<xsd:element name="LeadResponseTime" type="LeadResponseTime" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): SalesFinancing

Super-types:CurrentFinancing < SalesFinancing (by extension)
Sub-types:None

NameSalesFinancing
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
FinanceTypeType of financing Examples may be F- Finance, L - Lease, C-Cash, 1-Retail, 2-Lease, 3-Balloon, etc.. Optional 
PaymentAmountMonthly Payment Amount Optional 
BalanceAmountRemaining balance on Current Vehicle Optional 
FinalAmountLast month payment amount Optional 
ResidualAmountRemaining residual on current vehicle Optional 
TermNumber of months of contract term Optional 
MaturityDateMonth and year of contract maturity Optional 
FinanceCompanyNameName of Finance Company Optional 
WholesaleValueAmountActual wholesale value of the vehicle. Optional 
TradeAllowanceAmountTrade Allowance is the second component of the negotiated trade vehicle amount, the primary portion being the wholesale amount of the trade vehicle. Optional 
BasePaymentAmountMonthly payment amount before dealer add-ons (i.e., does not include fees, taxes, etc.) Optional 
LastPaymentDateThe date the last payment was made for a retail finance contract or lease contract Optional
YYYY-MM-DD
 
ContractTermMileageMileage allowed under the terms of contract Optional
(INACTIVE)
 
TaxTax for FInancing Optional
(INACTIVE)
 

XML Instance Representation
<...>
<FinanceType> FinanceType </FinanceType> [0..1] ?
<PaymentAmount> PaymentAmount </PaymentAmount> [0..1] ?
<BalanceAmount> BalanceAmount </BalanceAmount> [0..1] ?
<FinalAmount> FinalAmount </FinalAmount> [0..1] ?
<ResidualAmount> ResidualAmount </ResidualAmount> [0..1] ?
<Term> Term </Term> [0..1] ?
<MaturityDate> MaturityDate </MaturityDate> [0..1] ?
<FinanceCompanyName> FinanceCompanyName </FinanceCompanyName> [0..1] ?
<WholesaleValueAmount> WholesaleValueAmount </WholesaleValueAmount> [0..1] ?
<TradeAllowanceAmount> TradeAllowanceAmount </TradeAllowanceAmount> [0..1] ?
<BasePaymentAmount> BasePaymentAmount </BasePaymentAmount> [0..1] ?
<LastPaymentDate> LastPaymentDate </LastPaymentDate> [0..1] ?
<ContractTermMileage> ContractTermMileage </ContractTermMileage> [0..1] ?
<Tax> Tax </Tax> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesFinancing">
<xsd:complexContent>
<xsd:extension base="CurrentFinancing">
<xsd:sequence>
<xsd:element name="BasePaymentAmount" type="BasePaymentAmount" minOccurs="0"/>
<xsd:element name="LastPaymentDate" type="LastPaymentDate" minOccurs="0"/>
<xsd:element name="ContractTermMileage" type="ContractTermMileage" minOccurs="0"/>
<xsd:element name="Tax" type="Tax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SalesLead

Super-types:None
Sub-types:None

NameSalesLead
Abstractno
DocumentationSTAR Version 5.0 - Draft
More information at: http://www.starstandards.org.

STAR Version 4.0, STAR approved 04/20/2005; effective date 07/04/2005
More information at: http://www.starstandards.org.

STAR Version 3.0, STAR approved 05/07/2004; effective date 07/04/2004
More information at: http://www.starstandards.org.

STAR Version 2.1 STAR approved 04/09/2003; OAGI approved 8/16/2002 effective date 07/04/2003
More information at: http://www.starstandards.org.

STAR Version 2.0, STAR approved 7/31/2002; OAGI approved 8/16/2002; effective date 1/01/2003
More information at: http://www.starstandards.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
Header Required 
Detail Required 

XML Instance Representation
<...>
<Header> ... </Header> [1]
<Detail> ... </Detail> [1..*]
</...>
Schema Component Representation
<xsd:complexType name="SalesLead">
<xsd:sequence>
<xsd:element ref="Header"/>
<xsd:element ref="Detail" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): SalesLeadDetail

Super-types:SalesLeadDetailBase < SalesLeadDetail (by extension)
Sub-types:None

NameSalesLeadDetail
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
LeadStatusStatus of Sales Lead. Ex: Appointment made, Just looking, etc.. Required 
PreferenceIdentifies what qualities are important to the contact Optional 
Financingrepresents information on the financing for the vehicle the prospect is interested in. Optional 
Appointmentrepresents any appointment (phone or in person) set up with the Sales Lead Optional 
SalesActivityrepresents the activities that occur for a Sales Lead Optional 
SalesVehicle Optional 
CompetingVehicle Optional 
LeadRequestTypeIdentifies the type of lead request. EX: Brochure Request, Test Drive Request, Quote Request, etc. Optional 
PreferenceDetailThe purpose of the PreferenceDetail component is to identify the preference parameters of a potential customer. Optional 
LeadIndustryTypeIndustry type identifies the type of industry to which the lead applies, i.e., automotive, marine, truck, powersport, etc. Optional 

XML Instance Representation
<...>
<LeadStatus> LeadStatus </LeadStatus> [1] ?
<Preference> Preference </Preference> [0..1] ?
<Financing> NewSalesFinancing </Financing> [0..1] ?
<Appointment> Appointment </Appointment> [0..*] ?
<SalesActivity> SalesActivity </SalesActivity> [0..*] ?
<SalesVehicle> SalesVehicle </SalesVehicle> [0..*]
<CompetingVehicle> CompetingVehicle </CompetingVehicle> [0..*]
<LeadRequestType> LeadRequestType </LeadRequestType> [0..1] ?
<PreferenceDetail> PreferenceDetail </PreferenceDetail> [0..1] ?
<LeadIndustryType> LeadIndustryType </LeadIndustryType> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesLeadDetail">
<xsd:complexContent>
<xsd:extension base="SalesLeadDetailBase">
<xsd:sequence>
<xsd:element name="SalesVehicle" type="SalesVehicle" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="CompetingVehicle" type="CompetingVehicle" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="LeadRequestType" type="LeadRequestType" minOccurs="0"/>
<xsd:element name="PreferenceDetail" type="PreferenceDetail" minOccurs="0"/>
<xsd:element name="LeadIndustryType" type="LeadIndustryType" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SalesLeadDetailBase

Super-types:None
Sub-types:

NameSalesLeadDetailBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
LeadStatusStatus of Sales Lead. Ex: Appointment made, Just looking, etc.. Required 
PreferenceIdentifies what qualities are important to the contact Optional 
Financingrepresents information on the financing for the vehicle the prospect is interested in. Optional 
Appointmentrepresents any appointment (phone or in person) set up with the Sales Lead Optional 
SalesActivityrepresents the activities that occur for a Sales Lead Optional 

XML Instance Representation
<...>
<LeadStatus> LeadStatus </LeadStatus> [1] ?
<Preference> Preference </Preference> [0..1] ?
<Financing> NewSalesFinancing </Financing> [0..1] ?
<Appointment> Appointment </Appointment> [0..*] ?
<SalesActivity> SalesActivity </SalesActivity> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesLeadDetailBase">
<xsd:sequence>
<xsd:element name="LeadStatus" type="LeadStatus"/>
<xsd:element name="Preference" type="Preference" minOccurs="0"/>
<xsd:element name="Financing" type="NewSalesFinancing" minOccurs="0"/>
<xsd:element name="Appointment" type="Appointment" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="SalesActivity" type="SalesActivity" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): SalesLeadHeader

Super-types:HeaderBase < SalesLeadHeaderBase (by extension) < SalesLeadHeader (by extension)
Sub-types:None

NameSalesLeadHeader
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
DocumentDateTimeIs the date and time the document was last created. This is not the date and time that the BOD message instance was created. Optional 
SecondaryPasswordSecondary password used to validate access to the dealer information Optional 
SecondaryDealerNumberIdentifies secondary dealer number if different than primary "Dealer Number" Optional 
DocumentIdSales Lead Number Required 
ExpirationDateDate lead contact is to expire. Optional 
PurchaseEarliestDateEarliest date that pospect would consider purchase Optional 
PurchaseLatestDateLatest date that prospect would consider purchase Optional 
LeadInterestType of transaction lead is interested in. Optional 
SaleClassType of vehicle of Sales Lead such as New, Used or Demo Optional 
LeadTypeSpecifies whether the lead is for an Individual or a Business Optional 
LeadReceiptMethod in which the lead was received (i.e., Internet, OEM, etc.) Optional 
LeadSourceSource that brought the lead to the dealership Optional 
DefaultCurrencyCurrency used for transactions Optional 
DiscountEligibilityThe category of Discount available to the customer Examples could be "A Plan" ; "Z Plan" , "Option One Optional 
Marketingcommunicates the Marketing information associated with the Sales Lead Optional 
IndividualProspectIndividual who initiated the sales inquiry Optional 
OrganizationalProspectOrganization that initiated the sales inquiry Optional 
ProviderParty that provided the sales liead Optional 
DealerDealer that is receiving the sales lead Optional 
CustomerCommentsFree form text to record customer comments Optional 
LeadCommentsLead contact notes. May be non-comment information about the contacts Optional 

XML Instance Representation
<...>
<DocumentDateTime> DocumentDateTime </DocumentDateTime> [0..1] ?
<SecondaryPassword> SecondaryPassword </SecondaryPassword> [0..1] ?
<SecondaryDealerNumber> SecondaryDealerNumber </SecondaryDealerNumber> [0..1] ?
<DocumentId> DocumentId </DocumentId> [1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
<PurchaseEarliestDate> PurchaseEarliestDate </PurchaseEarliestDate> [0..1] ?
<PurchaseLatestDate> PurchaseLatestDate </PurchaseLatestDate> [0..1] ?
<LeadInterest> LeadInterest </LeadInterest> [0..1] ?
<SaleClass> SaleClass </SaleClass> [0..1] ?
<LeadType> LeadType </LeadType> [0..1] ?
<LeadReceipt> LeadReceipt </LeadReceipt> [0..1] ?
<LeadSource> LeadSource </LeadSource> [0..1] ?
<DefaultCurrency> DefaultCurrency </DefaultCurrency> [0..1] ?
<DiscountEligibility> DiscountEligibility </DiscountEligibility> [0..1] ?
<Marketing> Marketing </Marketing> [0..*] ?
<IndividualProspect> IndividualParty </IndividualProspect> [0..1] ?
<OrganizationalProspect> OrganizationalParty </OrganizationalProspect> [0..1] ?
<Provider> ProviderParty </Provider> [0..1] ?
<Dealer> DealerParty </Dealer> [0..1] ?
<CustomerComments> CustomerComments </CustomerComments> [0..1] ?
<LeadComments> LeadComments </LeadComments> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesLeadHeader">
<xsd:complexContent>
<xsd:extension base="SalesLeadHeaderBase">
<xsd:sequence>
<xsd:element name="IndividualProspect" type="IndividualParty" minOccurs="0"/>
<xsd:element name="OrganizationalProspect" type="OrganizationalParty" minOccurs="0"/>
<xsd:element name="Provider" type="ProviderParty" minOccurs="0"/>
<xsd:element name="Dealer" type="DealerParty" minOccurs="0"/>
<xsd:element name="CustomerComments" type="CustomerComments" minOccurs="0"/>
<xsd:element name="LeadComments" type="LeadComments" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SalesLeadHeaderBase

Super-types:HeaderBase < SalesLeadHeaderBase (by extension)
Sub-types:

NameSalesLeadHeaderBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
DocumentDateTimeIs the date and time the document was last created. This is not the date and time that the BOD message instance was created. Optional 
SecondaryPasswordSecondary password used to validate access to the dealer information Optional 
SecondaryDealerNumberIdentifies secondary dealer number if different than primary "Dealer Number" Optional 
DocumentIdSales Lead Number Required 
ExpirationDateDate lead contact is to expire. Optional 
PurchaseEarliestDateEarliest date that pospect would consider purchase Optional 
PurchaseLatestDateLatest date that prospect would consider purchase Optional 
LeadInterestType of transaction lead is interested in. Optional 
SaleClassType of vehicle of Sales Lead such as New, Used or Demo Optional 
LeadTypeSpecifies whether the lead is for an Individual or a Business Optional 
LeadReceiptMethod in which the lead was received (i.e., Internet, OEM, etc.) Optional 
LeadSourceSource that brought the lead to the dealership Optional 
DefaultCurrencyCurrency used for transactions Optional 
DiscountEligibilityThe category of Discount available to the customer Examples could be "A Plan" ; "Z Plan" , "Option One Optional 
Marketingcommunicates the Marketing information associated with the Sales Lead Optional 

XML Instance Representation
<...>
<DocumentDateTime> DocumentDateTime </DocumentDateTime> [0..1] ?
<SecondaryPassword> SecondaryPassword </SecondaryPassword> [0..1] ?
<SecondaryDealerNumber> SecondaryDealerNumber </SecondaryDealerNumber> [0..1] ?
<DocumentId> DocumentId </DocumentId> [1] ?
<ExpirationDate> ExpirationDate </ExpirationDate> [0..1] ?
<PurchaseEarliestDate> PurchaseEarliestDate </PurchaseEarliestDate> [0..1] ?
<PurchaseLatestDate> PurchaseLatestDate </PurchaseLatestDate> [0..1] ?
<LeadInterest> LeadInterest </LeadInterest> [0..1] ?
<SaleClass> SaleClass </SaleClass> [0..1] ?
<LeadType> LeadType </LeadType> [0..1] ?
<LeadReceipt> LeadReceipt </LeadReceipt> [0..1] ?
<LeadSource> LeadSource </LeadSource> [0..1] ?
<DefaultCurrency> DefaultCurrency </DefaultCurrency> [0..1] ?
<DiscountEligibility> DiscountEligibility </DiscountEligibility> [0..1] ?
<Marketing> Marketing </Marketing> [0..*] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesLeadHeaderBase">
<xsd:complexContent>
<xsd:extension base="HeaderBase">
<xsd:sequence>
<xsd:element name="DocumentId" type="DocumentId"/>
<xsd:element name="ExpirationDate" type="ExpirationDate" minOccurs="0"/>
<xsd:element name="PurchaseEarliestDate" type="PurchaseEarliestDate" minOccurs="0"/>
<xsd:element name="PurchaseLatestDate" type="PurchaseLatestDate" minOccurs="0"/>
<xsd:element name="LeadInterest" type="LeadInterest" minOccurs="0"/>
<xsd:element name="SaleClass" type="SaleClass" minOccurs="0"/>
<xsd:element name="LeadType" type="LeadType" minOccurs="0"/>
<xsd:element name="LeadReceipt" type="LeadReceipt" minOccurs="0"/>
<xsd:element name="LeadSource" type="LeadSource" minOccurs="0"/>
<xsd:element name="DefaultCurrency" type="DefaultCurrency" minOccurs="0"/>
<xsd:element name="DiscountEligibility" type="DiscountEligibility" minOccurs="0"/>
<xsd:element name="Marketing" type="Marketing" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SalesVehicle

Super-types:Vehicle < VehicleBase (by extension) < SalesVehicle (by extension)
Sub-types:None

NameSalesVehicle
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ModelManufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional 
ModelYearVehicle designated model year Optional 
ModelDescriptionDescriptive vehicle model name Optional 
MakeVehicle make code - Usually available in the VIN number (use NCIC code). Optional 
SaleClassClass of Sale Optional 
ConditionCondition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown Optional 
CertifiedPreownedIndIdentifies as a certified Pre-Owned Vehicle Optional 
VehicleNoteAny vehicle related notes Optional 
VINFederally defined 17 position vehicle identification number Optional 
DeliveryMileageOdometer reading of vehicle at time of delivery Optional 
VehicleStockDealer assigned vehicle stock number Optional 
TrimCodeManufacturer assigned trim code Optional 
DoorsQuantityNumber of doors on vehicle Optional 
BodyStyleManufacturer-assigned vehicle body style Optional 
InteriorColorVehicle Interior Color(s) Optional 
ExteriorColorVehicle Exterior Color(s) Optional 
TransmissionTypeVehicle Transmission type Optional 
OdometerStatusStatus of odometer at trade-in. Example:: Replaced, Tampered, Miles> 90,000, etc. Optional 
NonUSVehicleIndIndicates whether the vehicle was produced for the United States or not Optional 
VehicleDemoIndIndicates whether vehicle was ever a demo Optional 
LicenseNumberState License plate number of vehicle Optional 
BrandedInfoVehicle Branding Information Optional 
RestrictionIndIndication that vehicle has restrictions on its use Optional 
RestrictionDescriptionDescription of vehicle use restrictions Optional 
TelematicsServiceIndIndication whether Telematics Service Subscription is turned on Optional 
OptionSales Vehicle Options Optional
(INACTIVE)
 
PricingPrice of Vehicle Optional 
ImageAttachmentrepresents information about the location of on-line vehicle photos Optional 
SeriesCodeThe model series code for the specified vehicle. Optional 
SeriesNameThe name corresponding to the SeriesCode Optional 
EngineTypeManufacturer-assigned code to designate vehicle engine type (i.e, 1EZ) Optional
(INACTIVE)
 
PackageOption accessory Package Optional 
TotalVehicleHoursThis is the total hours of vehicle use. Note: This is synonomous to mileage on an automobile. This is not engine hours. Optional 
LeadSourceURIURI where information on sales vehicle can be obtained for review or reference later. Optional 
MarineVehicleRequirementsThe MarineVehicleRequirements component contains information specific to marine vehicles, i.e. boats. Optional 

XML Instance Representation
<...>
<Model> Model </Model> [0..1] ?
<ModelYear> ModelYear </ModelYear> [0..1] ?
<ModelDescription> ModelDescription </ModelDescription> [0..1] ?
<Make> Make </Make> [0..1] ?
<SaleClass> SaleClass </SaleClass> [0..1] ?
<Condition> Condition </Condition> [0..1] ?
<CertifiedPreownedInd> CertifiedPreownedInd </CertifiedPreownedInd> [0..1] ?
<VehicleNote> VehicleNote </VehicleNote> [0..*] ?
<VIN> VIN </VIN> [0..1] ?
<DeliveryMileage> DeliveryMileage </DeliveryMileage> [0..1] ?
<VehicleStock> VehicleStock </VehicleStock> [0..1] ?
<TrimCode> TrimCode </TrimCode> [0..1] ?
<DoorsQuantity> DoorsQuantity </DoorsQuantity> [0..1] ?
<BodyStyle> BodyStyle </BodyStyle> [0..1] ?
<InteriorColor> InteriorColor </InteriorColor> [0..*] ?
<ExteriorColor> ExteriorColor </ExteriorColor> [0..*] ?
<TransmissionType> TransmissionType </TransmissionType> [0..1] ?
<OdometerStatus> OdometerStatus </OdometerStatus> [0..1] ?
<NonUSVehicleInd> NonUSVehicleInd </NonUSVehicleInd> [0..1] ?
<VehicleDemoInd> VehicleDemoInd </VehicleDemoInd> [0..1] ?
<LicenseNumber> LicenseNumber </LicenseNumber> [0..1] ?
<BrandedInfo> BrandedInfo </BrandedInfo> [0..1] ?
<RestrictionInd> RestrictionInd </RestrictionInd> [0..1] ?
<RestrictionDescription> RestrictionDescription </RestrictionDescription> [0..1] ?
<TelematicsServiceInd> TelematicsServiceInd </TelematicsServiceInd> [0..1] ?
<Option> ExpandedOption </Option> [0..*] ?
<Pricing> SalesVehiclePricing </Pricing> [0..*] ?
<ImageAttachment> ImageAttachment </ImageAttachment> [0..1] ?
<SeriesCode> SeriesCode </SeriesCode> [0..1] ?
<SeriesName> SeriesName </SeriesName> [0..1] ?
<EngineType> EngineType </EngineType> [0..1] ?
<Package> Package </Package> [0..*] ?
<TotalVehicleHours> TotalVehicleHours </TotalVehicleHours> [0..1] ?
<LeadSourceURI> LeadSourceURI </LeadSourceURI> [0..1] ?
<MarineVehicleRequirements> MarineVehicleRequirements </MarineVehicleRequirements> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesVehicle">
<xsd:complexContent>
<xsd:extension base="VehicleBase">
<xsd:sequence>
<xsd:element name="Option" type="ExpandedOption" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Pricing" type="SalesVehiclePricing" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ImageAttachment" type="ImageAttachment" minOccurs="0"/>
<xsd:element name="SeriesCode" type="SeriesCode" minOccurs="0"/>
<xsd:element name="SeriesName" type="SeriesName" minOccurs="0"/>
<xsd:element name="EngineType" type="EngineType" minOccurs="0"/>
<xsd:element name="Package" type="Package" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="TotalVehicleHours" type="TotalVehicleHours" minOccurs="0"/>
<xsd:element name="LeadSourceURI" type="LeadSourceURI" minOccurs="0"/>
<xsd:element name="MarineVehicleRequirements" type="MarineVehicleRequirements" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SalesVehiclePricing

Super-types:Pricing < SalesVehiclePricing (by extension)
Sub-types:None

NameSalesVehiclePricing
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
VehiclePriceCustomer price of vehicle Required 
PriceExplanationExplanatory Note for Pricing Example: Anniversary Edition Optional 
PricingTypeDesignates type of pricing for vehicle transaction. Examples could be: QUOTE, MSRP, INVOICE, BLUEBOOK, TOTALFIGURE, OVERINVOICE, UNDERINVOICE, UNDERMSRP, OVERMSRP, CALL, NA, or OTHER Optional 
PricingTypeSourceSource from which pricing tye data originated (i.e., Blue Book, NADA etc.) Optional 
PricingDeltaUsed to express the price delta relative to either “msrp᾿ or “invoice Optional 

XML Instance Representation
<...>
<VehiclePrice> VehiclePrice </VehiclePrice> [1] ?
<PriceExplanation> PriceExplanation </PriceExplanation> [0..1] ?
<PricingType> PricingType </PricingType> [0..1] ?
<PricingTypeSource> PricingTypeSource </PricingTypeSource> [0..1] ?
<PricingDelta> PricingDelta </PricingDelta> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="SalesVehiclePricing">
<xsd:complexContent>
<xsd:extension base="Pricing">
<xsd:sequence>
<xsd:element name="PricingTypeSource" type="PricingTypeSource" minOccurs="0"/>
<xsd:element name="PricingDelta" type="PricingDelta" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): SecondaryDealerNumber

Super-types:xsd:string < Id (by extension) < SecondaryDealerNumber (by extension)
Sub-types:None

NameSecondaryDealerNumber
Abstractno
DocumentationIdentifies secondary dealer number if different than primary "Dealer Number"
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="SecondaryDealerNumber">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): SecurityDepositAmount

Super-types:xsd:decimal < Amount (by extension) < SecurityDepositAmount (by extension)
Sub-types:None

NameSecurityDepositAmount
Abstractno
DocumentationSecurity 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.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="SecurityDepositAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Sender

Super-types:SenderBase < Sender (by extension)
Sub-types:None

NameSender
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
LogicalIdProvides 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 
ComponentProvides 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 
TaskDescribes 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 
ReferenceIdEnables 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 
AuthorizationIdIdentifyies 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 
CreatorNameCodeDCS Software Creator Code Required 
SenderNameCodeAdditional 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
 
SenderURIPhysical address of the sender Optional 
DealerNumberDealer Code of source of information Optional
DealerNumber is required if originating from the DMS.
 
StoreNumberDealer code store number (DMS assigned) Optional 
AreaNumberDealer code area number (DMS vendor assigned) Optional 
DealerCountrySource Dealer country location Optional 
LanguageThis code is used to define the language of the data used in this transaction Optional 
DeliverPendingMailIndIndicates 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 
PasswordToken for application specific authentication. Used to authenticate dealership/users through application specific security Optional 
SystemVersionThe sender's software version number. Optional 
PartyIdThe 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 
LocationIdThe 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 
ServiceIdThe 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] ?
<ReferenceId> Reference </ReferenceId> [0..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] ?
<Language> Language </Language> [0..1] ?
<DeliverPendingMailInd> Indicator </DeliverPendingMailInd> [0..1] ?
<Password> Text </Password> [0..1] ?
<SystemVersion> SystemVersion </SystemVersion> [0..1] ?
<PartyId> PartyId </PartyId> [0..1] ?
<LocationId> LocationId </LocationId> [0..1] ?
<ServiceId> ServiceId </ServiceId> [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>
top

Components (Complex Type): SenderBase

Super-types:None
Sub-types:

NameSenderBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
LogicalIdProvides 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 
ComponentProvides 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 
TaskDescribes 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 
ReferenceIdEnables 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 
AuthorizationIdIdentifyies 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] ?
<ReferenceId> Reference </ReferenceId> [0..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>
top

Components (Complex Type): ServiceId

Super-types:xsd:string < Id (by extension) < ServiceId (by extension)
Sub-types:None

NameServiceId
Abstractno
DocumentationThe 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.

XML Instance Representation
<...>
Id
</...>
Schema Component Representation
<xsd:complexType name="ServiceId">
<xsd:simpleContent>
<xsd:extension base="Id"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Signature

Super-types:None
Sub-types:None

NameSignature
Abstractno

Attributes

AttributeDescriptionRequirementBusiness Rules
qualifyingAgency Optional 

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness 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>
top

Components (Complex Type): Tax

Super-types:None
Sub-types:None

NameTax
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
TaxTypeIdentifies the type tax. Required 
TaxDescriptionFree form text description of tax amount. Optional 
TaxAmountActual amount of tax paid. Optional 
UnitSalesTaxAmountUnit amount of sales tax. Optional 
TaxRateTax Percentage Rate Optional 
TotalTaxableAmountTotal taxble price Optional 
NonTaxableAmountTotal non-taxble price Optional 
TaxTypeIdTax type identification Optional 
TaxabilityIndDetermines whether the dealer wants to claim tax on the cost. Optional 

XML Instance Representation
<...>
<TaxType> TaxType </TaxType> [1] ?
<TaxDescription> TaxDescription </TaxDescription> [0..1] ?
<TaxAmount> TaxAmount </TaxAmount> [0..1] ?
<UnitSalesTaxAmount> UnitSalesTaxAmount </UnitSalesTaxAmount> [0..1] ?
<TaxRate> TaxRate </TaxRate> [0..1] ?
<TotalTaxableAmount> TotalTaxableAmount </TotalTaxableAmount> [0..1] ?
<NonTaxableAmount> NonTaxableAmount </NonTaxableAmount> [0..1] ?
<TaxTypeId> TaxTypeId </TaxTypeId> [0..1] ?
<TaxabilityInd> TaxabilityInd </TaxabilityInd> [0..1] ?
</...>
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="UnitSalesTaxAmount" type="UnitSalesTaxAmount" minOccurs="0"/>
<xsd:element name="TaxRate" type="TaxRate" minOccurs="0"/>
<xsd:element name="TotalTaxableAmount" type="TotalTaxableAmount" minOccurs="0"/>
<xsd:element name="NonTaxableAmount" type="NonTaxableAmount" minOccurs="0"/>
<xsd:element name="TaxTypeId" type="TaxTypeId" minOccurs="0"/>
<xsd:element name="TaxabilityInd" type="TaxabilityInd" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): TaxAmount

Super-types:xsd:decimal < Amount (by extension) < TaxAmount (by extension)
Sub-types:None

NameTaxAmount
Abstractno
DocumentationActual amount of tax paid.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="TaxAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TaxDescription

Super-types:xsd:string < Description (by extension) < TaxDescription (by extension)
Sub-types:None

NameTaxDescription
Abstractno
DocumentationFree form text description of tax amount.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
language="Language [0..1] ?"
>
</...>
Schema Component Representation
<xsd:complexType name="TaxDescription">
<xsd:simpleContent>
<xsd:extension base="Description"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TaxRate

Super-types:xsd:decimal < Percent (by extension) < TaxRate (by extension)
Sub-types:None

NameTaxRate
Abstractno
DocumentationTax Percentage rate.
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="TaxRate">
<xsd:simpleContent>
<xsd:extension base="Percent"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Term

Super-types:xsd:integer < Count (by extension) < Term (by extension)
Sub-types:None

NameTerm
Abstractno
DocumentationNumber of months of contract term
More information at: http://www.starstandard.org.

Attributes

AttributeDescriptionRequirementBusiness Rules
length Required 

XML Instance Representation
<...
length="TermLength [0..1]"
>
</...>
Schema Component Representation
<xsd:complexType name="Term">
<xsd:simpleContent>
<xsd:extension base="Count">
<xsd:attribute name="length" type="TermLength"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TotalEngineHours

Super-types:xsd:decimal < Hours (by extension) < TotalEngineHours (by restriction)
Sub-types:None

NameTotalEngineHours
Abstractno
DocumentationTotal hours of engine(s) use.
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="TotalEngineHours">
<xsd:simpleContent>
<xsd:restriction base="Hours"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TotalEnginePower

Super-types:xsd:decimal < Quantity (by extension) < TotalEnginePower (by extension)
Sub-types:None

NameTotalEnginePower
Abstractno
DocumentationTotal horsepower of engine on or for a vehicle. EX: Triple250 would have an TotalEngineHorsepower of 750.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
uom="UOM [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="TotalEnginePower">
<xsd:simpleContent>
<xsd:extension base="Quantity"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TotalTaxableAmount

Super-types:xsd:decimal < Amount (by extension) < TotalTaxableAmount (by extension)
Sub-types:None

NameTotalTaxableAmount
Abstractno
DocumentationTotal taxable price.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="TotalTaxableAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TotalVehicleHours

Super-types:xsd:decimal < Hours (by extension) < TotalVehicleHours (by restriction)
Sub-types:None

NameTotalVehicleHours
Abstractno
DocumentationThis is the total hours of vehicle use. Note: This is synonmous to mileage on an automobile. This is not engine hours.
More information at: http://www.starstandard.org.

XML Instance Representation
<...>
</...>
Schema Component Representation
<xsd:complexType name="TotalVehicleHours">
<xsd:simpleContent>
<xsd:restriction base="Hours"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): TradeAllowanceAmount

Super-types:xsd:decimal < Amount (by extension) < TradeAllowanceAmount (by extension)
Sub-types:None

NameTradeAllowanceAmount
Abstractno
DocumentationTrade 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.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="TradeAllowanceAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): UnitSalesTaxAmount

Super-types:xsd:decimal < Amount (by extension) < UnitSalesTaxAmount (by extension)
Sub-types:None

NameUnitSalesTaxAmount
Abstractno
DocumentationUnit amount of sales tax.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="UnitSalesTaxAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Vehicle

Super-types:None
Sub-types:

NameVehicle
Abstractno
Documentation More information at: http://www.starstandard.org.

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ModelManufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional 
ModelYearVehicle designated model year Optional 
ModelDescriptionDescriptive vehicle model name Optional 
MakeVehicle make code - Usually available in the VIN number (use NCIC code). Optional 

XML Instance Representation
<...>
<Model> Model </Model> [0..1] ?
<ModelYear> ModelYear </ModelYear> [0..1] ?
<ModelDescription> ModelDescription </ModelDescription> [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="ModelDescription" type="ModelDescription" minOccurs="0"/>
<xsd:element name="Make" type="Make" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
top

Components (Complex Type): VehicleBase

Super-types:Vehicle < VehicleBase (by extension)
Sub-types:

NameVehicleBase
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules
ModelManufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) Optional 
ModelYearVehicle designated model year Optional 
ModelDescriptionDescriptive vehicle model name Optional 
MakeVehicle make code - Usually available in the VIN number (use NCIC code). Optional 
SaleClassClass of Sale Optional 
ConditionCondition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown Optional 
CertifiedPreownedIndIdentifies as a certified Pre-Owned Vehicle Optional 
VehicleNoteAny vehicle related notes Optional 
VINFederally defined 17 position vehicle identification number Optional 
DeliveryMileageOdometer reading of vehicle at time of delivery Optional 
VehicleStockDealer assigned vehicle stock number Optional 
TrimCodeManufacturer assigned trim code Optional 
DoorsQuantityNumber of doors on vehicle Optional 
BodyStyleManufacturer-assigned vehicle body style Optional 
InteriorColorVehicle Interior Color(s) Optional 
ExteriorColorVehicle Exterior Color(s) Optional 
TransmissionTypeVehicle Transmission type Optional 
OdometerStatusStatus of odometer at trade-in. Example:: Replaced, Tampered, Miles> 90,000, etc. Optional 
NonUSVehicleIndIndicates whether the vehicle was produced for the United States or not Optional 
VehicleDemoIndIndicates whether vehicle was ever a demo Optional 
LicenseNumberState License plate number of vehicle Optional 
BrandedInfoVehicle Branding Information Optional 
RestrictionIndIndication that vehicle has restrictions on its use Optional 
RestrictionDescriptionDescription of vehicle use restrictions Optional 
TelematicsServiceIndIndication whether Telematics Service Subscription is turned on Optional 

XML Instance Representation
<...>
<Model> Model </Model> [0..1] ?
<ModelYear> ModelYear </ModelYear> [0..1] ?
<ModelDescription> ModelDescription </ModelDescription> [0..1] ?
<Make> Make </Make> [0..1] ?
<SaleClass> SaleClass </SaleClass> [0..1] ?
<Condition> Condition </Condition> [0..1] ?
<CertifiedPreownedInd> CertifiedPreownedInd </CertifiedPreownedInd> [0..1] ?
<VehicleNote> VehicleNote </VehicleNote> [0..*] ?
<VIN> VIN </VIN> [0..1] ?
<DeliveryMileage> DeliveryMileage </DeliveryMileage> [0..1] ?
<VehicleStock> VehicleStock </VehicleStock> [0..1] ?
<TrimCode> TrimCode </TrimCode> [0..1] ?
<DoorsQuantity> DoorsQuantity </DoorsQuantity> [0..1] ?
<BodyStyle> BodyStyle </BodyStyle> [0..1] ?
<InteriorColor> InteriorColor </InteriorColor> [0..*] ?
<ExteriorColor> ExteriorColor </ExteriorColor> [0..*] ?
<TransmissionType> TransmissionType </TransmissionType> [0..1] ?
<OdometerStatus> OdometerStatus </OdometerStatus> [0..1] ?
<NonUSVehicleInd> NonUSVehicleInd </NonUSVehicleInd> [0..1] ?
<VehicleDemoInd> VehicleDemoInd </VehicleDemoInd> [0..1] ?
<LicenseNumber> LicenseNumber </LicenseNumber> [0..1] ?
<BrandedInfo> BrandedInfo </BrandedInfo> [0..1] ?
<RestrictionInd> RestrictionInd </RestrictionInd> [0..1] ?
<RestrictionDescription> RestrictionDescription </RestrictionDescription> [0..1] ?
<TelematicsServiceInd> TelematicsServiceInd </TelematicsServiceInd> [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="CertifiedPreownedInd" type="CertifiedPreownedInd" minOccurs="0"/>
<xsd:element name="VehicleNote" type="VehicleNote" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="VIN" type="VIN" minOccurs="0"/>
<xsd:element name="DeliveryMileage" type="DeliveryMileage" 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="TransmissionType" type="TransmissionType" minOccurs="0"/>
<xsd:element name="OdometerStatus" type="OdometerStatus" minOccurs="0"/>
<xsd:element name="NonUSVehicleInd" type="NonUSVehicleInd" 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:element name="RestrictionDescription" type="RestrictionDescription" minOccurs="0"/>
<xsd:element name="TelematicsServiceInd" type="TelematicsServiceInd" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
top

Components (Complex Type): VehiclePrice

Super-types:xsd:decimal < Amount (by extension) < VehiclePrice (by extension)
Sub-types:None

NameVehiclePrice
Abstractno
DocumentationCustomer price of vehicle
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="VehiclePrice">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Components (Complex Type): Verb

Super-types:None
Sub-types:

NameVerb
Abstractno

Data Elements and Components

Field/ComponentDescriptionRequirementBusiness Rules

XML Instance Representation
<.../>
Schema Component Representation
<xsd:complexType name="Verb"/>
top

Components (Complex Type): WholesaleValueAmount

Super-types:xsd:decimal < Amount (by extension) < WholesaleValueAmount (by extension)
Sub-types:None

NameWholesaleValueAmount
Abstractno
DocumentationActual wholesale value of a used vehicle.
More information at: http://www.starstandard.org.

XML Instance Representation
<...
currency="Currency [1]"
>
</...>
Schema Component Representation
<xsd:complexType name="WholesaleValueAmount">
<xsd:simpleContent>
<xsd:extension base="Amount"/>
</xsd:simpleContent>
</xsd:complexType>
top

Simple Type: AccountingDate

Super-types:xsd:gYearMonth < AccountingDate (by restriction)
Sub-types:

NameAccountingDate
DocumentationMonth and year accounting date conforms to ISO 8601 format rules Ex: \d\d\d\d-\d\d
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="AccountingDate">
<xsd:restriction base="xsd:gYearMonth"/>
</xsd:simpleType>
top

Simple Type: ActivityDateTime

Super-types:xsd:dateTime < DateTime (by restriction) < ActivityDateTime (by restriction)
Sub-types:None

NameActivityDateTime
DocumentationDate and time that the activity took place
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ActivityDateTime">
<xsd:restriction base="DateTime"/>
</xsd:simpleType>
top

Simple Type: ActivityNote

Super-types:xsd:string < Note (by restriction) < ActivityNote (by restriction)
Sub-types:None

NameActivityNote
DocumentationFree form comments that relate to the activity
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ActivityNote">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: ActivityResult

Super-types:xsd:string < Text (by restriction) < ActivityResult (by restriction)
Sub-types:None

NameActivityResult
DocumentationResult of Activity - Ex: Bought competing Vehicle
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ActivityResult">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: ActivityType

Super-types:xsd:string < Type (by restriction) < ActivityType (by restriction)
Sub-types:None

NameActivityType
DocumentationIndicates type of activity Example: "Literature Request", "New Lead", "Dead Contact", "Traffic Report", "Sold", "EMail", "Letter", "Fax"
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ActivityType">
<xsd:restriction base="Type"/>
</xsd:simpleType>
top

Simple Type: AddressLine

Super-types:xsd:string < AddressLine (by restriction)
Sub-types:None

NameAddressLine
DocumentationIndicates 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>
top

Simple Type: AddressQualifier

Super-types:xsd:string < AddressQualifier (by restriction)
Sub-types:None

NameAddressQualifier
DocumentationAddress Qualifier
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
WorkAddressWork Address
SeasonalAddressSeasonal Address
DeliveryAddressDelivery Address
HomeAddressHome Address
PreviousAddressPrevious Address
OtherOther
GarageGarage
BillingBilling
NonSigningSpouseAddressNon Signing Spouse Address
N/ANot 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>
top

Simple Type: AppointmentDateTime

Super-types:xsd:dateTime < DateTime (by restriction) < AppointmentDateTime (by restriction)
Sub-types:None

NameAppointmentDateTime
DocumentationDate and time of appointment
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="AppointmentDateTime">
<xsd:restriction base="DateTime"/>
</xsd:simpleType>
top

Simple Type: AppointmentLocation

Super-types:xsd:string < Note (by restriction) < AppointmentLocation (by restriction)
Sub-types:None

NameAppointmentLocation
DocumentationLocation of the appointment Example: Dealer, home; office etc.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="AppointmentLocation">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: AppointmentNotes

Super-types:xsd:string < Note (by restriction) < AppointmentNotes (by restriction)
Sub-types:None

NameAppointmentNotes
DocumentationComments that relate to the appointment
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="AppointmentNotes">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: ApprovedInd

Super-types:xsd:string < Indicator (by restriction) < ApprovedInd (by restriction)
Sub-types:None

NameApprovedInd
DocumentationApproved Indicator
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="ApprovedInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: AssigningOrganizationPartyId

Super-types:xsd:string < AssigningOrganizationPartyId (by restriction)
Sub-types:None

NameAssigningOrganizationPartyId
DocumentationAssigning Organization Party Id
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
LegalIdLegal ID
NationalIdGovernment-assigned ID such as a social security Number
OtherOther
DUNSDun and Bradstreet
MotorDealerRegistrationIdDepartment of Motor Vehicle Registration number for a dealer. This is the dealer's license number to do business.
GSTRegistrationIdCanadian Goods and Services Tax Id.
HSTRegistrationIdCanadian HarmonizedTax Id.
Certification Of Registration IdId of the certificate of registration assigned to a business to allow that business to collect and remit certain taxes or fees to a state.
QSTRegistrationIdQuebec 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>
top

Simple Type: AssigningPartyId

Super-types:xsd:string < AssigningPartyId (by restriction)
Sub-types:None

NameAssigningPartyId
DocumentationAgency or entity that validates the Party Id
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
LegalIdLegal ID
DriversLicenseDrivers License
NationalIdGovernment-assigned ID such as a social security Number
OtherOther
GSTRegistrationIdCanadian Goods and Services Tax Id.
HSTRegistrationIdCanadian HarmonizedTax Id.
PreviousAccountNumber
QSTRegistrationIdQuebec 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>
top

Simple Type: BirthDate

Super-types:xsd:date < Date (by restriction) < BirthDate (by restriction)
Sub-types:None

NameBirthDate
DocumentationBirth date of party
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="BirthDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: BoatEngineType

Super-types:xsd:string < BoatEngineType (by restriction)
Sub-types:None

NameBoatEngineType
DocumentationType of engine on or for a boat.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
InboardInboard
Inboard/OutboardInboard/Outboard
JetJet
OutboardOutboard
Outboard 2 StrokeOutboard 2 Stroke
Outboard 4 StrokeOutboard 4 Stroke
Stern DriveStern Drive
V DriveV Drive

Schema Component Representation
<xsd:simpleType name="BoatEngineType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Inboard"/>
<xsd:enumeration value="Inboard/Outboard"/>
<xsd:enumeration value="Jet"/>
<xsd:enumeration value="Outboard"/>
<xsd:enumeration value="Outboard 2 Stroke"/>
<xsd:enumeration value="Outboard 4 Stroke"/>
<xsd:enumeration value="Stern Drive"/>
<xsd:enumeration value="V Drive"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BodyStyle

Super-types:xsd:string < Text (by restriction) < BodyStyle (by restriction)
Sub-types:None

NameBodyStyle
DocumentationManufacturer-assigned vehicle body style
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="BodyStyle">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: BrandedTitleDate

Super-types:xsd:date < Date (by restriction) < BrandedTitleDate (by restriction)
Sub-types:None

NameBrandedTitleDate
DocumentationBranding Date
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="BrandedTitleDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: BrandedTitleInd

Super-types:xsd:string < Indicator (by restriction) < BrandedTitleInd (by restriction)
Sub-types:None

NameBrandedTitleInd
DocumentationThis 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 ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="BrandedTitleInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: BrandingSource

Super-types:xsd:string < Note (by restriction) < BrandingSource (by restriction)
Sub-types:None

NameBrandingSource
DocumentationBranding 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>
top

Simple Type: BrandingStateReference

Super-types:xsd:string < ReferenceNumber (by restriction) < BrandingStateReference (by restriction)
Sub-types:None

NameBrandingStateReference
DocumentationBranding State Reference Number
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="BrandingStateReference">
<xsd:restriction base="ReferenceNumber"/>
</xsd:simpleType>
top

Simple Type: CertifiedPreownedInd

Super-types:xsd:string < Indicator (by restriction) < CertifiedPreownedInd (by restriction)
Sub-types:None

NameCertifiedPreownedInd
DocumentationIdentifies as a certified Pre-Owned Vehicle
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="CertifiedPreownedInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: City

Super-types:xsd:string < City (by restriction)
Sub-types:None

NameCity
DocumentationCity of the Address.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="City">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: ClientAdvisorName

Super-types:xsd:string < Name (by restriction) < ClientAdvisorName (by restriction)
Sub-types:None

NameClientAdvisorName
DocumentationIndicates the name of the Client Advisor responsible for creating the Financing comments
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ClientAdvisorName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: Code

Super-types:xsd:string < Code (by restriction)
Sub-types:

NameCode
DocumentationUnique code name
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Code">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: CompanyName

Super-types:xsd:string < Name (by restriction) < CompanyName (by restriction)
Sub-types:None

NameCompanyName
DocumentationCompany name of customer
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="CompanyName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: Condition

Super-types:xsd:string < Note (by restriction) < Condition (by restriction)
Sub-types:None

NameCondition
DocumentationCondition 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>
top

Simple Type: ConfirmType

Super-types:xsd:NMTOKEN < ConfirmType (by restriction)
Sub-types:None

NameConfirmType
Enumerations
Code ValueDescription
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>
top

Simple Type: ContactTelephoneNumberDescription

Super-types:xsd:string < ContactTelephoneNumberDescription (by restriction)
Sub-types:None

NameContactTelephoneNumberDescription
DocumentationContact Telephone Number Description
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
Evening PhoneEvening Phone
Day PhoneDay Phone
Cell PhoneCell Phone
PagerPager
OtherOther

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>
top

Simple Type: ContactTelephoneNumberOrganizationDescription

Super-types:xsd:string < ContactTelephoneNumberOrganizationDescription (by restriction)
Sub-types:None

NameContactTelephoneNumberOrganizationDescription
DocumentationContact Telephone Number Organization Description
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
Day PhoneDay Phone
Cell PhoneCell Phone
PagerPager
OtherOther

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>
top

Simple Type: ContactTime

Super-types:xsd:string < Note (by restriction) < ContactTime (by restriction)
Sub-types:None

NameContactTime
DocumentationPreferred 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>
top

Simple Type: Country

Super-types:xsd:string < Country (by restriction)
Sub-types:None

NameCountry
DocumentationCountry 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 ValueDescription
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>
top

Simple Type: County

Super-types:xsd:string < County (by restriction)
Sub-types:None

NameCounty
DocumentationBusiness party county location
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="County">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: Currency

Super-types:xsd:string < Currency (by restriction)
Sub-types:

NameCurrency
DocumentationThe ISO code identifying the type of currency in use.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
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>
top

Simple Type: CustomerComments

Super-types:xsd:string < Note (by restriction) < CustomerComments (by restriction)
Sub-types:None

NameCustomerComments
DocumentationFree form text to record customer comments
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="CustomerComments">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: CustomerQualities

Super-types:xsd:string < Note (by restriction) < CustomerQualities (by restriction)
Sub-types:None

NameCustomerQualities
DocumentationCustomer demographic identifiers as defined by customer
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="CustomerQualities">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: Date

Super-types:xsd:date < Date (by restriction)
Sub-types:

NameDate
DocumentationDate conforms to ISO 8601 format rules EX: \d\d\d\d-\d\d-\d\d
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Date">
<xsd:restriction base="xsd:date"/>
</xsd:simpleType>
top

Simple Type: DateTime

Super-types:xsd:dateTime < DateTime (by restriction)
Sub-types:

NameDateTime
DocumentationDate 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>
top

Simple Type: DBAName

Super-types:xsd:string < Name (by restriction) < DBAName (by restriction)
Sub-types:None

NameDBAName
DocumentationDoing Business As name.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="DBAName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: DealerInstallationInd

Super-types:xsd:string < Indicator (by restriction) < DealerInstallationInd (by restriction)
Sub-types:None

NameDealerInstallationInd
DocumentationIndicates whether or not the dealership installed the part
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="DealerInstallationInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: DealerName

Super-types:xsd:string < Name (by restriction) < DealerName (by restriction)
Sub-types:None

NameDealerName
DocumentationDealer name
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="DealerName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: Decimal

Super-types:xsd:decimal < Decimal (by restriction)
Sub-types:None

NameDecimal
DocumentationDecimal
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Decimal">
<xsd:restriction base="xsd:decimal"/>
</xsd:simpleType>
top

Simple Type: Delta

Super-types:xsd:string < Delta (by restriction)
Sub-types:None

NameDelta
DocumentationPricing delta
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
absolute
relative
percentage
other

Schema Component Representation
<xsd:simpleType name="Delta">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="absolute"/>
<xsd:enumeration value="relative"/>
<xsd:enumeration value="percentage"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: Department

Super-types:xsd:string < Department (by restriction)
Sub-types:

NameDepartment
DocumentationDepartment
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Department">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: DepartmentType

Super-types:xsd:string < Department (by restriction) < DepartmentType (by restriction)
Sub-types:None

NameDepartmentType
DocumentationIdentifies the type of department
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="DepartmentType">
<xsd:restriction base="Department"/>
</xsd:simpleType>
top

Simple Type: DimensionMeasure

Super-types:xsd:string < DimensionMeasure (by restriction)
Sub-types:None

NameDimensionMeasure
DocumentationDimension measurements, i.e. height, width, length, depth, etc.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
ftft = feet
ydyd = yard
inin = inch
mm = meter
cmcm = 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>
top

Simple Type: DiscountEligibility

Super-types:xsd:string < Text (by restriction) < DiscountEligibility (by restriction)
Sub-types:None

NameDiscountEligibility
DocumentationThe category of Discount available to the customer Examples could be "A Plan" ; "Z Plan" , "Option One
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="DiscountEligibility">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: DistrictCode

Super-types:xsd:string < Code (by restriction) < DistrictCode (by restriction)
Sub-types:None

NameDistrictCode
DocumentationManufacturer Assigned District Code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="DistrictCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: DocumentDateTime

Super-types:xsd:dateTime < DateTime (by restriction) < DocumentDateTime (by restriction)
Sub-types:None

NameDocumentDateTime
DocumentationIs 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:restriction base="DateTime"/>
</xsd:simpleType>
top

Simple Type: EducationLevel

Super-types:xsd:string < Text (by restriction) < EducationLevel (by restriction)
Sub-types:None

NameEducationLevel
DocumentationLast Year of education completed>
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="EducationLevel">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: EffectiveDate

Super-types:xsd:date < Date (by restriction) < EffectiveDate (by restriction)
Sub-types:None

NameEffectiveDate
DocumentationEffective date
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="EffectiveDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: EmailResult

Super-types:xsd:string < Code (by restriction) < EmailResult (by restriction)
Sub-types:None

NameEmailResult
DocumentationIndicates Whether an Email was Sent. Example could be: S - Sent, digit- - number of times sent, R-Received, N-Not Sent, U-Undeliverable, b - Email address not available
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="EmailResult">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: EngineModelYear

Super-types:xsd:gYear < Year (by restriction) < EngineModelYear (by restriction)
Sub-types:None

NameEngineModelYear
DocumentationModel year of engine on or for a vehicle.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="EngineModelYear">
<xsd:restriction base="Year"/>
</xsd:simpleType>
top

Simple Type: EngineType

Super-types:xsd:string < Type (by restriction) < EngineType (by restriction)
Sub-types:None

NameEngineType
DocumentationManufacturer-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>
top

Simple Type: EthnicBackground

Super-types:xsd:string < Text (by restriction) < EthnicBackground (by restriction)
Sub-types:None

NameEthnicBackground
DocumentationCode for customer ethnic background.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="EthnicBackground">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: ExpirationDate

Super-types:xsd:date < Date (by restriction) < ExpirationDate (by restriction)
Sub-types:None

NameExpirationDate
DocumentationExpiration Date
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ExpirationDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: ExteriorColor

Super-types:xsd:string < Note (by restriction) < ExteriorColor (by restriction)
Sub-types:None

NameExteriorColor
DocumentationVehicle Exterior Color(s)
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ExteriorColor">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: FamilyName

Super-types:xsd:string < Name (by restriction) < FamilyName (by restriction)
Sub-types:None

NameFamilyName
DocumentationLast Name of business party
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="FamilyName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: FinanceCompanyName

Super-types:xsd:string < Name (by restriction) < FinanceCompanyName (by restriction)
Sub-types:None

NameFinanceCompanyName
DocumentationName of Finance Company
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="FinanceCompanyName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: FinanceType

Super-types:xsd:string < Type (by restriction) < FinanceType (by restriction)
Sub-types:None

NameFinanceType
DocumentationType 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>
top

Simple Type: FinancingComments

Super-types:xsd:string < Note (by restriction) < FinancingComments (by restriction)
Sub-types:None

NameFinancingComments
DocumentationFree form text area for Client Advisor to provide general comments about the Financing
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="FinancingComments">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: FirstTimeBuyerInd

Super-types:xsd:string < Indicator (by restriction) < FirstTimeBuyerInd (by restriction)
Sub-types:None

NameFirstTimeBuyerInd
DocumentationIdentifies customer as first time buyer
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="FirstTimeBuyerInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: FormattedName

Super-types:xsd:string < Name (by restriction) < FormattedName (by restriction)
Sub-types:None

NameFormattedName
DocumentationFull 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>
top

Simple Type: Gender

Super-types:xsd:string < Gender (by restriction)
Sub-types:None

NameGender
DocumentationGender of party - M = Male, F= Female
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
M"M" = Modified
FFemale

Schema Component Representation
<xsd:simpleType name="Gender">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="M"/>
<xsd:enumeration value="F"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: GivenName

Super-types:xsd:string < Name (by restriction) < GivenName (by restriction)
Sub-types:None

NameGivenName
DocumentationFirst Name of business party
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="GivenName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: HIN

Super-types:xsd:string < ReferenceNumber (by restriction) < HIN (by restriction)
Sub-types:None

NameHIN
DocumentationHull identification number.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="HIN">
<xsd:restriction base="ReferenceNumber"/>
</xsd:simpleType>
top

Simple Type: Hobbies

Super-types:xsd:string < Text (by restriction) < Hobbies (by restriction)
Sub-types:None

NameHobbies
DocumentationCustomer's interest - Ex: skiing; tennis
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Hobbies">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: HomeWork

Super-types:xsd:string < HomeWork (by restriction)
Sub-types:None

NameHomeWork
DocumentationHome or Work
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
HomeHome
WorkWork
OtherOther

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>
top

Simple Type: HouseholdIncomeRange

Super-types:xsd:string < HouseholdIncomeRange (by restriction)
Sub-types:None

NameHouseholdIncomeRange
DocumentationThe range of a household income
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
Less than $20,000Income less than $20,000
$20,000 - 34,999Income between $20,000 - $34,999
$35,000 - 49,999Income between $35,000 - $49,999
$50,000 - 74,999Income between $50,000 - $74,999
$75,000 - 99,999Income between "75,000 - $99,000
$100,000 - 124,999Income between $100,000 - $124,999
$125,000 or moreIncome of $125,000 or more
OtherOther
N/ANot Applicable

Schema Component Representation
<xsd:simpleType name="HouseholdIncomeRange">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Less than $20,000"/>
<xsd:enumeration value="$20,000 - 34,999"/>
<xsd:enumeration value="$35,000 - 49,999"/>
<xsd:enumeration value="$50,000 - 74,999"/>
<xsd:enumeration value="$75,000 - 99,999"/>
<xsd:enumeration value="$100,000 - 124,999"/>
<xsd:enumeration value="$125,000 or more"/>
<xsd:enumeration value="Other"/>
<xsd:enumeration value="N/A"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ImageAlternateText

Super-types:xsd:string < Note (by restriction) < ImageAlternateText (by restriction)
Sub-types:None

NameImageAlternateText
DocumentationImage alternate text. Example: "1997 Honda Accord"
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ImageAlternateText">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: IncomePeriod

Super-types:xsd:string < IncomePeriod (by restriction)
Sub-types:None

NameIncomePeriod
DocumentationHR = Hour, WK = Week, BiWK = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly, SmAN=SemiAnnually
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
HRHour
WKWeek
BiWKBi-Weekly
MOMonthly
YRYear
SmMOSemi-Monthly
SmANSemi-Annually. Semi-Annually is twice per year
QQuarterly

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>
top

Simple Type: Indicator

Super-types:xsd:string < Indicator (by restriction)
Sub-types:

NameIndicator
Documentation0 = No, 1 = Yes
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
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>
top

Simple Type: InteriorColor

Super-types:xsd:string < Note (by restriction) < InteriorColor (by restriction)
Sub-types:None

NameInteriorColor
DocumentationVehicle Interior Color(s)
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="InteriorColor">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: IssuingState

Super-types:xsd:string < StateOrProvince (by restriction) < IssuingState (by restriction)
Sub-types:None

NameIssuingState
DocumentationIndicates that State where the license was issued.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="IssuingState">
<xsd:restriction base="StateOrProvince"/>
</xsd:simpleType>
top

Simple Type: Language

Super-types:xsd:string < Language (by restriction)
Sub-types:None

NameLanguage
DocumentationLanguage 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 ValueDescription
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>
top

Simple Type: LastPaymentDate

Super-types:xsd:date < Date (by restriction) < LastPaymentDate (by restriction)
Sub-types:None

NameLastPaymentDate
DocumentationThe date the last payment was made
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LastPaymentDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: LeadComments

Super-types:xsd:string < Note (by restriction) < LeadComments (by restriction)
Sub-types:None

NameLeadComments
DocumentationLead contact notes. May be non-comment information about the contacts
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LeadComments">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: LeadIndustryType

Super-types:xsd:string < LeadIndustryType (by restriction)
Sub-types:None

NameLeadIndustryType
DocumentationIndustry type identifies the type of industry to which the lead applies, i.e., automotive, marine, truck, powersport, etc.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
AutomotiveAutomotive
BoatsBoats
MotorcyclesMotorcycles
RVsRVs
Marine EnginesMarine Engines
PWCPWC
SnowmobilesSnowmobiles
TrailersTrailers
ATVsATVs
ScootersScooters

Schema Component Representation
<xsd:simpleType name="LeadIndustryType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Automotive"/>
<xsd:enumeration value="Boats"/>
<xsd:enumeration value="Motorcycles"/>
<xsd:enumeration value="RVs"/>
<xsd:enumeration value="Marine Engines"/>
<xsd:enumeration value="PWC"/>
<xsd:enumeration value="Snowmobiles"/>
<xsd:enumeration value="Trailers"/>
<xsd:enumeration value="ATVs"/>
<xsd:enumeration value="Scooters"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LeadInterest

Super-types:xsd:string < LeadInterest (by restriction)
Sub-types:None

NameLeadInterest
DocumentationType of transaction lead is interested in - B = Buy, L = Lease, S = Sell, T = Trade
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
B"B" = Booked
L"L" = Canceled
SSell
TTrade
OtherOther

Schema Component Representation
<xsd:simpleType name="LeadInterest">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="B"/>
<xsd:enumeration value="L"/>
<xsd:enumeration value="S"/>
<xsd:enumeration value="T"/>
<xsd:enumeration value="Other"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LeadReceipt

Super-types:xsd:string < Code (by restriction) < LeadReceipt (by restriction)
Sub-types:None

NameLeadReceipt
DocumentationMethod in which the lead was received.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LeadReceipt">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: LeadRequestType

Super-types:xsd:string < Type (by restriction) < LeadRequestType (by restriction)
Sub-types:None

NameLeadRequestType
DocumentationIdentifies the type of lead request. EX: Brochure Request, Test Drive Request, Quote Request, etc.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LeadRequestType">
<xsd:restriction base="Type"/>
</xsd:simpleType>
top

Simple Type: LeadSource

Super-types:xsd:string < Code (by restriction) < LeadSource (by restriction)
Sub-types:None

NameLeadSource
DocumentationSource that brought the lead to the dealership
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LeadSource">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: LeadSourceURI

Super-types:xsd:anyURI < URI (by restriction) < LeadSourceURI (by restriction)
Sub-types:None

NameLeadSourceURI
DocumentationURI where information on sales vehicle can be obtained for review or reference later.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LeadSourceURI">
<xsd:restriction base="URI"/>
</xsd:simpleType>
top

Simple Type: LeadStatus

Super-types:xsd:string < Text (by restriction) < LeadStatus (by restriction)
Sub-types:None

NameLeadStatus
DocumentationStatus of Sales Lead. Ex: Appointment made, Just looking, etc..
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LeadStatus">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: LeadType

Super-types:xsd:string < LeadType (by restriction)
Sub-types:None

NameLeadType
DocumentationType of Lead - I = Individual, B = business
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
I"I" = Withdrawn
B"B" = Booked
OtherOther

Schema Component Representation
<xsd:simpleType name="LeadType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="I"/>
<xsd:enumeration value="B"/>
<xsd:enumeration value="Other"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LicenseNumber

Super-types:xsd:string < ReferenceNumber (by restriction) < LicenseNumber (by restriction)
Sub-types:None

NameLicenseNumber
DocumentationState License plate number of vehicle
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="LicenseNumber">
<xsd:restriction base="ReferenceNumber"/>
</xsd:simpleType>
top

Simple Type: Make

Super-types:xsd:string < Make (by restriction)
Sub-types:None

NameMake
DocumentationVehicle 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>
top

Simple Type: Manufacturer

Super-types:xsd:string < Name (by restriction) < Manufacturer (by restriction)
Sub-types:None

NameManufacturer
DocumentationManufacturer Name
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Manufacturer">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: ManufacturerInstalledInd

Super-types:xsd:string < Indicator (by restriction) < ManufacturerInstalledInd (by restriction)
Sub-types:None

NameManufacturerInstalledInd
DocumentationIndicates manufacturer-installed accessories
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="ManufacturerInstalledInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: MaritalStatus

Super-types:xsd:string < MaritalStatus (by restriction)
Sub-types:None

NameMaritalStatus
DocumentationIdentifies marital status of business party - M = Married, U = Unmarried, S = Separated, O = Other
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
M"M" = Modified
UUnmarried
SSell
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>
top

Simple Type: MarketingMailInd

Super-types:xsd:string < Indicator (by restriction) < MarketingMailInd (by restriction)
Sub-types:None

NameMarketingMailInd
DocumentationIndicates customers whom have requested no marketing mail
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="MarketingMailInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: MaterialRequested

Super-types:xsd:string < Text (by restriction) < MaterialRequested (by restriction)
Sub-types:None

NameMaterialRequested
DocumentationName of the materials the customer requested. (i.e., brochure, materials, etc.)
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MaterialRequested">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: MaterialSent

Super-types:xsd:string < Text (by restriction) < MaterialSent (by restriction)
Sub-types:None

NameMaterialSent
DocumentationName of the materials sent to the customer. (i.e., brochure, materials, etc.)
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MaterialSent">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: MaturityDate

Super-types:xsd:gYearMonth < AccountingDate (by restriction) < MaturityDate (by restriction)
Sub-types:None

NameMaturityDate
DocumentationMonth and year of contract maturity
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MaturityDate">
<xsd:restriction base="AccountingDate"/>
</xsd:simpleType>
top

Simple Type: MaximumVehicleModelYear

Super-types:xsd:gYear < Year (by restriction) < MaximumVehicleModelYear (by restriction)
Sub-types:None

NameMaximumVehicleModelYear
DocumentationMaximum model year of vehicle.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MaximumVehicleModelYear">
<xsd:restriction base="Year"/>
</xsd:simpleType>
top

Simple Type: MiddleName

Super-types:xsd:string < Name (by restriction) < MiddleName (by restriction)
Sub-types:None

NameMiddleName
DocumentationMiddle Initial of business party
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MiddleName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: MileageMeasure

Super-types:xsd:string < MileageMeasure (by restriction)
Sub-types:None

NameMileageMeasure
DocumentationM = Miles, K = KIlometers
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
M"M" = Modified
KKilometers

Schema Component Representation
<xsd:simpleType name="MileageMeasure">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="M"/>
<xsd:enumeration value="K"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MinimumVehicleModelYear

Super-types:xsd:gYear < Year (by restriction) < MinimumVehicleModelYear (by restriction)
Sub-types:None

NameMinimumVehicleModelYear
DocumentationMinimum model year of vehicle.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MinimumVehicleModelYear">
<xsd:restriction base="Year"/>
</xsd:simpleType>
top

Simple Type: MiscellaneousCode

Super-types:xsd:string < Code (by restriction) < MiscellaneousCode (by restriction)
Sub-types:None

NameMiscellaneousCode
DocumentationMiscellaneous code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="MiscellaneousCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: Model

Super-types:xsd:string < Text (by restriction) < Model (by restriction)
Sub-types:None

NameModel
DocumentationManufacturer-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>
top

Simple Type: ModelDescription

Super-types:xsd:string < Text (by restriction) < ModelDescription (by restriction)
Sub-types:None

NameModelDescription
DocumentationDescriptive vehicle model name
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ModelDescription">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: ModelYear

Super-types:xsd:gYear < Year (by restriction) < ModelYear (by restriction)
Sub-types:None

NameModelYear
DocumentationVehicle designated model year
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ModelYear">
<xsd:restriction base="Year"/>
</xsd:simpleType>
top

Simple Type: Name

Super-types:xsd:string < Name (by restriction)
Sub-types:

NameName
DocumentationName of the Party.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Name">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: NewProspectInd

Super-types:xsd:string < Indicator (by restriction) < NewProspectInd (by restriction)
Sub-types:None

NameNewProspectInd
DocumentationIdentifies customer as a new prospect to the brand
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="NewProspectInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: NonUSVehicleInd

Super-types:xsd:string < Indicator (by restriction) < NonUSVehicleInd (by restriction)
Sub-types:None

NameNonUSVehicleInd
DocumentationIndicates whether the vehicle was produced for the United States or not
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="NonUSVehicleInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: Note

Super-types:xsd:string < Note (by restriction)
Sub-types:

NameNote
DocumentationA free form note.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Note">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: Occupation

Super-types:xsd:string < Note (by restriction) < Occupation (by restriction)
Sub-types:None

NameOccupation
DocumentationOccupation of business party
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Occupation">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: OdometerStatus

Super-types:xsd:string < Note (by restriction) < OdometerStatus (by restriction)
Sub-types:None

NameOdometerStatus
DocumentationStatus 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>
top

Simple Type: OpportunityMethod

Super-types:xsd:string < Code (by restriction) < OpportunityMethod (by restriction)
Sub-types:None

NameOpportunityMethod
DocumentationMethod used for marketing opportunity. Example -Survey/Marketing
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OpportunityMethod">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: OpportunityType

Super-types:xsd:string < Type (by restriction) < OpportunityType (by restriction)
Sub-types:None

NameOpportunityType
DocumentationMarketing opportunities - Example type - email; phone; postal code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OpportunityType">
<xsd:restriction base="Type"/>
</xsd:simpleType>
top

Simple Type: OptionName

Super-types:xsd:string < Note (by restriction) < OptionName (by restriction)
Sub-types:None

NameOptionName
DocumentationName of vehicle option
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OptionName">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: OptionNotes

Super-types:xsd:string < Note (by restriction) < OptionNotes (by restriction)
Sub-types:None

NameOptionNotes
DocumentationFree form text related to option
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OptionNotes">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: OptionOrigin

Super-types:xsd:string < Name (by restriction) < OptionOrigin (by restriction)
Sub-types:None

NameOptionOrigin
DocumentationIdentifies the option installer
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OptionOrigin">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: OptionSalesCode

Super-types:xsd:string < Code (by restriction) < OptionSalesCode (by restriction)
Sub-types:None

NameOptionSalesCode
DocumentationFurther 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>
top

Simple Type: OptionSecurityCode

Super-types:xsd:string < Code (by restriction) < OptionSecurityCode (by restriction)
Sub-types:None

NameOptionSecurityCode
DocumentationSecurity code to unlock option. (i.e, radio code)
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OptionSecurityCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: OptionSerialNumber

Super-types:xsd:string < SerialNumber (by restriction) < OptionSerialNumber (by restriction)
Sub-types:None

NameOptionSerialNumber
DocumentationSerial number of Option
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OptionSerialNumber">
<xsd:restriction base="SerialNumber"/>
</xsd:simpleType>
top

Simple Type: OptionStockNumber

Super-types:xsd:string < ReferenceNumber (by restriction) < OptionStockNumber (by restriction)
Sub-types:None

NameOptionStockNumber
DocumentationStock Number of Vehicle Option
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OptionStockNumber">
<xsd:restriction base="ReferenceNumber"/>
</xsd:simpleType>
top

Simple Type: OrganizationName

Super-types:xsd:string < Name (by restriction) < OrganizationName (by restriction)
Sub-types:None

NameOrganizationName
DocumentationOrganizationName
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="OrganizationName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: OwnedType

Super-types:xsd:string < OwnedType (by restriction)
Sub-types:None

NameOwnedType
DocumentationType of vehicle for which information is being collected
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
CurrentVehicle information related to the current vehicle
PreviousVehicle information related to the previous vehicle
HouseholdVehicle information related to the household vehicle
OtherOther

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>
top

Simple Type: PackageCode

Super-types:xsd:string < Code (by restriction) < PackageCode (by restriction)
Sub-types:None

NamePackageCode
DocumentationPackage Code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PackageCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: PartType

Super-types:xsd:string < PartType (by restriction)
Sub-types:None

NamePartType
DocumentationSpecifies 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 ValueDescription
HManufacturer 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>
top

Simple Type: PayoffDate

Super-types:xsd:date < Date (by restriction) < PayoffDate (by restriction)
Sub-types:None

NamePayoffDate
DocumentationThe date until which the payoff quote for the vehicle is valid.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PayoffDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: PhaseCode

Super-types:xsd:string < Code (by restriction) < PhaseCode (by restriction)
Sub-types:None

NamePhaseCode
DocumentationA code identifying the Program Phase that determines the vehicle pricing
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PhaseCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: PortInstalledInd

Super-types:xsd:string < Indicator (by restriction) < PortInstalledInd (by restriction)
Sub-types:None

NamePortInstalledInd
DocumentationIndicates Port-installed accessories
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="PortInstalledInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: PostalCode

Super-types:xsd:string < Code (by restriction) < PostalCode (by restriction)
Sub-types:None

NamePostalCode
DocumentationPostal Code of the Address.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PostalCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: Preference

Super-types:xsd:string < Text (by restriction) < Preference (by restriction)
Sub-types:None

NamePreference
DocumentationIdentifies what qualities are important to the contact.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Preference">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: PreferredContactMethod

Super-types:xsd:string < PreferredContactMethod (by restriction)
Sub-types:None

NamePreferredContactMethod
DocumentationPreferred contact method
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
Day PhoneDay Phone
Evening PhoneEvening Phone
Cell PhoneCell Phone
Work FaxWork Fax
Home FaxHome Fax
PagerPager
Work EmailWork Email
Home EmailHome Email
US MailUS Mail
OtherOther
N/ANot 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>
top

Simple Type: PreferredContactMethodOrganization

Super-types:xsd:string < PreferredContactMethodOrganization (by restriction)
Sub-types:None

NamePreferredContactMethodOrganization
DocumentationPreferred Contact Method Organization
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
Day PhoneDay Phone
Cell PhoneCell Phone
Work FaxWork Fax
PagerPager
Work EmailWork Email
US MailUS Mail
OtherOther

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>
top

Simple Type: PreferredVehicleCategory

Super-types:xsd:string < Type (by restriction) < PreferredVehicleCategory (by restriction)
Sub-types:None

NamePreferredVehicleCategory
DocumentationCustomer's preferred category of vehicle (i.e., SUV, Stationwagon, Runabouts, Cruiser, Multi-hull).
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PreferredVehicleCategory">
<xsd:restriction base="Type"/>
</xsd:simpleType>
top

Simple Type: PriceExplanation

Super-types:xsd:string < Note (by restriction) < PriceExplanation (by restriction)
Sub-types:None

NamePriceExplanation
DocumentationExplanatory Note for Pricing
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PriceExplanation">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: PricingType

Super-types:xsd:string < Type (by restriction) < PricingType (by restriction)
Sub-types:None

NamePricingType
DocumentationDesignates 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>
top

Simple Type: PricingTypeSource

Super-types:xsd:string < Note (by restriction) < PricingTypeSource (by restriction)
Sub-types:None

NamePricingTypeSource
DocumentationSource 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>
top

Simple Type: PrimaryContactInd

Super-types:xsd:string < Indicator (by restriction) < PrimaryContactInd (by restriction)
Sub-types:None

NamePrimaryContactInd
DocumentationIndicates if contact is primary contact
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="PrimaryContactInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: ProgramOfferCode

Super-types:xsd:string < Code (by restriction) < ProgramOfferCode (by restriction)
Sub-types:None

NameProgramOfferCode
DocumentationMarketing Program offer code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ProgramOfferCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: ProviderName

Super-types:xsd:string < Name (by restriction) < ProviderName (by restriction)
Sub-types:None

NameProviderName
DocumentationProvider Name
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ProviderName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: PurchaseDate

Super-types:xsd:date < Date (by restriction) < PurchaseDate (by restriction)
Sub-types:None

NamePurchaseDate
DocumentationVehicle Purchase/Lease Date
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PurchaseDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: PurchaseEarliestDate

Super-types:xsd:date < Date (by restriction) < PurchaseEarliestDate (by restriction)
Sub-types:None

NamePurchaseEarliestDate
DocumentationEarliest date that pospect would consider purchase
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PurchaseEarliestDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: PurchaseLatestDate

Super-types:xsd:date < Date (by restriction) < PurchaseLatestDate (by restriction)
Sub-types:None

NamePurchaseLatestDate
DocumentationLatest date that prospect would consider purchase
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="PurchaseLatestDate">
<xsd:restriction base="Date"/>
</xsd:simpleType>
top

Simple Type: Reference

Super-types:xsd:string < Text (by restriction) < Reference (by restriction)
Sub-types:None

NameReference
DocumentationReference notation
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Reference">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: ReferenceNumber

Super-types:xsd:string < ReferenceNumber (by restriction)
Sub-types:

NameReferenceNumber
DocumentationReference number
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ReferenceNumber">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: RelativeTo

Super-types:xsd:string < RelativeTo (by restriction)
Sub-types:None

NameRelativeTo
Documentationdefines what pricing is relative to
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
invoicePrice relative to invoice
msrpPrice relative to msrp
other

Schema Component Representation
<xsd:simpleType name="RelativeTo">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="invoice"/>
<xsd:enumeration value="msrp"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: RequestContactInd

Super-types:xsd:string < Indicator (by restriction) < RequestContactInd (by restriction)
Sub-types:None

NameRequestContactInd
DocumentationIndicates that customer would like to be contacted by a Dealer Representative.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="RequestContactInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: ResidenceType

Super-types:xsd:string < Type (by restriction) < ResidenceType (by restriction)
Sub-types:None

NameResidenceType
DocumentationBusiness 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>
top

Simple Type: RestrictionInd

Super-types:xsd:string < Indicator (by restriction) < RestrictionInd (by restriction)
Sub-types:None

NameRestrictionInd
DocumentationIndication that vehicle has restrictions on its use
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="RestrictionInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: SaleClass

Super-types:xsd:string < SaleClass (by restriction)
Sub-types:None

NameSaleClass
DocumentationClass of sale.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
NewNever owned.
UsedPreviously Owned
DemoDemonstration item.
OtherOther
N/ANot Applicable
Floor SampleThis is a vehicle that is provided in the showroom as an example.
FactoryIdentifies 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>
top

Simple Type: SalesPersonName

Super-types:xsd:string < Name (by restriction) < SalesPersonName (by restriction)
Sub-types:None

NameSalesPersonName
DocumentationName 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>
top

Simple Type: Salutation

Super-types:xsd:string < Name (by restriction) < Salutation (by restriction)
Sub-types:None

NameSalutation
DocumentationTitle or greeting of business party
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Salutation">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: SecondaryPassword

Super-types:xsd:string < Note (by restriction) < SecondaryPassword (by restriction)
Sub-types:None

NameSecondaryPassword
DocumentationSecondary 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>
top

Simple Type: SelectionMethod

Super-types:xsd:string < Code (by restriction) < SelectionMethod (by restriction)
Sub-types:None

NameSelectionMethod
DocumentationMethod 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>
top

Simple Type: SerialNumber

Super-types:xsd:string < SerialNumber (by restriction)
Sub-types:

NameSerialNumber
DocumentationSerial Number
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="SerialNumber">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: SeriesCode

Super-types:xsd:string < Code (by restriction) < SeriesCode (by restriction)
Sub-types:None

NameSeriesCode
DocumentationThe model series code for the specified vehicle
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="SeriesCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: SeriesName

Super-types:xsd:string < Text (by restriction) < SeriesName (by restriction)
Sub-types:None

NameSeriesName
DocumentationThe name corresponding to the SeriesCode
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="SeriesName">
<xsd:restriction base="Text"/>
</xsd:simpleType>
top

Simple Type: ShortMfg

Super-types:xsd:string < Code (by restriction) < ShortMfg (by restriction)
Sub-types:None

NameShortMfg
DocumentationShort Manfacturer or RSP Codes
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ShortMfg">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: SortName

Super-types:xsd:string < Name (by restriction) < SortName (by restriction)
Sub-types:None

NameSortName
DocumentationIndex name used as a sort for report purposes
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="SortName">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: SpouseSignificantOther

Super-types:xsd:string < Name (by restriction) < SpouseSignificantOther (by restriction)
Sub-types:None

NameSpouseSignificantOther
DocumentationSpousal Unit Significant Other
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="SpouseSignificantOther">
<xsd:restriction base="Name"/>
</xsd:simpleType>
top

Simple Type: StateOrProvince

Super-types:xsd:string < StateOrProvince (by restriction)
Sub-types:

NameStateOrProvince
DocumentationIs the State or Province of a given Address.
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="StateOrProvince">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: Suffix

Super-types:xsd:string < Name (by restriction) < Suffix (by restriction)
Sub-types:None

NameSuffix
DocumentationBusiness 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>
top

Simple Type: SystemVersion

Super-types:xsd:string < ReferenceNumber (by restriction) < SystemVersion (by restriction)
Sub-types:None

NameSystemVersion
DocumentationThe sender's software version number .
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="SystemVersion">
<xsd:restriction base="ReferenceNumber"/>
</xsd:simpleType>
top

Simple Type: TaxabilityInd

Super-types:xsd:string < Indicator (by restriction) < TaxabilityInd (by restriction)
Sub-types:None

NameTaxabilityInd
DocumentationDetermines whether an item or amount is taxable.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="TaxabilityInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: TaxType

Super-types:xsd:string < TaxType (by restriction)
Sub-types:None

NameTaxType
DocumentationTax Type
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
Total
Amount
Labor
Parts
Claim
DealerDealer
Deductible
Prorated
OtherOther
Luxury
Vehicle Inventory
Taxes Not In Cash Price
Document Stamp
Sales
Tire
Personal Property
Registration
Monthly/Use
Weight
Adjustment
DownPayment
CapCostReduction
Lieu
CurrentYear
N/ANot Applicable
LocalOptionTennessee Tax - combination of city and county.
SingleArticleTennessee Tax - State Tax
GasGas tax levied to applicable vehicles or by state/province law. (Referred to in US as "Gas Guzzler" tax).
Total Monthly/UseThe total amount of monthly use tax for a payment on a contract.
Service ContractTax charged on service contracts (where applicable).
Adjusted SalesAdjusted sales tax due to tax modifications when capitalized (i.e. NY)
Total Sales/UseThe total amount of sales/use tax for a single payment contract.
Air Conditioning ExciseProvincal tax providing for the installation or removal of freon. (Canada)
Purchase and UseA 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 TaxA county tax charged based on the location of the dealer and the customer. An example, The Cook County Tax.
General ExciseThis is a general excise tax that a state or region could impose.
Gross ReceiptA 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-InTax due on a trade-in vehicle.
Tax on Upfront FeesTotal tax due on fees paid upfront.
Tax on Acquisition FeeTax due on amount of acquisition fee.
Environmental TaxEnvironmental Levy / Tax.
Motor Vehicle TaxTax paid at of registration based on the vehicle's age and MSRP.
Wheel TaxA 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>
top

Simple Type: TaxTypeId

Super-types:xsd:string < TaxTypeId (by restriction)
Sub-types:None

NameTaxTypeId
DocumentationCS - 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 ValueDescription
CSCity
CPCounty
STState
OT"OT" = Other
EXExcise
VATValue Added
PSTProvincial Sales Tax
RTRental
GSTGoods and Services Tax
HSTHarmonized Tax
ARTAir Tax
QSTQuebec Sales Tax
IMPImport 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>
top

Simple Type: TelematicsServiceInd

Super-types:xsd:string < Indicator (by restriction) < TelematicsServiceInd (by restriction)
Sub-types:None

NameTelematicsServiceInd
DocumentationIndication whether Telematics Service Subscription is turned on
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="TelematicsServiceInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: TermLength

Super-types:xsd:string < TermLength (by restriction)
Sub-types:None

NameTermLength
DocumentationTerm Length
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
MonthsMonths
WeeksWeeks
YearsYears

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>
top

Simple Type: Text

Super-types:xsd:string < Text (by restriction)
Sub-types:

NameText
DocumentationIndicates generic text type
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Text">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: TradeInInd

Super-types:xsd:string < Indicator (by restriction) < TradeInInd (by restriction)
Sub-types:None

NameTradeInInd
DocumentationIdentifies vehicle being traded-in
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="TradeInInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: TrailerIncludedInd

Super-types:xsd:string < Indicator (by restriction) < TrailerIncludedInd (by restriction)
Sub-types:None

NameTrailerIncludedInd
DocumentationFlag to note whether the trailer is included.
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="TrailerIncludedInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: TransmissionType

Super-types:xsd:string < TransmissionType (by restriction)
Sub-types:None

NameTransmissionType
DocumentationVehicle 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 ValueDescription
33 Speed
44 Speed
55 Speed
66 Speed
A"A" = Automatic
Automatic 3Automatic 3 speed transmission type
Automatic 4Automatic 4 speed transmission type
Automatic 5Automatic 5 speed transmission type
Automatic 6Automatic 6 speed transmission type
Automatic 7Automatic 7 speed transmission type
77 Speed
CVT Automatic 3Continuously Variable T ransmission Automatic 3 speed transmission type (natural gas and hybrid).
CVT Automatic 4Continuously Variable T ransmission Automatic 4 speed transmission type (natural gas and hybrid).
CVT Automatic 5Continuously Variable T ransmission Automatic 5 speed transmission type (natural gas and hybrid).
CVT Automatic 6Continuously Variable T ransmission Automatic 6 speed transmission type (natural gas and hybrid).
CVT Automatic 7Continuously Variable T ransmission Automatic 7 speed transmission type (natural gas and hybrid).
MM = 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>
top

Simple Type: TrimCode

Super-types:xsd:string < Code (by restriction) < TrimCode (by restriction)
Sub-types:None

NameTrimCode
DocumentationManufacturer assigned trim code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="TrimCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Simple Type: Type

Super-types:xsd:string < Type (by restriction)
Sub-types:

NameType
DocumentationType
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Type">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: UOM

Super-types:xsd:string < UOM (by restriction)
Sub-types:None

NameUOM
DocumentationUnits 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 ValueDescription
eaEach
bxBox
caseCase
ctnCarton
galGallon
qtQuart
ptPint
ftft = feet
ydyd = yard
inin = inch
L"L" = Canceled
mm = meter
cmcm = centimeter
kgKilogram
gGram
other
tnTon
kmkilometers
mimiles
hphorsepower
kwkilowatt

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>
top

Simple Type: UrbanizationCode

Super-types:xsd:string < Code (by restriction) < UrbanizationCode (by restriction)
Sub-types:None

NameUrbanizationCode
DocumentationGeographic 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>
top

Simple Type: URI

Super-types:xsd:anyURI < URI (by restriction)
Sub-types:

NameURI
DocumentationURI
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="URI">
<xsd:restriction base="xsd:anyURI"/>
</xsd:simpleType>
top

Simple Type: VehicleDemoInd

Super-types:xsd:string < Indicator (by restriction) < VehicleDemoInd (by restriction)
Sub-types:None

NameVehicleDemoInd
DocumentationIndicates whether vehicle was ever a demo
More information at: http://www.starstandard.org.
Enumerations
Code ValueDescription
0
1

Schema Component Representation
<xsd:simpleType name="VehicleDemoInd">
<xsd:restriction base="Indicator"/>
</xsd:simpleType>
top

Simple Type: VehicleNote

Super-types:xsd:string < Note (by restriction) < VehicleNote (by restriction)
Sub-types:None

NameVehicleNote
DocumentationAny vehicle related notes
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="VehicleNote">
<xsd:restriction base="Note"/>
</xsd:simpleType>
top

Simple Type: VehicleStock

Super-types:xsd:string < ReferenceNumber (by restriction) < VehicleStock (by restriction)
Sub-types:None

NameVehicleStock
DocumentationDealer assigned vehicle stock number
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="VehicleStock">
<xsd:restriction base="ReferenceNumber"/>
</xsd:simpleType>
top

Simple Type: VIN

Super-types:xsd:string < VIN (by restriction)
Sub-types:None

NameVIN
DocumentationFederally defined 17 position vehicle identification number
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="VIN">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: Year

Super-types:xsd:gYear < Year (by restriction)
Sub-types:

NameYear
DocumentationYear
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="Year">
<xsd:restriction base="xsd:gYear"/>
</xsd:simpleType>
top

Simple Type: ZoneCode

Super-types:xsd:string < Code (by restriction) < ZoneCode (by restriction)
Sub-types:None

NameZoneCode
DocumentationManufacturer Assigned Zone Code
More information at: http://www.starstandard.org.

Schema Component Representation
<xsd:simpleType name="ZoneCode">
<xsd:restriction base="Code"/>
</xsd:simpleType>
top

Vehicle Section

ADF TAG name

ADF DEFINITION

Mapping to Sales Lead BOD

Interest

Buy, lease, sell, trade-in

Header/LeadInterest

Status

Identifies vehicle as N/A or used

Header/SaleClass

year

model year of vehicle

SalesVehicle/ModelYear

make

manufacturer of vehicle

SalesVehicle/Make

model

model of vehicle

SalesVehicle/Model

vin

VIN number of vehicle

SalesVehicle/VIN

stock

vendor's stock number for vehicle

SalesVehicle/VehicleStock

trim

trim description

SalesVehicle/TrimCode

doors

number of doors

SalesVehicle/DoorsQuantity

bodystyle

generic body style. E.g. SUV, sedan, coupe, etc.

SalesVehicle/BodyStyle

transmission

usually A (automatic) or M (manual)

SalesVehicle/TransmissionType

odometer status

odometer status - "replaced" "Unknown", etc

SalesVehicle/OdometerStatus

odometer units

odometer units="miles" 90000

SalesVehicle/DeliveryMileage

condition

condition of vehicle

SalesVehicle/Condition

interior color

interior color

SalesVehicle/InteriorColor

exterior color

exterior color

SalesVehicle/ExteriorColor

preference

preference. <colorcombination> tags will be listed in order of preference, 1 being the favorite

Detail/Preference

image tag URL

image tag URL

SalesVehicle/ImageAttachment/URI

image tag Width

image tag Width

SalesVehicle/ImageAttachment/ImageWidth

image tag Height

image tag Height

SalesVehicle/ImageAttachment/ImageHeight

image tag Alttest

image tag Alttest

SalesVehicle/ImageAttachment/ImageAlternateText

Vehicle Price

Vehicle Price

Pricing/VehiclePrice

Price type

Price associated with request

Pricing/PricingType

Price currency

Pricing/attribute of VehiclePrice

Price delta

Absolute, relative or percentage

Pricing/PricingDelta

Price relative to

Price relative to msrp or Invoice

Pricing/PricingType

Price source

The source is where this value came from, e.g. Kelley Blue Book

Pricing/PricingTypeSource

Price comments

explanatory note for pricing. E.g. "anniversary edition"

Pricing/PriceExplanation

Optionname

name of option

Option/OptionName

Option manufacturercode

manufacturer ID code

Option/Manufacturer

Option stock

stock number

Option/OptionStockNumber

Option weighting

percentage indicating the importance of this option to the customer, +100 being essential to have and -100 being essential not to have, 0 meaning don’t care

Detail/Preference

Option Price

Option/OptionPrice

Finance method

identifies financing option. E.g. cash, finance, lease, etc.

Financing/FinanceType

Finance downpayment amount

Finance downpayment amount

Financing/DownPaymentAmount

Finance monthly amount

Finance monthly amount

Financing/PaymentAmount

Finance total amount

Finance total amount

Financing/PurchasePrice

Finance limit maximum

Finance limit maximum

Financing/MaximumLimitAmount

Finance limit minimum

Finance limit minimum

Financing/MinimumLimitAmount

Finance limit exact

Finance limit

Financing/ApprovedAmount

Finance balance

remaining balance on trade-in vehicles

Financing/BalanceAmount

Finance residual

remaining residual on trade-in vehicles

Financing/ResidualAmount

Finance currency

Finance currency

Financing/attribute on all amounts

comments

comments about vehicle

SalesVehicle/VehicleNote

Customer Section

ADF TAG name

ADF DEFINITION

Mapping to Sales Lead BOD

contact First Name

contact First Name

IndividualProspect-PersonName/GivenName

contact Middle Name

contact Middle Name

IndividualProspect-PersonName/MiddleName

contact Suffix

contact Suffix

IndividualProspect-PersonName/Suffix

contact Last Name

contact Last Name

IndividualProspect-PersonName/FamilyName

contact Full Name

contact Full Name

IndividualProspect-PersonName/FormattedName

contact Type

contact Type

Header/LeadType

contact email

contact email

IndividualProspect-Contact/EmailAddress

contact email preferedcontact

contact email preferedcontact

IndividualProspect-Contact/PreferredContactMethod

contact phone number

contact phone number

IndividualProspect-Contact/Telephone -attribute "Evening Phone"

contact phone fax

contact phone fax

IndividualProspect-Contact/Fax -attribute "Home"

contact phone cellphone

contact phone cellphone

IndividualProspect-Contact/Telephone -attribute "Cell Phone"

contact phone pager

contact phone pager

IndividualProspect-Contact/Telephone -attribute "Pager"

contact phone time

contact phone time

IndividualProspect-Contact/ContactTime

contact phone preferedcontact

contact phone preferedcontact

IndividualProspect-Contact/PreferredContactMethod

Address type

Identifies address sub-category

IndividualProspect-Address/Qualifier attribute

Address street

street name

IndividualProspect-Address/AddressLine

Address apartment

apartment number

IndividualProspect-Address/AddressLine

Address city

city name

IndividualProspect-Address/City

Address regioncode

state or province

IndividualProspect-Address/StateOrProvince

Address psotalcode

post code

IndividualProspect-Address/PostalCode

Address country

country

IndividualProspect-Address/Country

Customer id

Customer id

IndividualProspect/PartyId

timeframe description

description of customer's timing intention

Header/LeadComments

timeframe earliestdate

earliest date customer is interested in. If timeframe tag is present, it is required to specify earliestdate and/or latest date.

Header/PurchaseEarliestDate

timeframe latestdate

latest date customer is interested in. If timeframe tag is present, it is required to specify earliest and/or latestdate

Header/PurchaseLatestDate

comments

comments captured from the customer

Header/CustomerComments

Vendor Section

ADF TAG name

ADF DEFINITION

Mapping to Sales Lead BOD

Vendor id

Vendor id

Dealer/PartyId

vendorname

name of vendor (dealer)

Dealer/DealerName

url

dealers web site address

Dealer/URI

contact First Name

contact First Name

Dealer-SalesContact-PersonName/GivenName

contact Last Name

contact Last Name

Dealer-SalesContact-PersonName/FamilyName

contact Full Name

contact Full Name

Dealer-SalesContact-PersonName/FormattedName

contact email

contact email

Dealer-SalesContact/EmailAddress

contact email preferedcontact

contact email preferedcontact

Dealer-SalesContact/PreferredContactMethod

contact phone number

contact phone number

Dealer-SalesContact/Telephone -attribute "Day Phone"

contact phone fax

contact phone fax

Dealer-SalesContact/Fax

contact phone cellphone

contact phone cellphone

Dealer-SalesContact/Telephone -attribute "Cell Phone"

contact phone pager

contact phone pager

Dealer-SalesContact/Telephone -attribute "Pager"

contact phone time

contact phone time

Dealer-SalesContact/ContactTime

contact phone preferedcontact

contact phone preferedcontact

Dealer-SalesContact/PreferredContactMethod

Address street

street name

Dealer-DealerAddress/AddressLine

Address city

city name

Dealer-DealerAddress/City

Address regioncode

state or province

Dealer-DealerAddress/StateOrProvince

Address psotalcode

post code

Dealer-DealerAddress/PostalCode

Address country

country

Dealer-DealerAddress/Country

Provider Section

ADF TAG name

ADF DEFINITION

Mapping to Sales Lead BOD

Provider id

Provider id

Provider/PartyId

name

name of service provider

Provider/ProviderName

service

name of service that originated the lead.

Header/LeadSource

url

web address of provider

Provider/URI

contact First Name

contact First Name

Provider-ProviderContact-PersonName/GivenName

contact Last Name

contact Last Name

Provider-ProviderContact-PersonName/FamilyName

contact Full Name

contact Full Name

Provider-ProviderContact-PersonName/FormattedName

contact email

contact email

Provider-ProviderContact/EmailAddress

contact email preferedcontact

contact email preferedcontact

Provider-ProviderContact/PreferredContactMethod

contact phone number

contact phone number

Provider-ProviderContact/Telephone -attribute "Day Phone"

contact phone fax

contact phone fax

Provider-ProviderContact/Fax

contact phone cellphone

contact phone cellphone

Provider-ProviderContact/Telephone -attribute "Cell Phone"

contact phone pager

contact phone pager

Provider-ProviderContact/Telephone -attribute "Pager"

contact phone time

contact phone time

Provider-ProviderContact/ContactTime

contact phone preferedcontact

contact phone preferedcontact

Provider-ProviderContact/PreferredContactMethod

Address street

street name

Provider-ProviderContact/AddressLine

Address city

city name

Provider-ProviderContact/City

Address regioncode

state or province

Provider-ProviderContact/StateOrProvince

Address psotalcode

post code

Provider-ProviderContact/PostalCode

Address country

country

Provider-ProviderContact/Country

Copyright © 2007 STAR – Standards for Technology in Automotive Retail. All rights reserved

Generated by StarSchemaGuidelineGenerator based on xs3p. Last modified: