diagram | |||
children | Equipment | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | LightSourceReference ControlGearReference RatedInputPower EmergencyBallastLumenFactor EmergencyRatedLuminousFlux | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:ID | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:int | ||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:int | ||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | restriction of xs:double | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ||||||||||
type | restriction of xs:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |