Uses the Component:CertificationGroupType
Table 6.35. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CertificationIssuerName |
Name of issuer of certification | 0..1 | Field | oag:NameType | |
| CertificationValue |
certification value (i.e., gold) | 0..1 | Field | oag:TextType | |
| CertificationDate |
Date when the car completed the certification testing. | 0..1 | Field | oag:xbt_DateType | |
| CertifiedWarranty |
Warranty applicable for the certified vehicle. | 0..1 | Field | oag:TextType | |
| ActualOdometer |
Odometer reading when the vehicle was certifiied | 0..1 | Field | sqdt:LengthMeasureType | |
| VehiclePreviousUse |
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 | oag:TextType | |
| RepairOrderNumber |
A code indicating how the vehicle was previously used. Refer to the Vehicle UseEnumeratedType code list | 0..* | Field | oag: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.41. CertificationGroup
<CertificationGroup>
<CertificationIssuerName>......</CertificationIssuerName> [0..1]
<CertificationValue>......</CertificationValue> [0..1]
<CertificationDate>......</CertificationDate> [0..1]
<CertifiedWarranty>......</CertifiedWarranty> [0..1]
<ActualOdometer>......</ActualOdometer> [0..1]
<VehiclePreviousUse>......</VehiclePreviousUse> [0..1]
<PreviousOwnerParty>......</PreviousOwnerParty> [0..1]
<ClassAndWarranty>......</ClassAndWarranty> [0..*]
<RepairOrderNumber>......</RepairOrderNumber> [0..*]
</CertificationGroup>