An action serves to create or modify all dynamic elements of a scenario.
<xsd:complexType name="Action"> <xsd:choice> <xsd:element name="GlobalAction" type="GlobalAction"/> <xsd:element name="UserDefinedAction" type="UserDefinedAction"/> <xsd:element name="PrivateAction" type="PrivateAction"/> </xsd:choice> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSLT To XSD Tree