Module jonix.onix3

Class ProductFormFeatureValue

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

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

Product form feature value

A controlled value that describes a product form feature. Presence or absence of this element depends on the <ProductFormFeatureType>, since some product form features (eg color of cover binding) require an accompanying value, while some (eg text font) require free text in <ProductFormFeatureDescription>. Others may have both code value and free text. Non-repeating.

Format Dependent on the scheme specified in <ProductFormFeatureType>
Codelist Dependent on the scheme specified in <ProductFormFeatureType>
For cover binding color, see List 98
For page edge color, see List 98
For special cover material, see List 99
For text font, use free text in <ProductFormFeatureDescription>, which should include a font name for the main body text. <ProductFormFeatureValue> may include the body text size in points
For DVD region codes, see List 76
For CPSIA choking hazard warning, see List 143
For EU Toy Safety hazard warnings, see List 184
For various paper certification schemes (FSC, PEFC etc), see List 79. <ProductFormFeatureType> identifies the certification scheme, and <ProductFormFeatureValue> may carry a Chain of Custody (COC) number. For certified recycled paper, a separate repeat of the <ProductFormFeature> composite may carry the percent post-consumer waste used in a product
For specific versions of common e-publication file formats, (eg the IDPF's EPUB 3.0.1), use <ProductFormFeatureType> code 15 and a value from List 220. For e-publication formats not covered in List 220, use <ProductFormFeatureType> code 10 and a period-separated list of numbers (eg '7', '1.5' or '3.10.7') in <ProductFormFeatureValue>
For required operating system for a digital product, see List 176. You should in addition include operating system version information (major and minor version numbers as necessary, eg '10.6.4 or later' for Mac OS 10.6.4, '7 SP1 or later' for Windows 7 Service Pack 1) in <ProductFormFeatureDescription>. For other system requirements for a digital product (eg specific memory, storage or other hardware requirements), use free text in <ProductFormFeatureDescription> within a separate repeat of the <ProductFormFeature> composite
For e-publication accessibility features for print-impaired readers, see List 196
Further features with corresponding code lists may be added from time to time without a re-issue of this document - see the latest release of List 79
Reference name <ProductFormFeatureValue>
Short tag <b335>
Cardinality 0…1
Example <b335>BLK</b335> (Black color)

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ProductFormFeatureValue

      public ProductFormFeatureValue()
    • ProductFormFeatureValue

      public ProductFormFeatureValue(Element element)
  • Method Details