<complexType name="IlluminanceMeasureType">
<annotation>
<documentation>Illuminance or luminous flux density: Luminous flux incident per unit area. Used in lighting design and photometry. Common units include lux (lx), kilolux (klx), and footcandle.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:IlluminanceUomEnumType">
<annotation>
<documentation>The unit of measure for illuminance or luminous flux density.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|