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.4 Representation


<xsd:complexType name="UserDefinedAction">
<xsd:sequence>
<xsd:element name="CustomCommandAction" type="CustomCommandAction"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Property 'customCommandAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property customCommandAction
    • XSDelement

To XSD