complexType Emitters
diagram index_p117.png
children Emitter
used by
element GeneralDefinitions/Emitters
annotation
documentation
Definition of Emitters (light/sensor radiation) used in this product
source <xs:complexType name="Emitters">
 
<xs:annotation>
   
<xs:documentation>Definition of Emitters (light/sensor radiation) used in this product</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Emitter" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single Emitter (light/sensor radiation). Emitters are groups of LightEmitters or Sensors</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:choice>
         
<xs:annotation>
           
<xs:documentation>Multiple definitions are possible. In this case they are treated as interchangable emitters</xs:documentation>
         
</xs:annotation>
         
<xs:element name="ChangeableLightEmitter" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a photometry with an optional equipment into a ChangeableLightEmitter</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Name" type="Locale" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Rotation" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="X">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around X axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Y">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Y axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Z">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Z axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="G0">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around G0</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="PhotometryReference">
                 
<xs:annotation>
                   
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="photometryId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="EquipmentReference" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="equipmentId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attribute name="emergencyBehaviour" default="None">
               
<xs:annotation>
                 
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:enumeration value="None"/>
                   
<xs:enumeration value="Combined"/>
                   
<xs:enumeration value="EmergencyOnly"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="FixedLightEmitter" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a photometry with a fixed light source and an optional control gear into a FixedLightEmitter</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Name" type="Locale" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Rotation" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="X">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around X axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Y">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Y axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Z">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Z axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="G0">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around G0</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="PhotometryReference">
                 
<xs:annotation>
                   
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="photometryId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="LightSourceReference">
                 
<xs:annotation>
                   
<xs:documentation>Reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="fixedLightSourceId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="ControlGearReference" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="controlGearCount">
                     
<xs:annotation>
                       
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
                     
</xs:annotation>
                     
<xs:simpleType>
                       
<xs:restriction base="xs:int">
                         
<xs:minInclusive value="1"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="RatedLuminousFlux">
                 
<xs:annotation>
                   
<xs:documentation>Initial luminous flux of the entire equipment, being operated at a ambient temperature of 25°C. See also 13032-4:2015 (Unit: lumen)</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="0"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="RatedLuminousFluxRGB" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Initial luminous flux of the RGB module part. Covers only the coloured light portion (Unit: lumen)</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="0"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:choice>
                 
<xs:element name="EmergencyBallastLumenFactor" minOccurs="0">
                   
<xs:annotation>
                     
<xs:documentation>Ratio of the emergency luminous flux of the referenced light source (supplied by the referenced control gear) to the luminous flux of the same light source </xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:double">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="1"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="EmergencyRatedLuminousFlux" minOccurs="0">
                   
<xs:annotation>
                     
<xs:documentation>Emergency luminous flux of the referenced light source, supplied by the referenced control gear (Unit: lumen)</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
               
</xs:choice>
             
</xs:sequence>
             
<xs:attribute name="emergencyBehaviour" default="None">
               
<xs:annotation>
                 
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:enumeration value="None"/>
                   
<xs:enumeration value="Combined"/>
                   
<xs:enumeration value="EmergencyOnly"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="MultiChannelLightEmitter" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a multi channel light source with an optional control gear into a MultiChannelLightEmitter</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Name" type="Locale" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Rotation" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="X">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around X axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Y">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Y axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Z">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Z axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="G0">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around G0</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:int">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="LightSourceReference">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="multiChannelLightSourceId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="ControlGearReference" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="controlGearCount">
                     
<xs:annotation>
                       
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
                     
</xs:annotation>
                     
<xs:simpleType>
                       
<xs:restriction base="xs:int">
                         
<xs:minInclusive value="1"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attribute name="emergencyBehaviour" default="None">
               
<xs:annotation>
                 
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:enumeration value="None"/>
                   
<xs:enumeration value="Combined"/>
                   
<xs:enumeration value="EmergencyOnly"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="SensorEmitter" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Definition of an emission object for the sensor part of the product</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Name" type="Locale" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Translatable display name of the Sensor. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Rotation" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Sensor rotation. E.g. for wall or floor sensors, if not measured in position of use</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="X">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around X axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:double">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Y">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Y axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:double">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="Z">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around Z axis</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:double">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="G0">
                       
<xs:annotation>
                         
<xs:documentation>Rotation around G0</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="xs:double">
                           
<xs:minInclusive value="0"/>
                           
