complexType Equipments
diagram index_p161.png
children Equipment
used by
element GeneralDefinitions/Equipments
annotation
documentation
Definition of equipments used in this product
source <xs:complexType name="Equipments">
 
<xs:annotation>
   
<xs:documentation>Definition of equipments used in this product</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Equipment" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single equipment, composed of one or more light sources, ballasts and resulting power consumption and light output</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="LightSourceReference">
           
<xs:annotation>
             
<xs:documentation>Light source reference</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="changeableLightSourceId" type="xs:NCName" use="required">
               
<xs:annotation>
                 
<xs:documentation>Id reference to a LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="lightSourceCount">
               
<xs:annotation>
                 
<xs:documentation>Optional count of the light source. The 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="ControlGearReference" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Control gear reference</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="RatedInputPower">
           
<xs:annotation>
             
<xs:documentation>Input power consumed by the light source(s) and control gear, when the luminaire is turned on. Including any standby power (Unit: watt)</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:double">
               
<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="id" type="xs:ID" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique identifier of the equipment</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Equipments/Equipment
diagram index_p162.png
properties
minOcc 1
maxOcc unbounded
content complex
children LightSourceReference ControlGearReference RatedInputPower EmergencyBallastLumenFactor EmergencyRatedLuminousFlux
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  required      
documentation
Unique identifier of the equipment
annotation
documentation
Single equipment, composed of one or more light sources, ballasts and resulting power consumption and light output
source <xs:element name="Equipment" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single equipment, composed of one or more light sources, ballasts and resulting power consumption and light output</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="LightSourceReference">
       
<xs:annotation>
         
<xs:documentation>Light source reference</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="changeableLightSourceId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="lightSourceCount">
           
<xs:annotation>
             
<xs:documentation>Optional count of the light source. The 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="ControlGearReference" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Control gear reference</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="RatedInputPower">
       
<xs:annotation>
         
<xs:documentation>Input power consumed by the light source(s) and control gear, when the luminaire is turned on. Including any standby power (Unit: watt)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<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="id" type="xs:ID" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique identifier of the equipment</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Equipments/Equipment/@id
type xs:ID
properties
use required
annotation
documentation
Unique identifier of the equipment
source <xs:attribute name="id" type="xs:ID" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the equipment</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Equipments/Equipment/LightSourceReference
diagram index_p163.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
changeableLightSourceId  xs:NCName  required      
documentation
Id reference to a LightSource element defined under GeneralDefinitions/LightSources
lightSourceCount  derived by: xs:int        
documentation
Optional count of the light source. The default value is 1
annotation
documentation
Light source reference
source <xs:element name="LightSourceReference">
 
<xs:annotation>
   
<xs:documentation>Light source reference</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="changeableLightSourceId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="lightSourceCount">
     
<xs:annotation>
       
<xs:documentation>Optional count of the light source. The 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 Equipments/Equipment/LightSourceReference/@changeableLightSourceId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a LightSource element defined under GeneralDefinitions/LightSources
source <xs:attribute name="changeableLightSourceId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a LightSource element defined under GeneralDefinitions/LightSources</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Equipments/Equipment/LightSourceReference/@lightSourceCount
type restriction of xs:int
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Optional count of the light source. The default value is 1
source <xs:attribute name="lightSourceCount">
 
<xs:annotation>
   
<xs:documentation>Optional count of the light source. The 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 Equipments/Equipment/ControlGearReference
diagram index_p164.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
Control gear reference
source <xs:element name="ControlGearReference" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Control gear reference</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 Equipments/Equipment/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 Equipments/Equipment/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 Equipments/Equipment/RatedInputPower
diagram index_p165.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Input power consumed by the light source(s) and control gear, when the luminaire is turned on. Including any standby power (Unit: watt)
source <xs:element name="RatedInputPower">
 
<xs:annotation>
   
<xs:documentation>Input power consumed by the light source(s) and control gear, when the luminaire is turned on. Including any standby power (Unit: watt)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Equipments/Equipment/EmergencyBallastLumenFactor
diagram index_p166.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 Equipments/Equipment/EmergencyRatedLuminousFlux
diagram index_p167.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>


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