IfcCostItemTypeEnum

Natural language names
deKostenelement - Typ - Aufzählung
enCost Item Type Enum
frEnumé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
XSD 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

Link to this page  Link to this page