Class UsedArea

Applied Stereotypes:
XSDcomplexType

The area that is used by the entities. When using big road network and/or scene files (several GB, e.g. for whole Europe), a simulator shall not load the whole road network for performance reasons.

Used in:
RoadNetwork
Properties
Name Type Cardinality AppliedStereotypes Description
positions Position 2..* XSDunwrapped, XSDelement Definition of the used area. A minimum of 2 positions needs to be provided.

XSD 1.1 Representation


<xsd:complexType name="UsedArea">
<xsd:sequence>
<xsd:element name="Position" type="Position" minOccurs="2" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
positions XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Position' is used for the list elements.

Change log from version 1.0
  • Class created.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property positions
    • XSDunwrapped [xsdElementName: "Position"]
    • XSDelement [position: "1"]

To XSD To XSD Tree