Module jonix.onix3

Class EpubLicenseExpressionTypeName

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

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

License expression type name

A short free-text name for a license expression type, when the code in <EpubLicenseExpressionType> provides insufficient detail – for example when a machine-readable license is expressed using a particular proprietary encoding scheme. Optional and non-repeating, and must be included when (and only when) the <EpubLicenseExpressionType> element indicates the expression is encoded in a proprietary way.

Format Variable length text, suggested maximum length 50 characters
Reference name <EpubLicenseExpressionTypeName>
Short tag <x509>
Cardinality 0…1
Attributes language
Example <x509>ABC-XML</x509>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.02
See Also:
  • Field Details

  • Constructor Details

    • EpubLicenseExpressionTypeName

      public EpubLicenseExpressionTypeName()
    • EpubLicenseExpressionTypeName

      public EpubLicenseExpressionTypeName(Element element)
  • Method Details