<complexType name="LuminanceMeasureType">
<annotation>
<documentation>Luminance or photometric brightness: Luminous intensity per unit area. Used in display technology, visibility analysis, and photometry. Common units include cd/m² (candela per square metre).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:LuminanceUomEnumType">
<annotation>
<documentation>The unit of measure for luminance or photometric brightness.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|