Module jonix.onix3

Class AudienceCodeTypeName

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

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

Audience code type name

A name which identifies a proprietary audience scheme when the code in <AudienceCodeType> indicates a proprietary scheme, eg a vendor’s own coding scheme. Optional and non-repeating.

Format Variable length text, suggested maximum length 50 characters
Reference name <AudienceCodeTypeName>
Short tag <b205>
Cardinality 0…1
Attributes language
Example <b205>Fortnightly Books target selector</b205>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • AudienceCodeTypeName

      public AudienceCodeTypeName()
    • AudienceCodeTypeName

      public AudienceCodeTypeName(Element element)
  • Method Details