IfcWorkCalendarTypeEnum

Natural language names
enWork Calendar Type Enum
frEnumération des types de calendrier
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcWorkCalendarTypeEnumADDED
Semantic definitions at the type
Type definition

An IfcWorkCalendarTypeEnum is an enumeration data type that specifies the types of work calendar from which the relevant control can be selected. If given it should help to identify base calendars.

HISTORY  Introduced in IFC4.
Enumeration definition
ConstantDescription
FIRSTSHIFTBelongs to the first shift.
SECONDSHIFTBelongs to the second shift.
THIRDSHIFTBelongs to the third shift.
USERDEFINED
NOTDEFINED
Formal representations
XSD Specification
 <xs:simpleType name="IfcWorkCalendarTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="firstshift"/>
   <xs:enumeration value="secondshift"/>
   <xs:enumeration value="thirdshift"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcWorkCalendarTypeEnum = ENUMERATION OF (
 FIRSTSHIFT,
 SECONDSHIFT,
 THIRDSHIFT,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page