8.5.3.3 IfcIrregularTimeSeriesValue
8.5.3.3.1 Semantic definition
The IfcIrregularTimeSeriesValue describes a value (or set of values) at a particular time point.
8.5.3.3.2 Entity inheritance
8.5.3.3.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcIrregularTimeSeriesValue (2) | |||
1 | TimeStamp | IfcDateTime |
The specification of the time point. |
2 | ListValues | LIST [1:?] OF IfcValue |
A list of time-series values. At least one value is required. |
8.5.3.3.4 Formal representation
ENTITY IfcIrregularTimeSeriesValue;
TimeStamp : IfcDateTime;
ListValues : LIST [1:?] OF IfcValue;
END_ENTITY;