NominalValueSet
classNominal Value Set
Represents nominal values and specification limits (LSL, USL) for a particular parameter.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (3)
| Description | Domain | Range | Vocabularies | |
|---|---|---|---|---|
| lowerSpecificationLimit Lower Specification Limit (LSL) | The minimum acceptable value for a product or service. If a product's specification is below the LSL, it may not be accepted. | rail:NominalValueSet, schema:Observation | xsd:decimal | |
| nominalValue Nominal Value | The target (as should) value for a parameter, around which tolerances are defined. Used as the reference value for specification limits. | rail:NominalValueSet, schema:Observation | xsd:decimal | |
| upperSpecificationLimit Upper Specification Limit (USL) | The maximum acceptable value for a product or service. If a product's specification is above the USL, it may not be accepted. | rail:NominalValueSet, schema:Observation | 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": "..."
}