Module jonix.onix3

Class SubjectSchemeName

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

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

Proprietary subject scheme name

A name identifying a proprietary subject scheme (ie a scheme which is not a standard and for which there is no individual identifier code) when <SubjectSchemeIdentifier> is coded ‘24’. Optional and non-repeating.

Format Variable length text, suggested maximum length 100 characters
Reference name <SubjectSchemeName>
Short tag <b171>
Cardinality 0…1
Attributes language
Example <b121>RetailCo ShelfScheme</b121>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • SubjectSchemeName

      public SubjectSchemeName()
    • SubjectSchemeName

      public SubjectSchemeName(Element element)
  • Method Details