Module jonix.onix3

Class ExtentValueRoman

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

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

Extent value in Roman numerals

The value of the extent expressed in Roman numerals. Optional, and non-repeating. Used only for page runs which are numbered in Roman.

Format Letters forming a valid Roman numeral
Reference name <ExtentValueRoman>
Short tag <x421>
Cardinality 0…1
Example <ExtentValueRoman>xxiii</ExtentValueRoman> (23)

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ExtentValueRoman

      public ExtentValueRoman()
    • ExtentValueRoman

      public ExtentValueRoman(Element element)
  • Method Details