IfcSubContractResourceTypeEnum

Natural language names
Sub Contract Resource Type Enum
Enumération des types de ressource de sous-traitance
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSubContractResourceTypeEnumADDED
Semantic definitions at the type
Type definition

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

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
PURCHASEFurnishing or supplying products.
WORKPerforming work onsite.
USERDEFINEDUser-defined resource.
NOTDEFINEDUndefined resource.
Formal representations
XML Specification
 <xs:simpleType name="IfcSubContractResourceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="purchase"/>
   <xs:enumeration value="work"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcSubContractResourceTypeEnum = ENUMERATION OF (
 PURCHASE,
 WORK,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSubContractResource IfcSubContractResourceType

Link to this page  Link to this page