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.4 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property name
    • XSDattribute
  • Property catalogReference
    • xor
    • XSDelement
  • Property controller
    • xor
    • XSDelement

To XSD