![]()  | Serie mit Zeitabständen - Wert | 
![]()  | Time Series Value | 
![]()  | Valeur de séries temporelles | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 | 
|---|---|---|---|---|
| IfcTimeSeriesValue | MOVED | Schema changed from IFCTIMESERIESRESOURCE to IFCDATETIMERESOURCE.  | IFC2x3 to IFC4 4.0.0.0 | |
| IfcTimeSeriesValue | MOVED | Schema changed from IFCTIMESERIESRESOURCE to IFCDATETIMERESOURCE.  | 
A time series value is a list of values that comprise the time series. At least one value must be supplied. Applications are expected to normalize values by applying the following three rules:
![]()  | 
Figure 304 — Time series value  | 
HISTORY New entity in IFC2x2.
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| 1 | ListValues | IfcValue | L[1:?] | A list of time-series values. At least one value is required. | X | 
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| IfcTimeSeriesValue | |||||
| 1 | ListValues | IfcValue | L[1:?] | A list of time-series values. At least one value is required. | X | 
 <xs:element name="IfcTimeSeriesValue" type="ifc:IfcTimeSeriesValue" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcTimeSeriesValue">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:sequence>
     <xs:element name="ListValues">
      <xs:complexType>
       <xs:group ref="ifc:IfcValue" maxOccurs="unbounded"/>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcValue"/>
       <xs:attribute ref="ifc:cType" fixed="list"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
ENTITY IfcTimeSeriesValue;
  ListValues : LIST [1:?] OF IfcValue;
END_ENTITY;
  References: IfcRegularTimeSeries