Class ControllerDistributionEntry
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines that weight in a controller distribution, for the given controller type.
- Used in:
-
ControllerDistribution
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
weight |
double |
1..1 |
XSDattribute
|
The weight of the entry. Range: ]0..inf[. |
| |
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
A controller type import from a catalog. |
| |
controller |
Controller |
1..1 |
xor,
XSDelement
|
The specified controller type. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ControllerDistributionEntry">
<xsd:choice>
<xsd:element name="Controller" type="Controller"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
<xsd:attribute name="weight" type="Double" use="required"/>
</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 weight
-
Property catalogReference
-
Property controller
|
To XSD