<xs:maxInclusive value="360"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="SensorReference">
                 
<xs:annotation>
                   
<xs:documentation>Reference to a Sensor element defined under GeneralDefinitions/Sensors</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:attribute name="sensorId" type="xs:NCName" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Id reference to a Sensor element defined under GeneralDefinitions/Sensors.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="id" type="xs:ID" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique identifier of the emitter</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Emitters/Emitter
diagram index_p118.png
properties
minOcc 1
maxOcc unbounded
content complex
children ChangeableLightEmitter FixedLightEmitter MultiChannelLightEmitter SensorEmitter
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  required      
documentation
Unique identifier of the emitter
annotation
documentation
Single Emitter (light/sensor radiation). Emitters are groups of LightEmitters or Sensors
source <xs:element name="Emitter" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single Emitter (light/sensor radiation). Emitters are groups of LightEmitters or Sensors</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:annotation>
       
<xs:documentation>Multiple definitions are possible. In this case they are treated as interchangable emitters</xs:documentation>
     
</xs:annotation>
     
<xs:element name="ChangeableLightEmitter" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a photometry with an optional equipment into a ChangeableLightEmitter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Name" type="Locale" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Rotation" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="X">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around X axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Y">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Y axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Z">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Z axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="G0">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around G0</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="PhotometryReference">
             
<xs:annotation>
               
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="photometryId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="EquipmentReference" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="equipmentId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="emergencyBehaviour" default="None">
           
<xs:annotation>
             
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="None"/>
               
<xs:enumeration value="Combined"/>
               
<xs:enumeration value="EmergencyOnly"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="FixedLightEmitter" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a photometry with a fixed light source and an optional control gear into a FixedLightEmitter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Name" type="Locale" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Rotation" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="X">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around X axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Y">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Y axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Z">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Z axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="G0">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around G0</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="PhotometryReference">
             
<xs:annotation>
               
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="photometryId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="LightSourceReference">
             
<xs:annotation>
               
<xs:documentation>Reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="fixedLightSourceId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="ControlGearReference" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="controlGearCount">
                 
<xs:annotation>
                   
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="1"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="RatedLuminousFlux">
             
<xs:annotation>
               
<xs:documentation>Initial luminous flux of the entire equipment, being operated at a ambient temperature of 25°C. See also 13032-4:2015 (Unit: lumen)</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="RatedLuminousFluxRGB" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Initial luminous flux of the RGB module part. Covers only the coloured light portion (Unit: lumen)</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:choice>
             
<xs:element name="EmergencyBallastLumenFactor" minOccurs="0">
               
<xs:annotation>
                 
<xs:documentation>Ratio of the emergency luminous flux of the referenced light source (supplied by the referenced control gear) to the luminous flux of the same light source </xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:double">
                   
<xs:minInclusive value="0"/>
                   
<xs:maxInclusive value="1"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:element>
             
<xs:element name="EmergencyRatedLuminousFlux" minOccurs="0">
               
<xs:annotation>
                 
<xs:documentation>Emergency luminous flux of the referenced light source, supplied by the referenced control gear (Unit: lumen)</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:int">
                   
<xs:minInclusive value="0"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:element>
           
</xs:choice>
         
</xs:sequence>
         
<xs:attribute name="emergencyBehaviour" default="None">
           
<xs:annotation>
             
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="None"/>
               
<xs:enumeration value="Combined"/>
               
<xs:enumeration value="EmergencyOnly"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="MultiChannelLightEmitter" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a multi channel light source with an optional control gear into a MultiChannelLightEmitter</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Name" type="Locale" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Rotation" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="X">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around X axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Y">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Y axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Z">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Z axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="G0">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around G0</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:int">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="LightSourceReference">
             
<xs:annotation>
               
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="multiChannelLightSourceId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="ControlGearReference" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="controlGearCount">
                 
<xs:annotation>
                   
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:int">
                     
<xs:minInclusive value="1"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="emergencyBehaviour" default="None">
           
<xs:annotation>
             
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="None"/>
               
<xs:enumeration value="Combined"/>
               
<xs:enumeration value="EmergencyOnly"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="SensorEmitter" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of an emission object for the sensor part of the product</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Name" type="Locale" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Translatable display name of the Sensor. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Rotation" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Sensor rotation. E.g. for wall or floor sensors, if not measured in position of use</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="X">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around X axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:double">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Y">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Y axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:double">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="Z">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around Z axis</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:double">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
                 
