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 'catalogReference'. Lower cardinality changed.
- Property 'controller'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property name
- Property catalogReference
- XSDelement [position: "1"]
- Property controller
- XSDelement [position: "2"]
|
To XSD