Module jonix.onix3

Class EditionVersionNumber

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

public class EditionVersionNumber extends Object implements OnixElement<String>, Serializable

Edition version number

The number of a numbered revision within an edition number. To be used only where a publisher uses such two-level numbering to indicate revisions which do not constitute a new edition under a new ISBN or other distinctive product identifier. Optional and non-repeating. If this field is used, an <EditionNumber> must also be present.

Format Variable length text, suggested maximum length 50 characters
Reference name <EditionVersionNumber>
Short tag <b217>
Cardinality 0…1
Example <b217>2</b217> (Second revised impression of this edition)

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • EditionVersionNumber

      public EditionVersionNumber()
    • EditionVersionNumber

      public EditionVersionNumber(Element element)
  • Method Details