Module jonix.onix3

Class ResourceFileFeatureDescription

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

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

Resource file feature description

If the <ResourceFileFeatureType> requires free text rather than a code value, or if the code in <ResourceFileFeatureValue> does not adequately specify the feature of the insert, a short text description may be added. Optional, and repeatable to provide parallel descriptive text in multiple languages. The language attribute is optional for a single instance of <ResourceFileFeatureDescription>, but must be included in each instance if <ResourceFileFeatureDescription> is repeated.

Format Variable length text, suggested maximum length 500 characters
Reference name <ResourceFileFeatureDescription>
Short tag <x570>
Cardinality 0…n
Attributes language
Example

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • ResourceFileFeatureDescription

      public ResourceFileFeatureDescription()
    • ResourceFileFeatureDescription

      public ResourceFileFeatureDescription(Element element)
  • Method Details