Module jonix.onix3

Class AudienceCodeValue

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

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

Audience code value

A code value taken from the scheme specified in <AudienceCodeType>. Either <AudienceCodeValue> or <AudienceHeadingText> or both must be present in each occurrence of the <Audience> composite. Non-repeating.

Format Determined by the scheme specified in <AudienceCodeType>
Reference name <AudienceCodeValue>
Short tag <b206>
Cardinality 0…1
Example <AudienceCodeValue>06</AudienceCodeValue> (Professional and scholarly)

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • AudienceCodeValue

      public AudienceCodeValue()
    • AudienceCodeValue

      public AudienceCodeValue(Element element)
  • Method Details