Class ObjectController

Applied Stereotypes:
XSDcomplexType, union

Definition of a controller for a scenario object. Either an inline definition or a catalog reference to a controller.

Used in:
ActivateControllerAction , AssignControllerAction , ScenarioObject , ScenarioObjectTemplate
Properties
  Name Type Cardinality AppliedStereotypes Description
  name string 0..1 XSDattribute Identifier of the ObjectController.
  catalogReference CatalogReference 1..1 xor, XSDelement Catalog reference to a controller.
  controller Controller 1..1 xor, XSDelement Controller type definition.
XSD 1.3 Representation


<xsd:complexType name="ObjectController">
<xsd:choice>
<xsd:element name="CatalogReference" type="CatalogReference"/>
<xsd:element name="Controller" type="Controller"/>
</xsd:choice>
<xsd:attribute name="name" type="String"/>
</xsd:complexType>

Change log from version 1.2
  • Property 'name' created.
  • Property 'catalogReference'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'controller'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property name
    • XSDattribute
  • Property catalogReference
    • xor
    • XSDelement [position: "1"]
  • Property controller
    • xor
    • XSDelement [position: "2"]

To XSD