Module jonix.onix3

Class ResourceFileDescription

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

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

Resource file description

If the Resource file details and features do not adequately describe the resource, a short text description may be added to give a more detailed description. The field is optional but may only be used when <ResourceFileLink> is present, and is repeatable to provide parallel specifications in multiple languages. The language attribute is optional for a single instance of <ResourceFileDescription>, but must be included in each instance if <ResourceFileDescription> is repeated to provide parallel descriptions in multiple languages.

Format Variable length text, suggested maximum length 500 characters
Reference name <ResourceFileDescription>
Short tag <x571>
Cardinality 0…n
Attributes language
Example <ResourceFileDescription>96kHz sampling frequency, 16-bit sample depth, uncompressed</ResourceFileDescription>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • ResourceFileDescription

      public ResourceFileDescription()
    • ResourceFileDescription

      public ResourceFileDescription(Element element)
  • Method Details