Class AddEntityAction
- Applied Stereotypes:
-
XSDcomplexType
Adds an entity to the scenario, at a predefined position.
- Used in:
-
EntityAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
position |
Position |
1..1 |
XSDelement
|
Adds an entity at the specified position. |
|
XSD 1.3 Representation |
<xsd:complexType name="AddEntityAction">
<xsd:all>
<xsd:element name="Position" type="Position"/>
</xsd:all>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property position
- XSDelement [position: "1"]
|
To XSD