Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:LuminanceMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
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).
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_LuminanceMeasureType.tmp#LuminanceMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LuminanceUomEnumType optional
The unit of measure for luminance or photometric brightness.
Source
<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>
Attribute diggs:LuminanceMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for luminance or photometric brightness.
Type diggs:LuminanceUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:LuminanceUomEnumType">
  <annotation>
    <documentation>The unit of measure for luminance or photometric brightness.</documentation>
  </annotation>
</attribute>