complexType ControlGears
diagram index_p5.png
children ControlGear
used by
element GeneralDefinitions/ControlGears
annotation
documentation
Definition of control gears used in this product
source <xs:complexType name="ControlGears">
 
<xs:annotation>
   
<xs:documentation>Definition of control gears used in this product</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ControlGear" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single control gear</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Name" type="Locale">
           
<xs:annotation>
             
<xs:documentation>Name of the Control Gear</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Description" type="Locale" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Description of the control gear</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="NominalVoltage" type="Voltage" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Nominal voltage at which the product operates normally</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="StandbyPower" type="xs:double" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Power consumption of the luminaire switched off. All electrical components including emergency and lighting controls have to be considered. Also known as Parasitic Power. See EN 15193-1:2017 (Unit: watt)</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="ConstantLightOutputStartPower" type="xs:double" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Constant Light Output start power (Unit: watt)</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="ConstantLightOutputEndPower" type="xs:double" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Constant Light Output end power (Unit: watt)</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="PowerConsumptionControls" type="xs:double" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Power consumption of the detector with the light switched off and without motion detection / presence detection (idle state) (Unit: watt)</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Dimmable" type="xs:boolean" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Determines if the luminaire is dimmable</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="ColorControllable" type="xs:boolean" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Determines if the color is controllable</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Interfaces" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Interface" maxOccurs="12">
                 
<xs:annotation>
                   
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:enumeration value="DALI Broadcast"/>
                     
<xs:enumeration value="DALI Addressable"/>
                     
<xs:enumeration value="KNX"/>
                     
<xs:enumeration value="0-10V"/>
                     
<xs:enumeration value="1-10V"/>
                     
<xs:enumeration value="230V"/>
                     
<xs:enumeration value="RF"/>
                     
<xs:enumeration value="WiFi"/>
                     
<xs:enumeration value="Bluetooth"/>
                     
<xs:enumeration value="Inter-Connection"/>
                     
<xs:enumeration value="DMX"/>
                     
<xs:enumeration value="DMX/RDM"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="EnergyLabels" type="EnergyLabels" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>List of labels of the energy efficiency of the control gear</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="id" type="xs:ID" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique identiofier of the control gear</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ControlGears/ControlGear
diagram index_p6.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Description NominalVoltage StandbyPower ConstantLightOutputStartPower ConstantLightOutputEndPower PowerConsumptionControls Dimmable ColorControllable Interfaces EnergyLabels
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  required      
documentation
Unique identiofier of the control gear
annotation
documentation
Single control gear
source <xs:element name="ControlGear" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single control gear</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="Locale">
       
<xs:annotation>
         
<xs:documentation>Name of the Control Gear</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Description" type="Locale" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Description of the control gear</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="NominalVoltage" type="Voltage" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Nominal voltage at which the product operates normally</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="StandbyPower" type="xs:double" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Power consumption of the luminaire switched off. All electrical components including emergency and lighting controls have to be considered. Also known as Parasitic Power. See EN 15193-1:2017 (Unit: watt)</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ConstantLightOutputStartPower" type="xs:double" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Constant Light Output start power (Unit: watt)</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ConstantLightOutputEndPower" type="xs:double" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Constant Light Output end power (Unit: watt)</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PowerConsumptionControls" type="xs:double" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Power consumption of the detector with the light switched off and without motion detection / presence detection (idle state) (Unit: watt)</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Dimmable" type="xs:boolean" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Determines if the luminaire is dimmable</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ColorControllable" type="xs:boolean" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Determines if the color is controllable</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Interfaces" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Interface" maxOccurs="12">
             
<xs:annotation>
               
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="DALI Broadcast"/>
                 
<xs:enumeration value="DALI Addressable"/>
                 
<xs:enumeration value="KNX"/>
                 
<xs:enumeration value="0-10V"/>
                 
<xs:enumeration value="1-10V"/>
                 
<xs:enumeration value="230V"/>
                 
<xs:enumeration value="RF"/>
                 
<xs:enumeration value="WiFi"/>
                 
<xs:enumeration value="Bluetooth"/>
                 
<xs:enumeration value="Inter-Connection"/>
                 
<xs:enumeration value="DMX"/>
                 
<xs:enumeration value="DMX/RDM"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="EnergyLabels" type="EnergyLabels" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>List of labels of the energy efficiency of the control gear</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" type="xs:ID" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique identiofier of the control gear</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ControlGears/ControlGear/@id
type xs:ID
properties
use required
annotation
documentation
Unique identiofier of the control gear
source <xs:attribute name="id" type="xs:ID" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identiofier of the control gear</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ControlGears/ControlGear/Name
diagram index_p7.png
type Locale
properties
content complex
children Locale
annotation
documentation
Name of the Control Gear
source <xs:element name="Name" type="Locale">
 
<xs:annotation>
   
