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 XSDattribute nameRef
privateActions PrivateAction 1..* XSDunwrapped List of private actions to be executed when the enclosing container gets triggered.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Storyboard.Init.Actions.Private
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Attribute object
privateActions Element Action Renamed

XSD 1.0 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>

XSD Transformation
UML Element Stereotype Description
privateActions XSDunwrapped This property represents an unwrapped list in XSD. The element name 'PrivateAction' is used for the list elements.

To XSD To XSLT To XSD Tree