PerformanceInfo

class

Performance Information

Product performance and durability information per ESPR Article 7. Captures expected lifespan, usage cycles, and performance metrics.

URI:https://ref.openepcis.io/extensions/common/core/PerformanceInfo

Properties (6)

PropertyDescriptionRange
expectedLifespanExpected product lifespan. Use gs1:QuantitativeValue with unitCode (e.g., 'ANN' for years).gs1:QuantitativeValue
guaranteedLifespanGuaranteed minimum product lifespan per manufacturer warranty. Use unitCode 'ANN' (UN/CEFACT Rec 20).gs1:QuantitativeValue
performanceClassPerformance or efficiency class (e.g., A+++ to G for energy labels).xsd:string
technicalLifetimeTechnical lifetime under specified conditions. Use unitCode 'ANN' (UN/CEFACT Rec 20).gs1:QuantitativeValue
testedConditionsDescription of conditions under which performance was tested.xsd:string
usageCyclesNumber of expected usage cycles (e.g., charging cycles for batteries).xsd:integer

Used as Range (1)

External Vocabulary References

Loading external vocabulary...
Loading external vocabulary...
Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "PerformanceInfo",
  "expectedLifespan": "...",
  "guaranteedLifespan": "...",
  "performanceClass": "..."
}