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[. |
|
controller |
Controller |
1..1 |
xor,
XSDelement
|
The specified controller type. |
|
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
A controller type import from a catalog. |
|
XSD 1.3 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.2 |
- Property 'controller'. Lower cardinality changed.
- Property 'catalogReference'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property weight
- Property controller
- XSDelement [position: "1"]
- Property catalogReference
- XSDelement [position: "2"]
|
To XSD