Module jonix.onix3

Class EpubLicenseExpressionLink

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

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

License expression link

The URI for the license expression. Mandatory in each instance of the <EpubLicenseExpression> composite, and non-repeating.

Format Variable length text, suggested maximum length 300 characters
Reference name <EpubLicenseExpressionLink>
Short tag <x510>
Cardinality 1
Example <EpubLicenseExpressionLink>http://creativecommons.org/licenses/by/3.0/deed.en_GB</EpubLicenseExpressionLink>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.02
See Also:
  • Field Details

  • Constructor Details

    • EpubLicenseExpressionLink

      public EpubLicenseExpressionLink()
    • EpubLicenseExpressionLink

      public EpubLicenseExpressionLink(Element element)
  • Method Details