IfcWorkPlanTypeEnum

Natural language names
Work Plan Type Enum
Enumération des types de planning de travail
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcWorkPlanTypeEnumADDED
Semantic definitions at the type
Type definition

An IfcWorkPlanTypeEnum is an enumeration data type that specifies the types of work plan from which the relevant control can be selected.

HISTORY  Introduced in IFC4. Derived from IfcWorkControlTypeEnum that was introduced in IFC2.0.

Enumeration definition
ConstantDescription
ACTUALA control in which actual items undertaken are indicated.
BASELINEA control that is a baseline from which changes that are made later can be recognized.
PLANNED
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcWorkPlanTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="actual"/>
   <xs:enumeration value="baseline"/>
   <xs:enumeration value="planned"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcWorkPlanTypeEnum = ENUMERATION OF (
 ACTUAL,
 BASELINE,
 PLANNED,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcWorkPlan

Link to this page  Link to this page