Explanation

Code 88 is used to provide the text name of a credential held by the certifier.

The name of the credential is added in a <ProductFormFeatureDescription> element.

Use code 89 if the credential is expressed as a URL.

Only for use in ONIX 3.0 or later

Examples

Example 1 — Text credential
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>88</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
   	Galactically Certified Accessible
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links