4.11.1.2 Bounded Value

Figure 106 illustrates an instance diagram.

Bounded ValueIfcPropertyBoundedValueIfcIdentifierIfcTextIfcValueIfcValueIfcValue

Figure 106 — Bounded Value

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="3d67a2d2-761d-44d9-a09e-b7fbb1fa5632" name="Bounded Value" status="sample" owner="System" applicableSchema="IFC4" applicableEntity="IfcPropertyBoundedValue">
  <Rules>
    <AttributeRule RuleID="PropertyName" AttributeName="Name">
      <EntityRules>
        <EntityRule EntityName="IfcIdentifier" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule AttributeName="Description">
      <EntityRules>
        <EntityRule EntityName="IfcText" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule RuleID="UpperValue" AttributeName="UpperBoundValue">
      <EntityRules>
        <EntityRule EntityName="IfcValue" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule RuleID="LowerValue" AttributeName="LowerBoundValue">
      <EntityRules>
        <EntityRule EntityName="IfcValue" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule RuleID="SetValue" AttributeName="SetPointValue">
      <EntityRules>
        <EntityRule EntityName="IfcValue" />
      </EntityRules>
    </AttributeRule>
  </Rules>
</ConceptTemplate>

Link to this page  Link to this page