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.
    • New Value
      1
      From 1.2.0
      0
  • Property 'catalogReference'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property weight
    • XSDattribute
  • Property controller
    • xor
    • XSDelement [position: "1"]
  • Property catalogReference
    • xor
    • XSDelement [position: "2"]

To XSD