4.6.1 Actor Assignment

Actors may have assignments indicating objects for which they have responsibility. An example of such assignment is a work order assigned to an organization.

Figure 43 illustrates an instance diagram.

Actor AssignmentIfcActorIfcRelAssignsToActorIfcControl

Figure 43 — Actor Assignment

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="048079c1-74dd-4bd9-b330-479a148d238f" name="Actor Assignment" status="sample" applicableSchema="IFC4" applicableEntity="IfcActor">
  <Rules>
    <AttributeRule AttributeName="IsActingUpon">
      <EntityRules>
        <EntityRule EntityName="IfcRelAssignsToActor">
          <AttributeRules>
            <AttributeRule RuleID="Type" AttributeName="RelatedObjects">
              <EntityRules>
                <EntityRule EntityName="IfcControl" />
              </EntityRules>
            </AttributeRule>
          </AttributeRules>
        </EntityRule>
      </EntityRules>
    </AttributeRule>
  </Rules>
</ConceptTemplate>

Link to this page  Link to this page