complexType EnergyLabels
diagram index_p159.png
children EnergyLabel
used by
elements LightSources/ChangeableLightSource/EnergyLabels LightSources/FixedLightSource/EnergyLabels LightSources/MultiChannelLightSource/EnergyLabels ControlGears/ControlGear/EnergyLabels
annotation
documentation
Definition of energy efficiency classes
source <xs:complexType name="EnergyLabels">
 
<xs:annotation>
   
<xs:documentation>Definition of energy efficiency classes</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EnergyLabel" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single energy efficiency class. E.g. classification within the European Energy Label</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="region" type="xs:string">
             
<xs:annotation>
               
<xs:documentation>Region in which the energy label applies. E.g. Europe or Germany</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EnergyLabels/EnergyLabel
diagram index_p160.png
type extension of xs:string
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
region  xs:string        
documentation
Region in which the energy label applies. E.g. Europe or Germany
annotation
documentation
Single energy efficiency class. E.g. classification within the European Energy Label
source <xs:element name="EnergyLabel" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single energy efficiency class. E.g. classification within the European Energy Label</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="region" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>Region in which the energy label applies. E.g. Europe or Germany</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute EnergyLabels/EnergyLabel/@region
type xs:string
annotation
documentation
Region in which the energy label applies. E.g. Europe or Germany
source <xs:attribute name="region" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Region in which the energy label applies. E.g. Europe or Germany</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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