IfcTimePeriod

Natural language names
deZeitperiode
enTime Period
frPériode temporelle
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTimePeriodADDED
Semantic definitions at the entity
Entity definition

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.
Attribute definitions
#AttributeTypeCardinalityDescription C
1StartTimeIfcTime[1:1] Start time of the time period.X
2EndTimeIfcTime[1:1] End time of the time period.X
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcTimePeriod
1StartTimeIfcTime[1:1] Start time of the time period.X
2EndTimeIfcTime[1:1] End time of the time period.X
Formal representations
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;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page