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>
|
|
|
Change log from version 1.3
|
- Property 'catalogReference'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'controller'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property name
-
Property catalogReference
-
Property controller
|
To XSD