4.11.2 Quantities

Figure 110 illustrates an instance diagram.

QuantitiesIfcPhysicalSimpleQuantityIfcLabel

Figure 110 — Quantities

mvdXML Specification
<?xml version="1.0"?>
<ConceptTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="6c03e465-c5dd-42ce-9412-bebacabd2f3b" name="Quantities" status="sample" applicableSchema="IFC4" applicableEntity="IfcPhysicalSimpleQuantity">
  <Rules>
    <AttributeRule RuleID="QuantityName" AttributeName="Name">
      <EntityRules>
        <EntityRule EntityName="IfcLabel" />
      </EntityRules>
    </AttributeRule>
  </Rules>
  <SubTemplates>
    <ConceptTemplate uuid="dd8678e1-e300-4f70-9d63-e539db4bd11c" name="Length Quantity" status="sample" applicableSchema="IFC4" applicableEntity="IfcQuantityLength">
      <Rules>
        <AttributeRule RuleID="QuantityName" AttributeName="Name">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Description">
          <EntityRules>
            <EntityRule EntityName="IfcText" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule RuleID="LengthValue" AttributeName="LengthValue">
          <EntityRules>
            <EntityRule EntityName="IfcLengthMeasure" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Formula">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
    <ConceptTemplate uuid="65ac4747-6eff-437e-94e2-643fd4e3bf86" name="Area Quantity" status="sample" applicableSchema="IFC4" applicableEntity="IfcQuantityArea">
      <Rules>
        <AttributeRule RuleID="QuantityName" AttributeName="Name">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Description">
          <EntityRules>
            <EntityRule EntityName="IfcText" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule RuleID="AreaValue" AttributeName="AreaValue">
          <EntityRules>
            <EntityRule EntityName="IfcAreaMeasure" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Formula">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
    <ConceptTemplate uuid="6491a3b0-b7e9-412a-8226-bcd91c2b0b0e" name="Volume Quantity" status="sample" applicableSchema="IFC4" applicableEntity="IfcQuantityVolume">
      <Rules>
        <AttributeRule RuleID="QuantityName" AttributeName="Name">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Description">
          <EntityRules>
            <EntityRule EntityName="IfcText" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule RuleID="VolumeValue" AttributeName="VolumeValue">
          <EntityRules>
            <EntityRule EntityName="IfcVolumeMeasure" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Formula">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
    <ConceptTemplate uuid="e1016e56-3c89-4f42-9679-07e1db3c0afb" name="Weight Quantity" status="sample" applicableSchema="IFC4" applicableEntity="IfcQuantityWeight">
      <Rules>
        <AttributeRule RuleID="QuantityName" AttributeName="Name">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Description">
          <EntityRules>
            <EntityRule EntityName="IfcText" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule RuleID="WeightValue" AttributeName="WeightValue">
          <EntityRules>
            <EntityRule EntityName="IfcMassMeasure" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Formula">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
    <ConceptTemplate uuid="8aaeff32-572c-4f6a-ac64-e2151663cbf1" name="Count Quantity" status="sample" applicableSchema="IFC4" applicableEntity="IfcQuantityCount">
      <Rules>
        <AttributeRule RuleID="QuantityName" AttributeName="Name">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Description">
          <EntityRules>
            <EntityRule EntityName="IfcText" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule RuleID="CountValue" AttributeName="CountValue">
          <EntityRules>
            <EntityRule EntityName="IfcCountMeasure" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Formula">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
    <ConceptTemplate uuid="43c4c050-04de-4b0f-9e43-708bd98201a8" name="Time Quantity" status="sample" applicableSchema="IFC4" applicableEntity="IfcQuantityTime">
      <Rules>
        <AttributeRule RuleID="QuantityName" AttributeName="Name">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Description">
          <EntityRules>
            <EntityRule EntityName="IfcText" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule RuleID="TimeValue" AttributeName="TimeValue">
          <EntityRules>
            <EntityRule EntityName="IfcTimeMeasure" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Formula">
          <EntityRules>
            <EntityRule EntityName="IfcLabel" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
  </SubTemplates>
</ConceptTemplate>

Link to this page  Link to this page