LightingControl

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID required
lightingSystemIdRef xsd:IDREF optional
programId xsd:IDREF optional
Please specify the program that added this element.
type lightControlTypeEnum required

Used By

Elements Space, gbXML

Source

<xsd:element name="LightingControl">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="GeneralGeometry" minOccurs="0"/>
      <xsd:element ref="ShellGeometry" minOccurs="0"/>
      <xsd:element ref="Illuminance" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Illuminance level that the lights are maintained if daylighting controls present (lightControlTypeEnum not equal to on off).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CartesianPoint" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Location where Illuminance value is specified.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="MinPowerFrac" minOccurs="0"/>
      <xsd:element ref="MinLightFrac" minOccurs="0"/>
      <xsd:element ref="PercentAreaDaylitControlled" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="type" type="lightControlTypeEnum" use="required"/>
    <xsd:attribute name="id" type="xsd:ID" use="required"/>
    <xsd:attribute name="lightingSystemIdRef" type="xsd:IDREF"/>
    <xsd:attribute name="programId" type="xsd:IDREF" use="optional">
      <xsd:annotation>
        <xsd:documentation>Please specify the program that added this element.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample