Module jonix.onix3

Class SpecificationDescription

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

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

Specification description

If Specification details and features do not adequately specify the body of the product, a short text description may be added to give a more detailed specification. The field is optional, and repeatable to provide parallel specifications in multiple languages. The language attribute is optional for a single instance of <SpecificationDescription>, but must be included in each instance if <SpecificationDescription> is repeated to provide parallel descriptions in multiple languages.

Format Variable length text, suggested maximum length 500 characters
Reference name <SpecificationDescription>
Short tag <x564>
Cardinality 0…n
Attributes language
Example <x564>With die-cut in outer bottom corner of leaves</x564>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • SpecificationDescription

      public SpecificationDescription()
    • SpecificationDescription

      public SpecificationDescription(Element element)
  • Method Details