Explanation

Code 93 is used to provide the URL to a web page that identifies and describes the organization that was responsible for evaluating and certifying the publication.

The name of the organization is expressed using code 90.

Only for use in ONIX 3.0 or later

Examples

Example 1 — Link to evaluator's home page
<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