Class UserDefinedAction

Applied Stereotypes:
XSDcomplexType

Used to either issue a command to the simulation environment or start an external script. Allows the user to activate custom actions in their simulation tool.

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.1 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 To XSD Tree