Module jonix.onix3

Class PartNumber

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

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

Part number

When a title element includes a part designation within a larger whole (eg Part I, or Volume 3), this field should be used to carry the number and its ‘caption’ as text. Optional and non-repeating.

Format Variable length text, suggested maximum 20 characters
Reference name <PartNumber>
Short tag <x410>
Cardinality 0…1
Attributes language, textscript
Example <PartNumber>Volume 17</PartNumber>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PartNumber

      public PartNumber()
    • PartNumber

      public PartNumber(Element element)
  • Method Details