Class EntityAction

Applied Stereotypes:
union, XSDcomplexType

Defines an action that adds

Used in:
GlobalAction
Properties
Name Type Cardinality AppliedStereotypes Description
entityRef Entity 1..1 XSDattribute nameRef Name of the reference entity.
addEntityAction AddEntityAction 0..1 xor Action that adds the reference entity to the scenario.
deleteEntityAction DeleteEntityAction 0..1 xor Action that deletes the reference entity from the scenario.

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction.Entity
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Attribute name
addEntityAction Element Add Renamed
deleteEntityAction Element Delete Renamed

XSD 1.0 Representation


<xsd:complexType name="EntityAction">
<xsd:choice>
<xsd:element name="AddEntityAction" type="AddEntityAction"/>
<xsd:element name="DeleteEntityAction" type="DeleteEntityAction"/>
</xsd:choice>
<xsd:attribute name="entityRef" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree