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.4 Representation


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

Change log from version 1.3
  • Property 'controllerDistributionEntries'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'controllerDistributionEntries'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property controllerDistributionEntries
    • XSDunwrapped
    • XSDelement

To XSD