Structural Activity Assignment Select | |
Sélection d'assignation d'activité structurelle |
This type definition shall be used to distinguish between a reference to an instance either of IfcStructuralItem or IfcElement. The IfcStructuralActivityAssignmentSelect type is referenced by the entity IfcRelConnectsStructuralActivity which defines the connection between activities (IfcStructuralActivity) and the loaded element.
HISTORY New type in IFC2x2.
Type | Description |
---|---|
IfcStructuralItem | |
IfcElement |
<xs:group name="IfcStructuralActivityAssignmentSelect">
<xs:choice>
<xs:element ref="ifc:IfcElement"/>
<xs:element ref="ifc:IfcStructuralItem"/>
</xs:choice>
</xs:group>
TYPE IfcStructuralActivityAssignmentSelect = SELECT (
IfcStructuralItem,
IfcElement);
END_TYPE;
References: IfcRelConnectsStructuralActivity