Class EntityAction

Applied Stereotypes:
XSDcomplexType, union

Defines an action that adds

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

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property entityRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property addEntityAction
    • xor
    • XSDelement [position: "2"]
  • Property deleteEntityAction
    • xor
    • XSDelement [position: "3"]

To XSD To XSD Tree