Class AppearanceAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Actions defining the behaviour of an entity without moving it in the world, e.g. turning on a light or opening a door.
- Used in:
-
PrivateAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
animationAction |
AnimationAction |
1..1 |
xor,
XSDelement
|
Defines an animation based on the animation type. |
| |
lightStateAction |
LightStateAction |
1..1 |
xor,
XSDelement
|
Defines a target light state for a certain light. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="AppearanceAction">
<xsd:choice>
<xsd:element name="LightStateAction" type="LightStateAction"/>
<xsd:element name="AnimationAction" type="AnimationAction"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'animationAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'lightStateAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property animationAction
-
Property lightStateAction
|
To XSD