Class LaneOffsetTarget
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines the target lane offset of the LaneOffsetAction.
- Used in:
-
LaneOffsetAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
absoluteTargetLaneOffset |
AbsoluteTargetLaneOffset |
1..1 |
xor,
XSDelement
|
Absolute reference to the current lane's center line. |
| |
relativeTargetLaneOffset |
RelativeTargetLaneOffset |
1..1 |
xor,
XSDelement
|
Relative reference to the lane position of a specific entity. |
|
|
XSD 1.4 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.3
|
- Property 'absoluteTargetLaneOffset'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'relativeTargetLaneOffset'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property absoluteTargetLaneOffset
-
Property relativeTargetLaneOffset
|
To XSD