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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property weight
    • XSDattribute
  • Property catalogReference
    • xor
    • XSDelement
  • Property controller
    • xor
    • XSDelement

To XSD