IfcCrewResourceTypeEnum

Natural language names
Crew Resource Type Enum
Énumération des types d'équipe
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcCrewResourceTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration is used to identify the primary purpose of a crew resource.

HISTORY  New enumeration in IFC4.

Enumeration definition
ConstantDescription
OFFICE

A composition of resources performing administration work in an office.

SITE

A composition of resources performing production work on a construction site.

USERDEFINED

User-defined resource.

NOTDEFINED

Undefined resource.

Formal representations
XML Specification
 <xs:simpleType name="IfcCrewResourceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="office"/>
   <xs:enumeration value="site"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCrewResourceTypeEnum = ENUMERATION OF (
 OFFICE,
 SITE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCrewResource IfcCrewResourceType

Link to this page  Link to this page