<complexType name="LuminousFluxMeasureType">
<annotation>
<documentation>Luminous flux: Perceived power of light. Used in lighting design and photometry. Common units include lumen (lm).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:LuminousFluxUomEnumType">
<annotation>
<documentation>The unit of measure for luminous flux.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|