IFC 4.3.2.20241204 (IFC4X3_ADD2) under development

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.

Table 8.5.3.3.A

8.5.3.3.4 Formal representation

ENTITY IfcIrregularTimeSeriesValue;
TimeStamp : IfcDateTime;
ListValues : LIST [1:?] OF IfcValue;
END_ENTITY;

8.5.3.3.5 References

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

8.5.3.3.6 Changelog

8.5.3.3.6.1 IFC4

  • attribute TimeStamp type, Changed from "IfcDateTimeSelect" to "IfcDateTime"