Module jonix.onix3

Class ProductFormDescription

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

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

Product form description

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

Format Variable length text, suggested maximum length 200 characters
Reference name <ProductFormDescription>
Short tag <b014>
Cardinality 0…n
Attributes language
Example <ProductFormDescription language="eng">Hardback book die-cut into car shape, with wheels attached to front and back covers</ProductFormDescription>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ProductFormDescription

      public ProductFormDescription()
    • ProductFormDescription

      public ProductFormDescription(Element element)
  • Method Details