8.3.3.4 IfcTaskTimeRecurring

Propriétés temporelles de tâche périodique
Zeitliche Information einer sich wiederholenden Tätigkeit

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

HISTORY  New entity in IFC4.

XSD 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="Recurrance" type="ifc:IfcRecurrencePattern" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcTaskTimeRecurring
SUBTYPE OF (IfcTaskTime);
Recurrance : IfcRecurrencePattern;
END_ENTITY;

Inheritance Graph:

ENTITY IfcTaskTimeRecurring
ENTITY IfcSchedulingTime
Name : OPTIONAL IfcStrippedOptional;
DataOrigin : OPTIONAL IfcStrippedOptional;
UserDefinedDataOrigin : OPTIONAL IfcStrippedOptional;
ENTITY IfcTaskTime
DurationType : OPTIONAL IfcStrippedOptional;
ScheduleDuration : OPTIONAL IfcDuration;
ScheduleStart : OPTIONAL IfcDateTime;
ScheduleFinish : OPTIONAL IfcDateTime;
EarlyStart : OPTIONAL IfcStrippedOptional;
EarlyFinish : OPTIONAL IfcStrippedOptional;
LateStart : OPTIONAL IfcStrippedOptional;
LateFinish : OPTIONAL IfcStrippedOptional;
FreeFloat : OPTIONAL IfcStrippedOptional;
TotalFloat : OPTIONAL IfcStrippedOptional;
IsCritical : OPTIONAL IfcStrippedOptional;
StatusTime : OPTIONAL IfcStrippedOptional;
ActualDuration : OPTIONAL IfcStrippedOptional;
ActualStart : OPTIONAL IfcStrippedOptional;
ActualFinish : OPTIONAL IfcStrippedOptional;
RemainingTime : OPTIONAL IfcStrippedOptional;
Completion : OPTIONAL IfcStrippedOptional;
ENTITY IfcTaskTimeRecurring
Recurrance : IfcRecurrencePattern;
END_ENTITY;

Link to this page  Link to this page