Class ControllerDistributionEntry

Applied Stereotypes:
union, XSDcomplexType

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

Migration Information from XSD 0.9.1
Derived From:
OSCTrafficDefinition.DriverDistribution.Driver
Property Name XSD Type XSD 0.9.1 Name Migration
weight Attribute percentage
controller Element Driver Renamed
catalogReference Element CatalogReference
Element PedestrianController Migrated to Controller.

XSD 1.0 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>

To XSD To XSLT To XSD Tree