Module jonix.onix2

Class LevelSequenceNumber

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

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

Level sequence number

A number which specifies the position of an item in a set within a multi-level hierarchy of such items. Numbering starts at the top level in the hierarchy, and the first item at the top level is numbered 1. Optional and non-repeating. The purpose of this element is to make it possible to describe structured sets in a normalized way, since enumeration carried as <ItemNumberWithinSet> may take a wide variety of forms.

Format Variable-length string of integers, each successive integer being separated by a full stop, suggested maximum length 100 characters
Reference name <LevelSequenceNumber>
Short tag <b284>
Example <b284>2.7</b284>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-2.1
See Also:
  • Field Details

  • Constructor Details

    • LevelSequenceNumber

      public LevelSequenceNumber()
    • LevelSequenceNumber

      public LevelSequenceNumber(Element element)
  • Method Details