Module jonix.onix3

Class ProductFormFeatureDescription

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

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

Product form feature description

If the <ProductFormFeatureType> requires free text rather than a code value, or if the code in <ProductFormFeatureValue> does not adequately describe the feature, 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 <ProductFormFeatureDescription>, but must be included in each instance if <ProductFormFeatureDescription> is repeated.

Format Variable length text, suggested maximum length 500 characters
Reference name <ProductFormFeatureDescription>
Short tag <b336>
Cardinality 0…n
Attributes language
Example <b336>11pt Helvetica</b336>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ProductFormFeatureDescription

      public ProductFormFeatureDescription()
    • ProductFormFeatureDescription

      public ProductFormFeatureDescription(Element element)
  • Method Details