Luminous Flux Measure | |
Mesure du flux lumineux |
IfcLuminousFluxMeasure is a measure of the luminous flux.
Usually measured in Lumen (lm, Candela Steradian).
Type: REAL
HISTORY New type in IFC2x.
<xs:simpleType name="IfcLuminousFluxMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcLuminousFluxMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcLuminousFluxMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcLuminousFluxMeasure = REAL;
END_TYPE;