diagram | |||
children | Emitter | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | ChangeableLightEmitter FixedLightEmitter MultiChannelLightEmitter SensorEmitter | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:ID | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | Name Rotation PhotometryReference EquipmentReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | |||||||
type | Locale | ||||||
properties |
|
||||||
children | Locale | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
properties |
|
||||||
children | X Y Z G0 | ||||||
annotation |
|
||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | Name Rotation PhotometryReference LightSourceReference ControlGearReference RatedLuminousFlux RatedLuminousFluxRGB EmergencyBallastLumenFactor EmergencyRatedLuminousFlux | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | |||||||
type | Locale | ||||||
properties |
|
||||||
children | Locale | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
properties |
|
||||||
children | X Y Z G0 | ||||||
annotation |
|
||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
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:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | Name Rotation LightSourceReference ControlGearReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | |||||||
type | Locale | ||||||
properties |
|
||||||
children | Locale | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
properties |
|
||||||
children | X Y Z G0 | ||||||
annotation |
|
||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
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 | |||||||
properties |
|
||||||
children | Name Rotation SensorReference | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | Locale | ||||||
properties |
|
||||||
children | Locale | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
properties |
|
||||||
children | X Y Z G0 | ||||||
annotation |
|
||||||
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> |
diagram | ||||||||||
type | restriction of xs:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ||||||||||
type | restriction of xs:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |