5.3.3.3 IfcWorkControl
| Contrôle des travaux |
| Arbeitskontrolle |
An IfcWorkControl is an abstract supertype which captures information that is common to both IfcWorkPlan and IfcWorkSchedule.
HISTORY New entity in IFC2x
CHANGE IFC4 Corrected assignment of resources to work control in documentation. Assignment of tasks to work control updated based on changes of task time definitions and the introduction of a summary task. Identifier has been renamed (now Identification) and promoted to supertype IfcControl
A work control may have resources assigned to it. This is
handled by the IfcRelAssignsToControl relationship.
A work control should also define a context that gives
further information about its usage. If no special context
information is required then the IfcProject instance
as a global context should be used instead. An explicit
link between the work control and the IfcProject via
IfcRelDeclares should then be provided.
The attribute IfcWorkControl.Purpose is used to
define the purpose of either a work schedule or a work
plan. In the case of IfcWorkPlan, the purpose
attribute can be used to determine if the work plan is for
cost estimating, task scheduling or some other defined
purpose.
XSD Specification:
<xs:element name="IfcWorkControl" type="ifc:IfcWorkControl" abstract="true" substitutionGroup="ifc:IfcControl" nillable="true"/>
<xs:complexType name="IfcWorkControl" abstract="true">
<xs:complexContent>
<xs:extension base="ifc:IfcControl">
<xs:attribute name="CreationDate" type="ifc:IfcDateTime" use="optional"/>
<xs:attribute name="StartTime" type="ifc:IfcDateTime" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
EXPRESS Specification:
|
CreationDate | : | IfcDateTime; |
Creators | : | OPTIONAL SET [1:?] OF IfcStrippedOptional; |
Purpose | : | OPTIONAL IfcStrippedOptional; |
Duration | : | OPTIONAL IfcStrippedOptional; |
TotalFloat | : | OPTIONAL IfcStrippedOptional; |
StartTime | : | IfcDateTime; |
FinishTime | : | OPTIONAL IfcStrippedOptional; |
|
Attribute Definitions:
CreationDate | : |
The date that the plan is created.
|
Creators | : |
The authors of the work plan.
|
Purpose | : |
A description of the purpose of the work schedule.
|
Duration | : |
The total duration of the entire work schedule.
|
TotalFloat | : |
The total time float of the entire work schedule.
|
StartTime | : |
The start time of the schedule.
|
FinishTime | : |
The finish time of the schedule.
|
Inheritance Graph:
|
ObjectType | : | OPTIONAL IfcStrippedOptional; |
|
|
Identification | : | OPTIONAL IfcStrippedOptional; |
|
|
CreationDate | : | IfcDateTime; |
Creators | : | OPTIONAL SET [1:?] OF IfcStrippedOptional; |
Purpose | : | OPTIONAL IfcStrippedOptional; |
Duration | : | OPTIONAL IfcStrippedOptional; |
TotalFloat | : | OPTIONAL IfcStrippedOptional; |
StartTime | : | IfcDateTime; |
FinishTime | : | OPTIONAL IfcStrippedOptional; |
|
Link to this page