<xs:element name="G0">
                   
<xs:annotation>
                     
<xs:documentation>Rotation around G0</xs:documentation>
                   
</xs:annotation>
                   
<xs:simpleType>
                     
<xs:restriction base="xs:double">
                       
<xs:minInclusive value="0"/>
                       
<xs:maxInclusive value="360"/>
                     
</xs:restriction>
                   
</xs:simpleType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="SensorReference">
             
<xs:annotation>
               
<xs:documentation>Reference to a Sensor element defined under GeneralDefinitions/Sensors</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:attribute name="sensorId" type="xs:NCName" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Id reference to a Sensor element defined under GeneralDefinitions/Sensors.</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="id" type="xs:ID" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique identifier of the emitter</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/@id
type xs:ID
properties
use required
annotation
documentation
Unique identifier of the emitter
source <xs:attribute name="id" type="xs:ID" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the emitter</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Emitters/Emitter/ChangeableLightEmitter
diagram index_p119.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Rotation PhotometryReference EquipmentReference
attributes
Name  Type  Use  Default  Fixed  Annotation
emergencyBehaviour  derived by: xs:string    None    
documentation
Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only
annotation
documentation
Definition of an emission object for the luminous part of the product. It combines a photometry with an optional equipment into a ChangeableLightEmitter
source <xs:element name="ChangeableLightEmitter" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a photometry with an optional equipment into a ChangeableLightEmitter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="Locale" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Rotation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="X">
             
<xs:annotation>
               
<xs:documentation>Rotation around X axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Y">
             
<xs:annotation>
               
<xs:documentation>Rotation around Y axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Z">
             
<xs:annotation>
               
<xs:documentation>Rotation around Z axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="G0">
             
<xs:annotation>
               
<xs:documentation>Rotation around G0</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="PhotometryReference">
       
<xs:annotation>
         
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="photometryId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="EquipmentReference" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="equipmentId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="emergencyBehaviour" default="None">
     
<xs:annotation>
       
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="None"/>
         
<xs:enumeration value="Combined"/>
         
<xs:enumeration value="EmergencyOnly"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/ChangeableLightEmitter/@emergencyBehaviour
type restriction of xs:string
properties
default None
facets
Kind Value Annotation
enumeration None
enumeration Combined
enumeration EmergencyOnly
annotation
documentation
Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only
source <xs:attribute name="emergencyBehaviour" default="None">
 
<xs:annotation>
   
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="None"/>
     
<xs:enumeration value="Combined"/>
     
<xs:enumeration value="EmergencyOnly"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Emitters/Emitter/ChangeableLightEmitter/Name
diagram index_p120.png
type Locale
properties
minOcc 0
maxOcc 1
content complex
children Locale
annotation
documentation
Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes
source <xs:element name="Name" type="Locale" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
 
</xs:annotation>
</xs:element>

element Emitters/Emitter/ChangeableLightEmitter/Rotation
diagram index_p121.png
properties
minOcc 0
maxOcc 1
content complex
children X Y Z G0
annotation
documentation
LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use
source <xs:element name="Rotation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="X">
       
<xs:annotation>
         
<xs:documentation>Rotation around X axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Y">
       
<xs:annotation>
         
<xs:documentation>Rotation around Y axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Z">
       
<xs:annotation>
         
<xs:documentation>Rotation around Z axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="G0">
       
<xs:annotation>
         
<xs:documentation>Rotation around G0</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Emitters/Emitter/ChangeableLightEmitter/Rotation/X
diagram index_p122.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around X axis
source <xs:element name="X">
 
<xs:annotation>
   
<xs:documentation>Rotation around X axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/ChangeableLightEmitter/Rotation/Y
diagram index_p123.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Y axis
source <xs:element name="Y">
 
<xs:annotation>
   
<xs:documentation>Rotation around Y axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/ChangeableLightEmitter/Rotation/Z
diagram index_p124.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Z axis
source <xs:element name="Z">
 
<xs:annotation>
   
<xs:documentation>Rotation around Z axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/ChangeableLightEmitter/Rotation/G0
diagram index_p125.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around G0
source <xs:element name="G0">
 
<xs:annotation>
   
<xs:documentation>Rotation around G0</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/ChangeableLightEmitter/PhotometryReference
diagram index_p126.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
photometryId  xs:NCName  required      
documentation
Id reference to a Photometry element defined under GeneralDefinitions/Photometries
annotation
documentation
Reference to a Photometry element defined under GeneralDefinitions/Photometries
source <xs:element name="PhotometryReference">
 
