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 0..1 xor, XSDelement The specified controller type.
catalogReference CatalogReference 0..1 xor, XSDelement A controller type import from a catalog.

XSD 1.1 Representation


<xsd:complexType name="ControllerDistributionEntry">
<xsd:choice>
<xsd:element name="Controller" type="Controller" minOccurs="0"/>
<xsd:element name="CatalogReference" type="CatalogReference" minOccurs="0"/>
</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 controller
    • xor
    • XSDelement [position: "1"]
  • Property catalogReference
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree