Class LaneOffsetTarget

Applied Stereotypes:
XSDcomplexType, union

Defines the target lane offset of the LaneOffsetAction.

Used in:
LaneOffsetAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  relativeTargetLaneOffset RelativeTargetLaneOffset 1..1 xor, XSDelement Relative reference to the lane position of a specific entity.
  absoluteTargetLaneOffset AbsoluteTargetLaneOffset 1..1 xor, XSDelement Absolute reference to the current lane's center line.
XSD 1.3 Representation


<xsd:complexType name="LaneOffsetTarget">
<xsd:choice>
<xsd:element name="RelativeTargetLaneOffset" type="RelativeTargetLaneOffset"/>
<xsd:element name="AbsoluteTargetLaneOffset" type="AbsoluteTargetLaneOffset"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Property 'relativeTargetLaneOffset'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'absoluteTargetLaneOffset'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property relativeTargetLaneOffset
    • xor
    • XSDelement [position: "1"]
  • Property absoluteTargetLaneOffset
    • xor
    • XSDelement [position: "2"]

To XSD