Uses the Component:VDProgramIdentificationType
Table 6.13. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ProgramID |
This is a unique identifier for an incentive program. Details group together multiple vehicles and incentive terms into a single document to simplify authoring, posting, and reporting. | 1..1 | Field | udt:TextType | |
ProgramRevisionNumber |
Denotes a specific revision of an incentive program. Each revision contains the fully defined content of the incentive program and its eligibility criteria. | 1..1 | Field | udt:NumericType | |
standardIncentiveType |
This code specifies the type of incentive values that may be associated with each vehicle within the program. The standard incentive type determines whether cash, interest rate, residual, text based non cash incentives, and other special terms and conditions are allowed on the program. | 1..1 | Field | udt:TextType | |
ProgramURL |
An URL to access 10 Point PDF file | 1..1 | Field | qdt:URIType | |
TopOfDealInd |
A program is a “Top Of Deal” if it is a primary incentive which drives the selection of other incentives. | 1..1 | Field | xsd:boolean | |
ProgramName |
Program name includes some description of the program type and contents | 1..1 | Field | udt:TextType | |
DisplayRegion |
Indicates the incentive programs that are of interest to dealers in a particular area. | 1..* | Field | udt:TextType | |
SeeContractInd |
Identifies incentive programs that have special terms that require a dealer to review in the full program text. The incentive eligibility cannot be fully evaluated based on the rules within IOM. | 1..1 | Field | xsd:boolean | |
redemptionCode |
This is the accounting code that is used by the dealers to file for reimbursement. | 1..* | Field | udt:TextType | |
VDIncentiveProgramTags | 1..1 | Component | VDIncentiveProgramTagsType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.13. VDProgramIdentification
<VDProgramIdentification> <ProgramID>......</ProgramID> [1..1] <ProgramRevisionNumber>......</ProgramRevisionNumber> [1..1] <standardIncentiveType>......</standardIncentiveType> [1..1] <ProgramURL>......</ProgramURL> [1..1] <TopOfDealInd>......</TopOfDealInd> [1..1] <ProgramName>......</ProgramName> [1..1] <DisplayRegion>......</DisplayRegion> [1..*] <SeeContractInd>......</SeeContractInd> [1..1] <redemptionCode>......</redemptionCode> [1..*] <VDIncentiveProgramTags>......</VDIncentiveProgramTags> [1..1] </VDProgramIdentification>