IfcWorkScheduleTypeEnum

Natural language names
Work Schedule Type Enum
Enumération des types de tache unitaire de travail
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcWorkScheduleTypeEnumADDED
Semantic definitions at the type
Type definition

An IfcWorkScheduleTypeEnum is an enumeration data type that specifies the types of work schedule 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.
PLANNEDA control showing planned items.
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcWorkScheduleTypeEnum">
  <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 IfcWorkScheduleTypeEnum = ENUMERATION OF (
 ACTUAL,
 BASELINE,
 PLANNED,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcWorkSchedule

Link to this page  Link to this page