8.19.3.8 IfcStructuralConnectionCondition
ABSTRACT This definition may not be instantiated
8.19.3.8.1 Semantic definition
Describe more rarely needed connection properties.
8.19.3.8.2 Entity inheritance
8.19.3.8.3 Attributes
| # | Attribute | Type | Description | 
|---|---|---|---|
| IfcStructuralConnectionCondition (1) | |||
| 1 | Name | OPTIONAL IfcLabel | 
 Optionally defines a name for this connection condition.  | 
8.19.3.8.4 Formal representation
ENTITY IfcStructuralConnectionCondition
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcFailureConnectionCondition
	,IfcSlippageConnectionCondition));
	Name : OPTIONAL IfcLabel;
END_ENTITY;