<xs:annotation>
   
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="photometryId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/ChangeableLightEmitter/PhotometryReference/@photometryId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a Photometry element defined under GeneralDefinitions/Photometries
source <xs:attribute name="photometryId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Emitters/Emitter/ChangeableLightEmitter/EquipmentReference
diagram index_p127.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
equipmentId  xs:NCName  required      
documentation
Id reference to an Equipment element defined under GeneralDefinitions/Equipments
annotation
documentation
Reference to an Equipment element defined under GeneralDefinitions/Equipments
source <xs:element name="EquipmentReference" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="equipmentId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/ChangeableLightEmitter/EquipmentReference/@equipmentId
type xs:NCName
properties
use required
annotation
documentation
Id reference to an Equipment element defined under GeneralDefinitions/Equipments
source <xs:attribute name="equipmentId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to an Equipment element defined under GeneralDefinitions/Equipments</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Emitters/Emitter/FixedLightEmitter
diagram index_p128.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Rotation PhotometryReference LightSourceReference ControlGearReference RatedLuminousFlux RatedLuminousFluxRGB EmergencyBallastLumenFactor EmergencyRatedLuminousFlux
attributes
Name  Type  Use  Default  Fixed  Annotation
emergencyBehaviour  derived by: xs:string    None    
documentation
Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only
annotation
documentation
Definition of an emission object for the luminous part of the product. It combines a photometry with a fixed light source and an optional control gear into a FixedLightEmitter
source <xs:element name="FixedLightEmitter" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a photometry with a fixed light source and an optional control gear into a FixedLightEmitter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="Locale" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Rotation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="X">
             
<xs:annotation>
               
<xs:documentation>Rotation around X axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Y">
             
<xs:annotation>
               
<xs:documentation>Rotation around Y axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Z">
             
<xs:annotation>
               
<xs:documentation>Rotation around Z axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="G0">
             
<xs:annotation>
               
<xs:documentation>Rotation around G0</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="PhotometryReference">
       
<xs:annotation>
         
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="photometryId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="LightSourceReference">
       
<xs:annotation>
         
<xs:documentation>Reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="fixedLightSourceId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="ControlGearReference" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="controlGearCount">
           
<xs:annotation>
             
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="RatedLuminousFlux">
       
<xs:annotation>
         
<xs:documentation>Initial luminous flux of the entire equipment, being operated at a ambient temperature of 25°C. See also 13032-4:2015 (Unit: lumen)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="RatedLuminousFluxRGB" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Initial luminous flux of the RGB module part. Covers only the coloured light portion (Unit: lumen)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:choice>
       
<xs:element name="EmergencyBallastLumenFactor" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Ratio of the emergency luminous flux of the referenced light source (supplied by the referenced control gear) to the luminous flux of the same light source </xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:double">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="1"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:element>
       
<xs:element name="EmergencyRatedLuminousFlux" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Emergency luminous flux of the referenced light source, supplied by the referenced control gear (Unit: lumen)</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:int">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:element>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attribute name="emergencyBehaviour" default="None">
     
<xs:annotation>
       
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="None"/>
         
<xs:enumeration value="Combined"/>
         
<xs:enumeration value="EmergencyOnly"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/FixedLightEmitter/@emergencyBehaviour
type restriction of xs:string
properties
default None
facets
Kind Value Annotation
enumeration None
enumeration Combined
enumeration EmergencyOnly
annotation
documentation
Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only
source <xs:attribute name="emergencyBehaviour" default="None">
 
<xs:annotation>
   
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="None"/>
     
<xs:enumeration value="Combined"/>
     
<xs:enumeration value="EmergencyOnly"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Emitters/Emitter/FixedLightEmitter/Name
diagram index_p129.png
type Locale
properties
minOcc 0
maxOcc 1
content complex
children Locale
annotation
documentation
Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes
source <xs:element name="Name" type="Locale" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
 
</xs:annotation>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/Rotation
diagram index_p130.png
properties
minOcc 0
maxOcc 1
content complex
children X Y Z G0
annotation
documentation
LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use
source <xs:element name="Rotation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="X">
       
<xs:annotation>
         
<xs:documentation>Rotation around X axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Y">
       
<xs:annotation>
         
<xs:documentation>Rotation around Y axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Z">
       
