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 The available commands are subject of a contract between simulation environment provider and scenario author.

Migration Information from XSD 0.9.1
Derived From:
OSCUserDefinedAction
Property Name XSD Type XSD 0.9.1 Name Migration
customCommandAction Element CommandAction Renamed
Element ScriptAction Removed in Version 1.0.

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree