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:
ScenarioObject
Properties
Name Type Cardinality AppliedStereotypes Description
catalogReference CatalogReference 0..1 xor, XSDelement Catalog reference to a controller.
controller Controller 0..1 xor, XSDelement Controller type definition.

XSD 1.1 Representation


<xsd:complexType name="ObjectController">
<xsd:choice>
<xsd:element name="CatalogReference" type="CatalogReference" minOccurs="0"/>
<xsd:element name="Controller" type="Controller" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

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

To XSD To XSD Tree