IfcCostScheduleTypeEnum

Natural language names
Cost Schedule Type Enum
Énumération des types de coût unitaire
Semantic definitions at the type
Type definition

An IfcCostScheduleTypeEnum is a list of the available types of cost schedule from which that required may be selected.

HISTORY  New enumeration in IFC2x2.
Enumeration definition
ConstantDescription
BUDGETAn allocation of money for a particular purpose.
COSTPLANAn assessment of the amount of money needing to be expended for a defined purpose based on incomplete information about the goods and services required for a construction or installation.
ESTIMATEAn assessment of the amount of money needing to be expended for a defined purpose based on actual information about the goods and services required for a construction or installation.
TENDERAn offer to provide goods and services.
PRICEDBILLOFQUANTITIESA complete listing of all work items forming construction or installation works in which costs have been allocated to work items.
UNPRICEDBILLOFQUANTITIESA complete listing of all work items forming construction or installation works in which costs have not yet been allocated to work items.
SCHEDULEOFRATESA listing of each type of goods forming construction or installation works with the cost of purchase, construction/installation, overheads and profit assigned so that additional items of that type can be costed.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcCostScheduleTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="budget"/>
   <xs:enumeration value="costplan"/>
   <xs:enumeration value="estimate"/>
   <xs:enumeration value="tender"/>
   <xs:enumeration value="pricedbillofquantities"/>
   <xs:enumeration value="unpricedbillofquantities"/>
   <xs:enumeration value="scheduleofrates"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCostScheduleTypeEnum = ENUMERATION OF (
 BUDGET,
 COSTPLAN,
 ESTIMATE,
 TENDER,
 PRICEDBILLOFQUANTITIES,
 UNPRICEDBILLOFQUANTITIES,
 SCHEDULEOFRATES,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCostSchedule

Link to this page  Link to this page