<xs:documentation>Name of the Control Gear</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/Description
diagram index_p8.png
type Locale
properties
minOcc 0
maxOcc 1
content complex
children Locale
annotation
documentation
Description of the control gear
source <xs:element name="Description" type="Locale" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Description of the control gear</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/NominalVoltage
diagram index_p9.png
type Voltage
properties
minOcc 0
maxOcc 1
content complex
children VoltageRange FixedVoltage Type Frequency
annotation
documentation
Nominal voltage at which the product operates normally
source <xs:element name="NominalVoltage" type="Voltage" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Nominal voltage at which the product operates normally</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/StandbyPower
diagram index_p10.png
type xs:double
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Power consumption of the luminaire switched off. All electrical components including emergency and lighting controls have to be considered. Also known as Parasitic Power. See EN 15193-1:2017 (Unit: watt)
source <xs:element name="StandbyPower" type="xs:double" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Power consumption of the luminaire switched off. All electrical components including emergency and lighting controls have to be considered. Also known as Parasitic Power. See EN 15193-1:2017 (Unit: watt)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/ConstantLightOutputStartPower
diagram index_p11.png
type xs:double
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Constant Light Output start power (Unit: watt)
source <xs:element name="ConstantLightOutputStartPower" type="xs:double" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Constant Light Output start power (Unit: watt)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/ConstantLightOutputEndPower
diagram index_p12.png
type xs:double
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Constant Light Output end power (Unit: watt)
source <xs:element name="ConstantLightOutputEndPower" type="xs:double" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Constant Light Output end power (Unit: watt)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/PowerConsumptionControls
diagram index_p13.png
type xs:double
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Power consumption of the detector with the light switched off and without motion detection / presence detection (idle state) (Unit: watt)
source <xs:element name="PowerConsumptionControls" type="xs:double" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Power consumption of the detector with the light switched off and without motion detection / presence detection (idle state) (Unit: watt)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/Dimmable
diagram index_p14.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Determines if the luminaire is dimmable
source <xs:element name="Dimmable" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Determines if the luminaire is dimmable</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/ColorControllable
diagram index_p15.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Determines if the color is controllable
source <xs:element name="ColorControllable" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Determines if the color is controllable</xs:documentation>
 
</xs:annotation>
</xs:element>

element ControlGears/ControlGear/Interfaces
diagram index_p16.png
properties
minOcc 0
maxOcc 1
content complex
children Interface
annotation
documentation
Determines which communication or control interface is supported by the luminaire or sensing device
source <xs:element name="Interfaces" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Interface" maxOccurs="12">
       
<xs:annotation>
         
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="DALI Broadcast"/>
           
<xs:enumeration value="DALI Addressable"/>
           
<xs:enumeration value="KNX"/>
           
<xs:enumeration value="0-10V"/>
           
<xs:enumeration value="1-10V"/>
           
<xs:enumeration value="230V"/>
           
<xs:enumeration value="RF"/>
           
<xs:enumeration value="WiFi"/>
           
<xs:enumeration value="Bluetooth"/>
           
<xs:enumeration value="Inter-Connection"/>
           
<xs:enumeration value="DMX"/>
           
<xs:enumeration value="DMX/RDM"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ControlGears/ControlGear/Interfaces/Interface
diagram index_p17.png
type restriction of xs:string
properties
minOcc 1
maxOcc 12
content simple
facets
Kind Value Annotation
enumeration DALI Broadcast
enumeration DALI Addressable
enumeration KNX
enumeration 0-10V
enumeration 1-10V
enumeration 230V
enumeration RF
enumeration WiFi
enumeration Bluetooth
enumeration Inter-Connection
enumeration DMX
enumeration DMX/RDM
annotation
documentation
Determines which communication or control interface is supported by the luminaire or sensing device
source <xs:element name="Interface" maxOccurs="12">
 
<xs:annotation>
   
<xs:documentation>Determines which communication or control interface is supported by the luminaire or sensing device</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="DALI Broadcast"/>
     
<xs:enumeration value="DALI Addressable"/>
     
<xs:enumeration value="KNX"/>
     
<xs:enumeration value="0-10V"/>
     
<xs:enumeration value="1-10V"/>
     
<xs:enumeration value="230V"/>
     
<xs:enumeration value="RF"/>
     
<xs:enumeration value="WiFi"/>
     
<xs:enumeration value="Bluetooth"/>
     
<xs:enumeration value="Inter-Connection"/>
     
<xs:enumeration value="DMX"/>
     
<xs:enumeration value="DMX/RDM"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ControlGears/ControlGear/EnergyLabels
diagram index_p18.png
type EnergyLabels
properties
minOcc 0
maxOcc 1
content complex
children EnergyLabel
annotation
documentation
List of labels of the energy efficiency of the control gear
source <xs:element name="EnergyLabels" type="EnergyLabels" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>List of labels of the energy efficiency of the control gear</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy