Module jonix.onix3

Class TitleWithoutPrefix

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

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

Title text without prefix

The text of a title element without the title prefix; and excluding any subtitle. Optional and non-repeating; can only be used if one of the <NoPrefix/> or <TitlePrefix> elements is also present.

Format Variable length text, suggested maximum 300 characters
Reference name <TitleWithoutPrefix>
Short tag <b031>
Cardinality 0…1
Attributes collationkey, language, textscript, textcase
Example <TitleWithoutPrefix language="eng" textcase="01">shameful life of Salvador Dali</TitleWithoutPrefix>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • TitleWithoutPrefix

      public TitleWithoutPrefix()
    • TitleWithoutPrefix

      public TitleWithoutPrefix(Element element)
  • Method Details