<xs:annotation>
         
<xs:documentation>Rotation around Z axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="G0">
       
<xs:annotation>
         
<xs:documentation>Rotation around G0</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/Rotation/X
diagram index_p131.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around X axis
source <xs:element name="X">
 
<xs:annotation>
   
<xs:documentation>Rotation around X axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/Rotation/Y
diagram index_p132.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Y axis
source <xs:element name="Y">
 
<xs:annotation>
   
<xs:documentation>Rotation around Y axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/Rotation/Z
diagram index_p133.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Z axis
source <xs:element name="Z">
 
<xs:annotation>
   
<xs:documentation>Rotation around Z axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/Rotation/G0
diagram index_p134.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around G0
source <xs:element name="G0">
 
<xs:annotation>
   
<xs:documentation>Rotation around G0</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/PhotometryReference
diagram index_p135.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
photometryId  xs:NCName  required      
documentation
Id reference to a Photometry element defined under GeneralDefinitions/Photometries
annotation
documentation
Reference to a Photometry element defined under GeneralDefinitions/Photometries
source <xs:element name="PhotometryReference">
 
<xs:annotation>
   
<xs:documentation>Reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="photometryId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/FixedLightEmitter/PhotometryReference/@photometryId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a Photometry element defined under GeneralDefinitions/Photometries
source <xs:attribute name="photometryId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a Photometry element defined under GeneralDefinitions/Photometries</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Emitters/Emitter/FixedLightEmitter/LightSourceReference
diagram index_p136.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fixedLightSourceId  xs:NCName  required      
documentation
Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources
annotation
documentation
Reference to a fixed LightSource element defined under GeneralDefinitions/LightSources
source <xs:element name="LightSourceReference">
 
<xs:annotation>
   
<xs:documentation>Reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="fixedLightSourceId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/FixedLightEmitter/LightSourceReference/@fixedLightSourceId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources
source <xs:attribute name="fixedLightSourceId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a fixed LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Emitters/Emitter/FixedLightEmitter/ControlGearReference
diagram index_p137.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
controlGearId  xs:NCName  required      
documentation
Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears
controlGearCount  derived by: xs:int        
documentation
Optional count of the control gear. Default value is 1
annotation
documentation
Reference to a ControlGear element defined under GeneralDefinitions/ControlGears
source <xs:element name="ControlGearReference" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="controlGearCount">
     
<xs:annotation>
       
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/FixedLightEmitter/ControlGearReference/@controlGearId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears
source <xs:attribute name="controlGearId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Emitters/Emitter/FixedLightEmitter/ControlGearReference/@controlGearCount
type restriction of xs:int
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Optional count of the control gear. Default value is 1
source <xs:attribute name="controlGearCount">
 
<xs:annotation>
   
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Emitters/Emitter/FixedLightEmitter/RatedLuminousFlux
diagram index_p138.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Initial luminous flux of the entire equipment, being operated at a ambient temperature of 25°C. See also 13032-4:2015 (Unit: lumen)
source <xs:element name="RatedLuminousFlux">
 
<xs:annotation>
   
<xs:documentation>Initial luminous flux of the entire equipment, being operated at a ambient temperature of 25°C. See also 13032-4:2015 (Unit: lumen)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/RatedLuminousFluxRGB
diagram index_p139.png
type restriction of xs:int
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Initial luminous flux of the RGB module part. Covers only the coloured light portion (Unit: lumen)
source <xs:element name="RatedLuminousFluxRGB" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Initial luminous flux of the RGB module part. Covers only the coloured light portion (Unit: lumen)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/EmergencyBallastLumenFactor
diagram index_p140.png
type restriction of xs:double
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Ratio of the emergency luminous flux of the referenced light source (supplied by the referenced control gear) to the luminous flux of the same light source
source <xs:element name="EmergencyBallastLumenFactor" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Ratio of the emergency luminous flux of the referenced light source (supplied by the referenced control gear) to the luminous flux of the same light source </xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/FixedLightEmitter/EmergencyRatedLuminousFlux
diagram index_p141.png
type restriction of xs:int
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Emergency luminous flux of the referenced light source, supplied by the referenced control gear (Unit: lumen)
source <xs:element name="EmergencyRatedLuminousFlux" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Emergency luminous flux of the referenced light source, supplied by the referenced control gear (Unit: lumen)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter
diagram index_p142.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Rotation LightSourceReference ControlGearReference
attributes
Name  Type  Use  Default  Fixed  Annotation
emergencyBehaviour  derived by: xs:string    None    
documentation
Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only
annotation
documentation
Definition of an emission object for the luminous part of the product. It combines a multi channel light source with an optional control gear into a MultiChannelLightEmitter
source <xs:element name="MultiChannelLightEmitter" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of an emission object for the luminous part of the product. It combines a multi channel light source with an optional control gear into a MultiChannelLightEmitter</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="Locale" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Rotation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="X">
             
