8.11.3.5 IfcDerivedUnitElement
AbRV ⓘ
RV ⓘ
    8.11.3.5.1 Semantic definition
    8.11.3.5.2 Entity inheritance
- 
 
    8.11.3.5.3 Attributes
| # | 
Attribute | 
Type | 
Description | 
| 
IfcDerivedUnitElement
(2)
 | 
| 1 | 
                
                Unit
                
             | 
IfcNamedUnit | 
 The fixed quantity which is used as the mathematical factor. 
 | 
| 2 | 
                
                Exponent
                
             | 
INTEGER | 
 The power that is applied to the unit attribute. 
 | 
Table 8.11.3.5.B 
    8.11.3.5.4 Examples
    8.11.3.5.5 Formal representation
ENTITY IfcDerivedUnitElement;
	Unit : IfcNamedUnit;
	Exponent : INTEGER;
END_ENTITY;
    8.11.3.5.6 References