Enumeration CoordinateSystem

Definition of the coordinate system to be used for calculations. If used in a condition, then the coordinate system relates to the triggering entity. If used in an action, the coordinate system relates to the actor.

Used in:
DistanceCondition , LateralDistanceAction , LongitudinalDistanceAction , RelativeDistanceCondition , TimeHeadwayCondition , TimeToCollisionCondition
Enumeration Literals
Name Applied Stereotypes Description
entity Cartesian XYZ coordinate system (origin is the origin of the entity´s local coordinate system.)
lane Road-based s,t coordinate system (s-axis is the lane center line of the lane, on which the entity is located).
road Road-based s,t coordinate system (s-axis is the road center line of the road, on which the entity is located).
trajectory Trajectory-based s,t coordinate system (s-axis is the trajectory-arc, which the entity follows).

XSD 1.1 Representation


<xsd:simpleType name="CoordinateSystem">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="entity"/>
<xsd:enumeration value="lane"/>
<xsd:enumeration value="road"/>
<xsd:enumeration value="trajectory"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

Change log from version 1.0
  • Enumeration created.

To XSD