Explanation

Code 08 is used to indicate that a digital publication has not yet been assessed for accessibility or only incomplete accessibility information is provided.

The <ProductFormFeatureDescription> element can be added to explain why the accessibility of the title is not known.

Only for use in ONIX 3.0 or later.

Examples

Example 1 — Unknown accessibility with no reason
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>08</ProductFormFeatureValue>
</ProductFormFeature>
Example 2 — Unknown accessibility with reason
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>08</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
      Automatically transformed from older format.
      Accessibility checks not yet performed.
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links