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
  state StoryboardElementState 1..1 XSDattribute The state or the transition of the storyboard element instance for which the condition becomes true.
  storyboardElementRef StoryboardElement 1..1 nameRef, XSDattribute Name of the referenced Storyboard instance.
  storyboardElementType StoryboardElementType 1..1 XSDattribute Type of storyboard element instance.
XSD 1.3 Representation


<xsd:complexType name="StoryboardElementStateCondition">
<xsd:attribute name="storyboardElementRef" type="String" use="required"/>
<xsd:attribute name="state" type="StoryboardElementState" use="required"/>
<xsd:attribute name="storyboardElementType" type="StoryboardElementType" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property state
    • XSDattribute
  • Property storyboardElementRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property storyboardElementType
    • XSDattribute

To XSD