Class StoryboardElementStateCondition
- Applied Stereotypes:
-
XSDcomplexType
Considered true if a referenced storyboard element has reached a given runtime state (standbyState, runningState, completeState) or if the referenced storyboard element undergoes a specific transition (startTransition, stopTransition, endTransition, skipTransition) at a discrete time.
- Used in:
-
ByValueCondition
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
storyboardElementType |
StoryboardElementType |
1..1 |
XSDattribute
|
Type of storyboard element instance.
|
storyboardElementRef |
StoryboardElement |
1..1 |
XSDattribute
nameRef
|
Name of the referenced Storyboard instance.
|
state |
StoryboardElementState |
1..1 |
XSDattribute
|
The state or the transition of the storyboard element instance for which the condition becomes true.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCCondition.ByState.AfterTermination
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
storyboardElementType |
Attribute |
type |
storyboardElementRef |
Attribute |
name |
state |
Attribute |
rule |
|
XSD 1.0 Representation |
<xsd:complexType name="StoryboardElementStateCondition">
<xsd:attribute name="storyboardElementType" type="StoryboardElementType" use="required"/>
<xsd:attribute name="storyboardElementRef" type="String" use="required"/>
<xsd:attribute name="state" type="StoryboardElementState" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree