Module jonix.onix3

Class ResourceFileContentDescription

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

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

Resource file content description

The content contained in the resource may be described, for manual confirmation – for example ‘Foil block overlay’ or ‘CMYK separations of rear cover’.

Note that individual resources do not need to be aligned with the physical organization of the book (eg with the folded signatures of a print-on-demand product), nor with the logical organization (eg with the chapters in the work).

The field is optional but may only be used when <ResourceFileLink> is present, and is repeatable to provide parallel descriptions in multiple languages. The language attribute is optional for a single instance of <ResourceFileContentDescription>, but must be included in each instance if <ResourceFileContentDescription> is repeated to provide parallel descriptions in multiple languages.

Format Variable length text, suggested maximum length 500 characters
Reference name <ResourceFileContentDescription>
Short tag <x576>
Cardinality 0…n
Attributes language
Example <ResourceFileContentDescription>Chapters 2 and 3</ResourceFileContentDescription>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • ResourceFileContentDescription

      public ResourceFileContentDescription()
    • ResourceFileContentDescription

      public ResourceFileContentDescription(Element element)
  • Method Details