Class CustomCommandAction

Applied Stereotypes:
XSDsimpleContent

Used to activate a custom action native to the 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.

Migration Information from XSD 0.9.1
Derived From:
OSCUserDefinedAction.Command
Property Name XSD Type XSD 0.9.1 Name Migration
type Attribute type
content Element Content

XSD 1.0 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>

To XSD To XSLT To XSD Tree