Explanation

Code 89 is used to provide the URL of a credential held by the certifier.

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

Use code 88 if the credential is expressed as a text name.

Only for use in ONIX 3.0 or later

Examples

Example 1 — URL credential
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>89</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
   	https://example.com/galactically-accessible
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links