Module jonix.onix3

Class NumberOfIllustrations

java.lang.Object
com.tectonica.jonix.onix3.NumberOfIllustrations
All Implemented Interfaces:
OnixElement<Integer>, OnixTag, Serializable

public class NumberOfIllustrations extends Object implements OnixElement<Integer>, Serializable

Number of illustrations

The total number of illustrations in a book or other printed product. The more informative free text field <IllustrationsNote> and/or the <AncillaryContent> composite are strongly preferred, but where a sender of product information maintains only a simple numeric field, the <NumberOfIllustrations> element may be used. Optional and non-repeating.

Format Positive integer or zero, suggested maximum length 6 digits
Reference name <NumberOfIllustrations>
Short tag <b125>
Cardinality 0…1
Example <NumberOfIllustrations>64</NumberOfIllustrations>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • NumberOfIllustrations

      public NumberOfIllustrations()
    • NumberOfIllustrations

      public NumberOfIllustrations(Element element)
  • Method Details