NominalValueSet

class

Nominal Value Set

Represents nominal values and specification limits (LSL, USL) for a particular parameter.

URI:https://gs1-epcis-reg.org/rail/voc/data#NominalValueSet

Properties (3)

PropertyDescriptionRange
lowerSpecificationLimitThe minimum acceptable value for a product or service. If a product's specification is below the LSL, it may not be accepted.xsd:decimal
nominalValueThe target (as should) value for a parameter, around which tolerances are defined. Used as the reference value for specification limits.xsd:decimal
upperSpecificationLimitThe maximum acceptable value for a product or service. If a product's specification is above the USL, it may not be accepted.xsd:decimal

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions//-context.jsonld",
  "type": "NominalValueSet",
  "lowerSpecificationLimit": "...",
  "nominalValue": "...",
  "upperSpecificationLimit": "..."
}