4.11.1 Resource Cost

Resources can have associated costs indicating financial costs and environmental impacts incurred according to a specified base quantity.

Each cost value may be defined using a constant amount or calculated according to specified formula.

Figure 288 illustrates an instance diagram.

Resource CostIfcConstructionResourceIfcAppliedValueIfcLabel

Figure 288 — Resource Cost

mvdXML Specification
<?xml version="1.0" encoding="utf-8"?>
<ConceptTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="678111f9-565e-4c1d-b8c3-d218c4ccd056" name="Resource Cost" applicableSchema="IFC4" applicableEntity="IfcConstructionResource">
  <Rules>
    <AttributeRule RuleID="CostType" AttributeName="BaseCosts">
      <EntityRules>
        <EntityRule EntityName="IfcAppliedValue">
          <AttributeRules>
            <AttributeRule RuleID="CostName" AttributeName="Name">
              <EntityRules>
                <EntityRule EntityName="IfcLabel" />
              </EntityRules>
            </AttributeRule>
            <AttributeRule RuleID="ValueType" AttributeName="AppliedValue" />
          </AttributeRules>
        </EntityRule>
      </EntityRules>
    </AttributeRule>
  </Rules>
</ConceptTemplate>

Link to this page  Link to this page