Module jonix.onix3

Class SubjectHeadingText

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

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

Subject heading text

The text of a subject heading taken from the scheme specified in the <SubjectSchemeIdentifier> element, or of free language keywords if the scheme is specified as ‘keywords’; or the text equivalent to the <SubjectCode> value, if both code and text are sent. Either <SubjectCode> or <SubjectHeadingText> or both must be present in each occurrence of the <Subject> composite.

Optional, and repeatable if the heading text is sent in multiple languages. The language attribute is optional for a single instance of <SubjectHeadingText>, but must be included in each instance if <SubjectHeadingText> is repeated.

Format Variable length text, suggested maximum length 500 characters
Reference name <SubjectHeadingText>
Short tag <b070>
Cardinality 0…n
Attributes language
Example <b070>Labor and industrial relations</b070>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • SubjectHeadingText

      public SubjectHeadingText()
    • SubjectHeadingText

      public SubjectHeadingText(Element element)
  • Method Details