Weist Akteur zu - Relation | |
Rel Assigns To Actor | |
Assignation à acteur |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcRelAssignsToActor | ||||
OwnerHistory | MODIFIED | Instantiation changed to OPTIONAL. |
The objectified relationship IfcRelAssignsToActor handles the assignment of objects (subtypes of IfcObject) to an actor (subtypes of IfcActor).
The IfcRelAssignsToActor objectified relationship defines a relationship between an IfcActor and one or many objects. A particular role of the actor played in that relationship can be associated. If specified, it takes priority over the role that may be directly assigned to the person or organization.
EXAMPLE An occupant (as an actor) may rent a flat (as a collection of spaces or a zone). This would be an application of this generic relationship.
Reference to the objects (or single object) on which the actor acts upon in a certain role (if given) is specified in the inherited RelatedObjects attribute.
HISTORY New entity in IFC2.0. Has been renamed from IfcRelActsUpon in IFC2x.
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
7 | RelatingActor | IfcActor | [1:1] | Reference to the information about the actor. It comprises the information about the person or organization and its addresses. | X |
8 | ActingRole | IfcActorRole | [0:1] | Role of the actor played within the context of the assignment to the object(s). | X |
Rule | Description |
---|---|
NoSelfReference | The instance to with the relation points shall not be contained in the set of RelatedObjects. |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcRoot | |||||
1 | GlobalId | IfcGloballyUniqueId | [1:1] | Assignment of a globally unique identifier within the entire software world. | X |
2 | OwnerHistory | IfcOwnerHistory | [0:1] |
Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE only the last modification in stored - either as addition, deletion or modification. | X |
3 | Name | IfcLabel | [0:1] | Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. | X |
4 | Description | IfcText | [0:1] | Optional description, provided for exchanging informative comments. | X |
IfcRelationship | |||||
IfcRelAssigns | |||||
5 | RelatedObjects | IfcObjectDefinition | S[1:?] | Related objects, which are assigned to a single object. The type of the single (or relating) object is defined in the subtypes of IfcRelAssigns. | X |
6 | RelatedObjectsType | IfcObjectTypeEnum | [0:1] | Particular type of the assignment relationship. It can constrain the applicable object types, used within the role of RelatedObjects. | X |
IfcRelAssignsToActor | |||||
7 | RelatingActor | IfcActor | [1:1] | Reference to the information about the actor. It comprises the information about the person or organization and its addresses. | X |
8 | ActingRole | IfcActorRole | [0:1] | Role of the actor played within the context of the assignment to the object(s). | X |
# | Concept | Model View |
---|---|---|
IfcRoot | ||
Software Identity | Common Use Definitions | |
Revision Control | Common Use Definitions |
<xs:element name="IfcRelAssignsToActor" type="ifc:IfcRelAssignsToActor" substitutionGroup="ifc:IfcRelAssigns" nillable="true"/>
<xs:complexType name="IfcRelAssignsToActor">
<xs:complexContent>
<xs:extension base="ifc:IfcRelAssigns">
<xs:sequence>
<xs:element name="RelatingActor" type="ifc:IfcActor" nillable="true"/>
<xs:element name="ActingRole" type="ifc:IfcActorRole" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcRelAssignsToActor
SUBTYPE OF (IfcRelAssigns);
RelatingActor : IfcActor;
ActingRole : OPTIONAL IfcActorRole;
WHERE
NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingActor :=: Temp)) = 0;
END_ENTITY;