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


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

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

To XSD