8.19.3.12 IfcStructuralLoadOrResult
ABSTRACT This definition may not be instantiated
8.19.3.12.1 Semantic definition
Abstract superclass of simple load or result classes.
8.19.3.12.2 Entity inheritance
8.19.3.12.3 Attributes
| # | Attribute | Type | Description | 
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel | 
 Optionally defines a name for this load.  | 
8.19.3.12.4 Formal representation
ENTITY IfcStructuralLoadOrResult
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcStructuralLoadStatic
	,IfcSurfaceReinforcementArea))
 SUBTYPE OF (IfcStructuralLoad);
END_ENTITY;