Class ControllerDistribution

Applied Stereotypes:
XSDcomplexType

Defines a distribution which controller should be used in a traffic.

Used in:
TrafficDefinition
Properties
  Name Type Cardinality AppliedStereotypes Description
  controllerDistributionEntries ControllerDistributionEntry 1..* XSDunwrapped, XSDelement The weights of controllers of a specific type in a traffic.
XSD 1.3 Representation


<xsd:complexType name="ControllerDistribution">
<xsd:sequence>
<xsd:element name="ControllerDistributionEntry" type="ControllerDistributionEntry" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
controllerDistributionEntries XSDunwrapped This property represents an unwrapped list in XSD. The element name 'ControllerDistributionEntry' is used for the list elements.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property controllerDistributionEntries
    • XSDunwrapped [xsdElementName: "ControllerDistributionEntry"]
    • XSDelement [position: "1"]

To XSD