<xs:annotation>
               
<xs:documentation>Rotation around X axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Y">
             
<xs:annotation>
               
<xs:documentation>Rotation around Y axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Z">
             
<xs:annotation>
               
<xs:documentation>Rotation around Z axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="G0">
             
<xs:annotation>
               
<xs:documentation>Rotation around G0</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="LightSourceReference">
       
<xs:annotation>
         
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="multiChannelLightSourceId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="ControlGearReference" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="controlGearCount">
           
<xs:annotation>
             
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:int">
               
<xs:minInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="emergencyBehaviour" default="None">
     
<xs:annotation>
       
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="None"/>
         
<xs:enumeration value="Combined"/>
         
<xs:enumeration value="EmergencyOnly"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/MultiChannelLightEmitter/@emergencyBehaviour
type restriction of xs:string
properties
default None
facets
Kind Value Annotation
enumeration None
enumeration Combined
enumeration EmergencyOnly
annotation
documentation
Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only
source <xs:attribute name="emergencyBehaviour" default="None">
 
<xs:annotation>
   
<xs:documentation>Set to Combined, if this LightEmitter is intended for normal and emergency lighting. Set to EmergencyOnly, if this LightEmitter is intended for emergency lighting scenarios only. The default value or if the attribute is missing is None, which means: intended for normal light only</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="None"/>
     
<xs:enumeration value="Combined"/>
     
<xs:enumeration value="EmergencyOnly"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Emitters/Emitter/MultiChannelLightEmitter/Name
diagram index_p143.png
type Locale
properties
minOcc 0
maxOcc 1
content complex
children Locale
annotation
documentation
Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes
source <xs:element name="Name" type="Locale" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Translatable display name of the LightEmitter. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
 
</xs:annotation>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter/Rotation
diagram index_p144.png
properties
minOcc 0
maxOcc 1
content complex
children X Y Z G0
annotation
documentation
LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use
source <xs:element name="Rotation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>LightEmitter rotation. E.g. for wall or floor luminaires, if not measured in position of use</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="X">
       
<xs:annotation>
         
<xs:documentation>Rotation around X axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Y">
       
<xs:annotation>
         
<xs:documentation>Rotation around Y axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Z">
       
<xs:annotation>
         
<xs:documentation>Rotation around Z axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="G0">
       
<xs:annotation>
         
<xs:documentation>Rotation around G0</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter/Rotation/X
diagram index_p145.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around X axis
source <xs:element name="X">
 
<xs:annotation>
   
<xs:documentation>Rotation around X axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter/Rotation/Y
diagram index_p146.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Y axis
source <xs:element name="Y">
 
<xs:annotation>
   
<xs:documentation>Rotation around Y axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter/Rotation/Z
diagram index_p147.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Z axis
source <xs:element name="Z">
 
<xs:annotation>
   
<xs:documentation>Rotation around Z axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter/Rotation/G0
diagram index_p148.png
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around G0
source <xs:element name="G0">
 
<xs:annotation>
   
<xs:documentation>Rotation around G0</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/MultiChannelLightEmitter/LightSourceReference
diagram index_p149.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
multiChannelLightSourceId  xs:NCName  required      
documentation
Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources
annotation
documentation
Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources
source <xs:element name="LightSourceReference">
 
<xs:annotation>
   
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="multiChannelLightSourceId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/MultiChannelLightEmitter/LightSourceReference/@multiChannelLightSourceId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources
source <xs:attribute name="multiChannelLightSourceId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a MultiChannelLightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Emitters/Emitter/MultiChannelLightEmitter/ControlGearReference
diagram index_p150.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
controlGearId  xs:NCName  required      
documentation
Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears
controlGearCount  derived by: xs:int        
documentation
Optional count of the control gear. Default value is 1
annotation
documentation
Reference to a ControlGear element defined under GeneralDefinitions/ControlGears
source <xs:element name="ControlGearReference" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="controlGearId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="controlGearCount">
     
