4.11.1.3 Enumerated Value

Figure 107 illustrates an instance diagram.

Enumerated ValueIfcPropertyEnumeratedValueIfcIdentifierIfcTextIfcValueIfcPropertyEnumerationIfcLabel

Figure 107 — Enumerated 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="c148a099-c351-43a8-9266-5f3de0b45a95" name="Enumerated Value" status="sample" owner="System" applicableSchema="IFC4" applicableEntity="IfcPropertyEnumeratedValue">
  <Rules>
    <AttributeRule RuleID="PropertyName" AttributeName="Name">
      <EntityRules>
        <EntityRule EntityName="IfcIdentifier" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule AttributeName="Description">
      <EntityRules>
        <EntityRule EntityName="IfcText" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule RuleID="Value" AttributeName="EnumerationValues">
      <EntityRules>
        <EntityRule EntityName="IfcValue" />
      </EntityRules>
    </AttributeRule>
    <AttributeRule AttributeName="EnumerationReference">
      <EntityRules>
        <EntityRule EntityName="IfcPropertyEnumeration">
          <AttributeRules>
            <AttributeRule RuleID="Reference" AttributeName="Name">
              <EntityRules>
                <EntityRule EntityName="IfcLabel" />
              </EntityRules>
            </AttributeRule>
          </AttributeRules>
        </EntityRule>
      </EntityRules>
    </AttributeRule>
  </Rules>
</ConceptTemplate>

Link to this page  Link to this page