Class LaneOffsetTarget

Applied Stereotypes:
union, XSDcomplexType

Defines the target lane of the LaneOffsetAction.

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

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Lateral.LaneOffset.Target
Property Name XSD Type XSD 0.9.1 Name Migration
relativeTargetLaneOffset Element RelativeTargetLaneOffset
absoluteTargetLaneOffset Element AbsoluteTargetLaneOffset

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree