8.3.3.5 IfcTimePeriod

Période temporelle
Zeitperiode

IfcTimePeriod defines a time period given by a start and end time. Both time definitions consider the time zone and allow for the daylight savings offset.

A time period is defined by a start and an end time, which is defined by IfcTime. The given time period should be within reasonable values (for example, the start time must be before the end time). It is furthermore expected that both time definitions use the same time zone and, if given, the same daylight saving offset.

HISTORY  New entity in IFC4.

XSD Specification:

 <xs:element name="IfcTimePeriod" type="ifc:IfcTimePeriod" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcTimePeriod">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="StartTime" type="ifc:IfcTime" use="optional"/>
    <xs:attribute name="EndTime" type="ifc:IfcTime" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcTimePeriod;
StartTime : IfcTime;
EndTime : IfcTime;
END_ENTITY;

Attribute Definitions:

StartTime : Start time of the time period.
EndTime : End time of the time period.

Inheritance Graph:

ENTITY IfcTimePeriod
ENTITY IfcTimePeriod
StartTime : IfcTime;
EndTime : IfcTime;
END_ENTITY;

Link to this page  Link to this page