Uses the Component:CertificationGroupType
Table 6.53. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| CertificationIssuerName | 
                         Name of issuer of certification  | 0..1 | Field | udt:NameType | |
| CertificationValue | 
                         certification value (i.e., gold)  | 0..1 | Field | udt:TextType | |
| CertificationDate | 
                         Date when the car completed the certification testing.  | 0..1 | Field | udt:DateType | |
| CertifiedWarrantyCode | 
                         Warranty applicable for the certified vehicle.  | 0..1 | Field | udt:TextType | |
| ActualOdometer | 
                         Odometer reading when the vehicle was certifiied  | 0..1 | Field | sqdt:LengthMeasureType | |
| VehiclePreviousUseCode | 
                         A code indicating how the vehicle was previously used. Refer to the Vehicle UseEnumeratedType code list  | 0..1 | Field | scl:VehicleUseContentType | |
| PreviousOwnerParty | 
                         Individual or company that owned the vehicle previously  | 0..1 | Component | PartyABIEType | |
| 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 | 
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.53. 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>