IfcWorkCalendarTypeEnum

Natural language names
Work Calendar Type Enum
Enumération des types de calendrier
Change log
ItemSPFXMLChangeDescription
4.0.0.0
    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
XML 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

References  References: IfcWorkCalendar

Link to this page  Link to this page