Class UserDefinedAction
- Applied Stereotypes:
-
XSDcomplexType
Used to either issue a command to the simulation environment (e.g. test software, system under test, simulation models) or start an external script. Allows the user to activate custom actions in their simulation user software.
- Used in:
-
Action ,
InitActions
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
customCommandAction |
CustomCommandAction |
1..1 |
XSDelement
|
The available commands are subject of a contract between simulation environment provider and scenario author. |
|
XSD 1.3 Representation |
<xsd:complexType name="UserDefinedAction">
<xsd:sequence>
<xsd:element name="CustomCommandAction" type="CustomCommandAction"/>
</xsd:sequence>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property customCommandAction
- XSDelement [position: "1"]
|
To XSD