CertificationGroup

Uses the Component:CertificationGroupType

Fields and Components

Table 6.54. 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.54. CertificationGroup

<CertificationGroup>
     <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..*]
</CertificationGroup>