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
BUDGET

An allocation of money for a particular purpose.

COSTPLAN

An 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.

ESTIMATE

An 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.

TENDER

An offer to provide goods and services.

PRICEDBILLOFQUANTITIES

A complete listing of all work items forming construction or installation works in which costs have been allocated to work items.

UNPRICEDBILLOFQUANTITIES

A complete listing of all work items forming construction or installation works in which costs have not yet been allocated to work items.

SCHEDULEOFRATES

A 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.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined 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