Luminous Intensity Measure | |
Mesure de l'intensité lumineuse |
An IfcLuminousIntensityMeasure is the value for the brightness of a body.
Usually measured in candela (cd).
Type: REAL
NOTE Type adapted from luminous_intensity_measure defined in ISO 10303-41.
HISTORY New type in IFC1.5.1.
<xs:simpleType name="IfcLuminousIntensityMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcLuminousIntensityMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcLuminousIntensityMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcLuminousIntensityMeasure = REAL;
END_TYPE;