Class TrafficArea

Applied Stereotypes:
XSDcomplexType

Defines the area, where the traffic shall be spawned.

Used in:
TrafficAreaAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  polygon Polygon 1..1 xor, XSDelement Defines an area by a polygon. Suitable for urban areas, where all roads within an area shall be populated.
  roadRange RoadRange 1..* xor, XSDelement Defines an area by one or multiple road ranges. Suitable for highways, where only a few specific roads shall be populated.
XSD 1.3 Representation


<xsd:complexType name="TrafficArea">
<xsd:choice>
<xsd:element name="Polygon" type="Polygon"/>
<xsd:element name="RoadRange" type="RoadRange" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
  • Property polygon
    • xor
    • XSDelement [position: "1"]
  • Property roadRange
    • xor
    • XSDelement [position: "2"]

To XSD