IfcCrewResourceTypeEnum

Natural language names
enCrew Resource Type Enum
frÉnumération des types d'équipe
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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
OFFICEA composition of resources performing administration work in an office.
SITEA composition of resources performing production work on a construction site.
USERDEFINEDUser-defined resource.
NOTDEFINEDUndefined resource.
Formal representations
XSD 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

Link to this page  Link to this page