Class CustomCommandAction

Applied Stereotypes:
XSDsimpleContent

Used to activate a custom action native to the specific user environment. By using this action, the executability of the scenario will be dependent on a specific user environment.

Used in:
UserDefinedAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  type string 1..1 XSDattribute Type that is defined as a contract between the simulation environment provider and the author of a scenario.
  content string 1..1 The command that is defined as a contract between the simulation environment provider and the author of a scenario.
XSD 1.3 Representation


<xsd:complexType name="CustomCommandAction">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="type" type="String" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDsimpleContent [xsdType: "string"; umlPropertyName: "content"]
  • Property type
    • XSDattribute

To XSD