diagram | |||
children | EnergyLabel | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
type | extension of xs:string | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:string | ||
annotation |
|
||
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> |