Explanation

Code 98 is used to include a email address that users can use to contact a trusted intermediary for more information about the accessibility of the publication or to report issues with the publication.

The email address should not be one for general inquiries but should be one that is specifically for asking accessibility questions.

The email address is provided in a <ProductFormFeatureDescription> element.

If the publisher does not use a trusted intermediary to answer accessibility questions, the publisher's is listed under code 99.

Examples

Example 1 — Trusted intermediary email
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>98</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
      accessinfo@global-library.example.com
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links