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 0..1 xor, XSDelement Relative reference to the lane position of a specific entity.
absoluteTargetLaneOffset AbsoluteTargetLaneOffset 0..1 xor, XSDelement Absolute reference to the current lane's center line.

XSD 1.1 Representation


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

Change log from version 1.0
  • Annotation changed
    • New Value
      Defines the target lane offset of the LaneOffsetAction.
      From 1.0.0
      Defines the target lane of the LaneOffsetAction.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property relativeTargetLaneOffset
    • xor
    • XSDelement [position: "1"]
  • Property absoluteTargetLaneOffset
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree