Class Private

Applied Stereotypes:
XSDcomplexType

Container for private actions assigned to one specific entity and used in the initialization phase of a scenario.

Used in:
InitActions
Properties
  Name Type Cardinality AppliedStereotypes Description
  entityRef Entity 1..1 nameRef, XSDattribute Reference entity.
  privateActions PrivateAction 1..* XSDunwrapped, XSDelement List of private actions to be executed when the enclosing container gets triggered.
XSD 1.4 Representation


<xsd:complexType name="Private">
<xsd:sequence>
<xsd:element name="PrivateAction" type="PrivateAction" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="entityRef" type="String" use="required"/>
</xsd:complexType>

Change log from version 1.3
  • Property 'entityRef'. Stereotype <<nameRef>>. Tagged value 'xsdType' removed.
  • Property 'privateActions'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'privateActions'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property entityRef
    • nameRef
    • XSDattribute
  • Property privateActions
    • XSDunwrapped
    • XSDelement

To XSD