IfcTimeSeriesValue

Natural language names
Serie mit Zeitabständen - Wert
Time Series Value
Valeur de séries temporelles
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcTimeSeriesValueMOVEDSchema changed from IFCTIMESERIESRESOURCE to IFCDATETIMERESOURCE.
IFC2x3 to IFC4 4.0.0.0
    IfcTimeSeriesValueMOVEDSchema changed from IFCTIMESERIESRESOURCE to IFCDATETIMERESOURCE.
Semantic definitions at the entity
Entity definition

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:

"time series values"

Figure 304 — Time series value

HISTORY  New entity in IFC2x2.

Attribute definitions
#AttributeTypeCardinalityDescription G
1ListValuesIfcValueL[1:?] A list of time-series values. At least one value is required. X
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcTimeSeriesValue
1ListValuesIfcValueL[1:?] A list of time-series values. At least one value is required. X
Formal representations
XML Specification
 <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>
EXPRESS Specification
ENTITY IfcTimeSeriesValue;
  ListValues : LIST [1:?] OF IfcValue;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRegularTimeSeries

Link to this page  Link to this page