DealerCertificationGroup

Uses the Component:CertificationGroupType

The DealerCertificationGroup is used to identify any certifications that the dealer may have, e.g., NMMA certification, OEM-specified certification, authorized Ford Dealer, etc. and the issuer of the certification(s).

Fields and Components

Table 6.30. Fields and Components

Name Description Occurrence Type Data Type User Notes
CertificationIssuerName

Name of issuer of certification

0..1Field udt:NameType  
CertificationValue

certification value (i.e., gold)

0..1Field udt:TextType  
CertificationDate

Date when the car completed the certification testing.

0..1Field udt:DateType  
CertifiedWarrantyCode

Warranty applicable for the certified vehicle.

0..1Field udt:TextType  
ActualOdometer

Odometer reading when the vehicle was certifiied

0..1Field sqdt:LengthMeasureType  
VehiclePreviousUseCode

A code indicating how the vehicle was previously used. Refer to the Vehicle UseEnumeratedType code list

0..1Field scl:VehicleUseContentType  
PreviousOwnerParty

Individual or company that owned the vehicle previously

0..1ComponentPartyABIEType 
ClassAndWarranty

A code indicating how the vehicle was previously used. Refer to the Vehicle UseEnumeratedType code list

0..*Field udt:TextType  
RepairOrderNumber

A code indicating how the vehicle was previously used. Refer to the Vehicle UseEnumeratedType code list

0..*Field qdt:StringType  

Sample XML

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.30. DealerCertificationGroup

<DealerCertificationGroup>
     <CertificationIssuerName>......</CertificationIssuerName>     [0..1]
     <CertificationValue>......</CertificationValue>     [0..1]
     <CertificationDate>......</CertificationDate>     [0..1]
     <CertifiedWarrantyCode>......</CertifiedWarrantyCode>     [0..1]
     <ActualOdometer>......</ActualOdometer>     [0..1]
     <VehiclePreviousUseCode>......</VehiclePreviousUseCode>     [0..1]
     <PreviousOwnerParty>......</PreviousOwnerParty>     [0..1]
     <ClassAndWarranty>......</ClassAndWarranty>     [0..*]
     <RepairOrderNumber>......</RepairOrderNumber>     [0..*]
</DealerCertificationGroup>