IfcTaskTimeRecurring

Natural language names
Zeitliche Information einer sich wiederholenden Tätigkeit
Task Time Recurring
Propriétés temporelles de tâche périodique
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTaskTimeRecurringADDED
IFC4 Addendum 1
    IfcTaskTimeRecurring
      IsCriticalMODIFIEDType changed from BOOLEAN to IfcBoolean.
      RecurrenceXMODIFIEDName changed from Recurrance to Recurrence.
Semantic definitions at the entity
Entity definition

IfcTaskTimeRecurring is a recurring instance of IfcTaskTime for handling regularly scheduled or repetitive tasks.

HISTORY  New entity in IFC4.
Attribute definitions
#AttributeTypeCardinalityDescription G
21RecurrenceIfcRecurrencePattern X
Inherited definitions from supertypes
Entity inheritance IfcTaskTime IfcSchedulingTime
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcSchedulingTime
1NameIfcLabel? Optional name for the time definition. X
2DataOriginIfcDataOriginEnum? Specifies the origin of the scheduling time entity. It currently differentiates between predicted, simulated, measured, and user defined values.X
3UserDefinedDataOriginIfcLabel? Value of the data origin if DataOrigin attribute is USERDEFINED.X
IfcTaskTime
4DurationTypeIfcTaskDurationEnum? Enables to specify the type of duration values for ScheduleDuration, ActualDuration and RemainingTime. The duration type is either work time or elapsed time.X
5ScheduleDurationIfcDuration? The amount of time which is scheduled for completion of a task. The value might be measured or somehow calculated, which is defined by ScheduleDataOrigin. The value is either given as elapsed time or work time, which is defined by DurationType.
NOTE  Scheduled Duration may be calculated as the time from scheduled start date to scheduled finish date.
X
6ScheduleStartIfcDateTime? The date on which a task is scheduled to be started. The value might be measured or somehow calculated, which is defined by ScheduleDataOrigin.
NOTE  The scheduled start date must be greater than or equal to the earliest start date.
X
7ScheduleFinishIfcDateTime? The date on which a task is scheduled to be finished. The value might be measured or somehow calculated, which is defined by ScheduleDataOrigin.
NOTE  The scheduled finish date must be greater than or equal to the earliest finish date.
X
8EarlyStartIfcDateTime? The earliest date on which a task can be started. It is a calculated value.X
9EarlyFinishIfcDateTime? The earliest date on which a task can be finished. It is a calculated value.X
10LateStartIfcDateTime? The latest date on which a task can be started. It is a calculated value.X
11LateFinishIfcDateTime? The latest date on which a task can be finished. It is a calculated value.X
12FreeFloatIfcDuration? The amount of time during which the start or finish of a task may be varied without any effect on the overall programme of work. It is a calculated elapsed time value.X
13TotalFloatIfcDuration? The difference between the duration available to carry out a task and the scheduled duration of the task. It is a calculated elapsed time value.
NOTE  Total Float time may be calculated as being the difference between the scheduled duration of a task and the available duration from earliest start to latest finish. Float time may be either positive, zero or negative. Where it is zero or negative, the task becomes critical.
X
14IsCriticalIfcBoolean? A flag which identifies whether a scheduled task is a critical item within the programme.
NOTE  A task becomes critical when the float time becomes zero or negative.
X
15StatusTimeIfcDateTime? The date or time at which the status of the tasks within the schedule is analyzed.X
16ActualDurationIfcDuration? The actual duration of the task. It is a measured value. The value is either given as elapsed time or work time, which is defined by DurationType.X
17ActualStartIfcDateTime? The date on which a task is actually started. It is a measured value.
NOTE  The scheduled start date must be greater than or equal to the earliest start date. No constraint is applied to the actual start date with respect to the scheduled start date since a task may be started earlier than had originally been scheduled if circumstances allow.
X
18ActualFinishIfcDateTime? The date on which a task is actually finished.X
19RemainingTimeIfcDuration? The amount of time remaining to complete a task. It is a predicted value. The value is either given as elapsed time or work time, which is defined by DurationType.
NOTE  The time remaining in which to complete a task may be determined both for tasks which have not yet started and those which have. Remaining time for a task not yet started has the same value as the scheduled duration. For a task already started, remaining time is calculated as the difference between the scheduled finish and the point of analysis.
X
20CompletionIfcPositiveRatioMeasure? The extent of completion expressed as a ratio or percentage. It is a measured value.X
IfcTaskTimeRecurring
21RecurrenceIfcRecurrencePattern X
Formal representations
XML Specification
 <xs:element name="IfcTaskTimeRecurring" type="ifc:IfcTaskTimeRecurring" substitutionGroup="ifc:IfcTaskTime" nillable="true"/>
 <xs:complexType name="IfcTaskTimeRecurring">
  <xs:complexContent>
   <xs:extension base="ifc:IfcTaskTime">
    <xs:sequence>
     <xs:element name="Recurrence" type="ifc:IfcRecurrencePattern" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcTaskTimeRecurring
 SUBTYPE OF (IfcTaskTime);
  Recurrence : IfcRecurrencePattern;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page