Module jonix.onix2

Class SequenceNumber

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

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

Contributor sequence number

A number which specifies a single overall sequence of contributor names. Optional and non-repeating. There are two ways of approaching the sequencing of contributor names: by defining a single sequence across all contributors, which is the general ONIX practise; or by defining an individual sequence for each contributor role, using the element <SequenceNumberWithinRole> on the next page. Some applications require this more precise sequencing. Where it is not required, it is strongly recommended that each occurrence of the <Contributor> composite should carry an overall <SequenceNumber>.

Format Variable-length integer, 1, 2, 3 etc, suggested maximum length 3 digits
Reference name <SequenceNumber>
Short tag <b034>
Example <SequenceNumber>3</SequenceNumber>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also: