IfcCostItemTypeEnum

Natural language names
Kostenelement - Typ - Aufzählung
Cost Item Type Enum
Enumération des types d'items de coûts
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcCostItemTypeEnumADDED
Semantic definitions at the type
Type definition

An IfcCostItemTypeEnum is a list of the available types of cost items.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcCostItemTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCostItemTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCostItem

Link to this page  Link to this page