IfcTimeSeriesValue

Natural language names
deSerie mit Zeitabständen - Wert
enTime Series Value
frValeur de séries temporelles
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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 297 — Time series value

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription C
1ListValuesIfcValueL[1:?] A list of time-series values. At least one value is required.X
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcTimeSeriesValue
1ListValuesIfcValueL[1:?] A list of time-series values. At least one value is required.X
Formal representations
XSD 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

Link to this page  Link to this page