Module jonix.onix3

Class CollectionSequenceTypeName

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

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

Collection sequence type name

A name which describes a proprietary order used for the product’s sequence number within the collection. Must be included when, and only when, the code in the <CollectionSequenceType> field indicates a proprietary scheme. Optional and non-repeating.

Format Variable length text, suggested maximum length 50 characters
Reference name <CollectionSequenceTypeName>
Short tag <x480>
Cardinality 0…1
Attributes language
Example <x480>Order of TV series transmission</x480>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.01
See Also:
  • Field Details

  • Constructor Details

    • CollectionSequenceTypeName

      public CollectionSequenceTypeName()
    • CollectionSequenceTypeName

      public CollectionSequenceTypeName(Element element)
  • Method Details