<xs:annotation>
       
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/MultiChannelLightEmitter/ControlGearReference/@controlGearId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears
source <xs:attribute name="controlGearId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a ControlGear element defined under GeneralDefinitions/ControlGears</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Emitters/Emitter/MultiChannelLightEmitter/ControlGearReference/@controlGearCount
type restriction of xs:int
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Optional count of the control gear. Default value is 1
source <xs:attribute name="controlGearCount">
 
<xs:annotation>
   
<xs:documentation>Optional count of the control gear. Default value is 1</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Emitters/Emitter/SensorEmitter
diagram index_p151.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Rotation SensorReference
annotation
documentation
Definition of an emission object for the sensor part of the product
source <xs:element name="SensorEmitter" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of an emission object for the sensor part of the product</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="Locale" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Translatable display name of the Sensor. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Rotation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Sensor rotation. E.g. for wall or floor sensors, if not measured in position of use</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="X">
             
<xs:annotation>
               
<xs:documentation>Rotation around X axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:double">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Y">
             
<xs:annotation>
               
<xs:documentation>Rotation around Y axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:double">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Z">
             
<xs:annotation>
               
<xs:documentation>Rotation around Z axis</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:double">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="G0">
             
<xs:annotation>
               
<xs:documentation>Rotation around G0</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:double">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="360"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="SensorReference">
       
<xs:annotation>
         
<xs:documentation>Reference to a Sensor element defined under GeneralDefinitions/Sensors</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="sensorId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a Sensor element defined under GeneralDefinitions/Sensors.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Emitters/Emitter/SensorEmitter/Name
diagram index_p152.png
type Locale
properties
minOcc 0
maxOcc 1
content complex
children Locale
annotation
documentation
Translatable display name of the Sensor. Could be shown in applications like DIALux and Relux. Intended for documentation purposes
source <xs:element name="Name" type="Locale" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Translatable display name of the Sensor. Could be shown in applications like DIALux and Relux. Intended for documentation purposes</xs:documentation>
 
</xs:annotation>
</xs:element>

element Emitters/Emitter/SensorEmitter/Rotation
diagram index_p153.png
properties
minOcc 0
maxOcc 1
content complex
children X Y Z G0
annotation
documentation
Sensor rotation. E.g. for wall or floor sensors, if not measured in position of use
source <xs:element name="Rotation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sensor rotation. E.g. for wall or floor sensors, if not measured in position of use</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="X">
       
<xs:annotation>
         
<xs:documentation>Rotation around X axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Y">
       
<xs:annotation>
         
<xs:documentation>Rotation around Y axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Z">
       
<xs:annotation>
         
<xs:documentation>Rotation around Z axis</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="G0">
       
<xs:annotation>
         
<xs:documentation>Rotation around G0</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="360"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Emitters/Emitter/SensorEmitter/Rotation/X
diagram index_p154.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around X axis
source <xs:element name="X">
 
<xs:annotation>
   
<xs:documentation>Rotation around X axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/SensorEmitter/Rotation/Y
diagram index_p155.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Y axis
source <xs:element name="Y">
 
<xs:annotation>
   
<xs:documentation>Rotation around Y axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/SensorEmitter/Rotation/Z
diagram index_p156.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around Z axis
source <xs:element name="Z">
 
<xs:annotation>
   
<xs:documentation>Rotation around Z axis</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/SensorEmitter/Rotation/G0
diagram index_p157.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Rotation around G0
source <xs:element name="G0">
 
<xs:annotation>
   
<xs:documentation>Rotation around G0</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Emitters/Emitter/SensorEmitter/SensorReference
diagram index_p158.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
sensorId  xs:NCName  required      
documentation
Id reference to a Sensor element defined under GeneralDefinitions/Sensors.
annotation
documentation
Reference to a Sensor element defined under GeneralDefinitions/Sensors
source <xs:element name="SensorReference">
 
<xs:annotation>
   
<xs:documentation>Reference to a Sensor element defined under GeneralDefinitions/Sensors</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="sensorId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a Sensor element defined under GeneralDefinitions/Sensors.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Emitters/Emitter/SensorEmitter/SensorReference/@sensorId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a Sensor element defined under GeneralDefinitions/Sensors.
source <xs:attribute name="sensorId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a Sensor element defined under GeneralDefinitions/Sensors.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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