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.
- Property 'absoluteTargetLaneOffset'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property relativeTargetLaneOffset
- XSDelement [position: "1"]
- Property absoluteTargetLaneOffset
- XSDelement [position: "2"]
|
To XSD