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]. |
|
lightType |
LightType |
1..1 |
XSDelement
|
Reference to a certain light of a entity that will be addressed in this LightStateAction. |
|
lightState |
LightState |
1..1 |
XSDelement
|
LightState after execution of the LightStateAction. |
|
XSD 1.3 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>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property transitionTime
- Property lightType
- XSDelement [position: "1"]
- Property lightState
- XSDelement [position: "2"]
|
To XSD