Class Controller
- Applied Stereotypes:
-
XSDcomplexType
- Implements Interfaces:
-
CatalogElement
Defines a controller type and parameters for the controller.
- Used in:
-
ActivateControllerAction ,
AssignControllerAction ,
Catalog ,
ControllerDistributionEntry ,
ObjectController
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
controllerType |
ControllerType |
0..1 |
XSDattribute
|
Defines what domain the controller acts on (Default: movement) |
| |
name |
string |
1..1 |
XSDattribute
|
Name of the controller type. |
| |
parameterDeclarations |
ParameterDeclaration |
0..* |
XSDwrapped,
XSDelement
|
Definition of additional parameters. |
| |
properties |
Properties |
0..1 |
XSDelement
|
Properties of the controller. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Controller">
<xsd:all>
<xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/>
<xsd:element name="Properties" type="Properties" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="controllerType" type="ControllerType"/>
</xsd:complexType>
|
|
|
XSD Transformation
|
| UML Element |
Stereotype |
Description |
| parameterDeclarations |
XSDwrapper |
This property represents a wrapped list. In XSD, the complex type ParameterDeclarations is used as a wrapper. |
|
|
Change log from version 1.3
|
- Property 'parameterDeclarations'. Stereotype <<XSDwrapped>>. Tagged value 'wrapperMin' removed.
- Property 'parameterDeclarations'. Stereotype <<XSDwrapped>>. Tagged value 'wrapperMax' removed.
- Property 'parameterDeclarations'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'properties'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
-
Property controllerType
-
Property name
-
Property parameterDeclarations
-
Property properties
|
To XSD