NominalValueSet
classNominal Value Set
Represents nominal values and specification limits (LSL, USL) for a particular parameter.
Properties (3)
| Property | Description | Range |
|---|---|---|
| lowerSpecificationLimit | The minimum acceptable value for a product or service. If a product's specification is below the LSL, it may not be accepted. | xsd:decimal |
| nominalValue | The target (as should) value for a parameter, around which tolerances are defined. Used as the reference value for specification limits. | xsd:decimal |
| upperSpecificationLimit | The 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)
Where used
Referenced by other terms (4)
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions//-context.jsonld",
"type": "NominalValueSet",
"lowerSpecificationLimit": "...",
"nominalValue": "...",
"upperSpecificationLimit": "..."
}