Class LightStateAction
- Applied Stereotypes:
-
XSDcomplexType
This action describes the transition of a current light state to the target light state.
- Used in:
-
AppearanceAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
transitionTime |
double |
0..1 |
XSDattribute
|
Time to transition from current lightState to given new lightState (default: transitionTime = 0). Unit: [s]. |
| |
lightState |
LightState |
1..1 |
XSDelement
|
LightState after execution of the LightStateAction. |
| |
lightType |
LightType |
1..1 |
XSDelement
|
Reference to a certain light of a entity that will be addressed in this LightStateAction. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="LightStateAction">
<xsd:sequence>
<xsd:element name="LightType" type="LightType"/>
<xsd:element name="LightState" type="LightState"/>
</xsd:sequence>
<xsd:attribute name="transitionTime" type="Double"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'lightState'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'lightType'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property transitionTime
-
Property lightState
-
Property lightType
|
To XSD