Class EntityDistributionEntry

Applied Stereotypes:
XSDcomplexType

Defines one weighted specific vehicle/pedestrian entity profile as part of an entity group.

Used in:
EntityDistribution
Properties
  Name Type Cardinality AppliedStereotypes Description
  weight double 1..1 XSDattribute The weight of this entity profile within the entity group. Range: ]0..inf[.
  scenarioObjectTemplate ScenarioObjectTemplate 1..1 XSDelement The entity profile that shall appear in the entity group.
XSD 1.3 Representation


<xsd:complexType name="EntityDistributionEntry">
<xsd:sequence>
<xsd:element name="ScenarioObjectTemplate" type="ScenarioObjectTemplate"/>
</xsd:sequence>
<xsd:attribute name="weight" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property weight
    • XSDattribute
  • Property scenarioObjectTemplate
    • XSDelement [position: "1"]

To XSD