Explanation

Code 19 is used to indicate that the publication contains static page breaks markers.

It is not required that there be a pre-paginated source for the page breaks, such as a source print book. Static page breaks may be included for digital-only publications.

If there is a statically paginated source for the page breaks, it should be listed in a <RelatedProduct> element with the code 13.

Refer to the Page Numbering section of the knowledge base for more information.

See also code 41 when including a page list.

Examples

Example 1 — Print page numbers with source information
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>19</ProductFormFeatureValue>
</ProductFormFeature>
…
<RelatedProduct>
  <ProductRelationCode>13</ProductRelationCode>
  <ProductIdentifier>
   <ProductIDType>15</ProductIDType>
   <IDValue>9780123456789</IDValue>
 </ProductIdentifier>
 <ProductForm>BB</ProductForm>
</RelatedProduct>
Example 2 — Page breaks with no source
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>19</ProductFormFeatureValue>
</ProductFormFeature>

Related Links