IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.5.3.2 IfcIrregularTimeSeries

8.5.3.2.1 Semantic definition

In an irregular time series, unpredictable bursts of data arrive at unspecified points in time, or most time stamps cannot be characterized by a repeating pattern.

8.5.3.2.2 Entity inheritance

8.5.3.2.3 Attributes

# Attribute Type Description
IfcTimeSeries (9)
Click to show 9 hidden inherited attributes
IfcIrregularTimeSeries (1)
9 Values LIST [1:?] OF IfcIrregularTimeSeriesValue

The collection of time series values.

Table 8.5.3.2.A

8.5.3.2.4 Formal representation

ENTITY IfcIrregularTimeSeries
SUBTYPE OF (IfcTimeSeries);
Values : LIST [1:?] OF IfcIrregularTimeSeriesValue;
END_ENTITY;

8.5.3.2.5 References