Explanation

Code 90 is used to indicate that the publication was evaluated and certified by a third party organization.

Add the name of the organization to a <ProductFormFeatureDescription> element.

When setting the code, the URL of the organization should also be set using code 93.

Only for use in ONIX 3.0 or later

Examples

Example 1 — Third party evaluated
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>90</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
      Dewey, Checkum, and Howe
   </ProductFormFeatureDescription>
</ProductFormFeature>
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>93</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
      https://example.com/dewey-checkum-howe
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links