Class RelativeTargetLane

Applied Stereotypes:
XSDcomplexType

Defines the relative lane offset to a reference entity as target for a LaneChangeTarget.

Used in:
LaneChangeTarget
Properties
Name Type Cardinality AppliedStereotypes Description
entityRef Entity 1..1 XSDattribute nameRef Reference entity.
value int 1..1 XSDattribute Signed number of lanes that is offset the reference entity's current lane.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Lateral.LaneChange.Target.Relative
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Attribute entityRef
value Attribute value

XSD 1.0 Representation


<xsd:complexType name="RelativeTargetLane">
<xsd:attribute name="entityRef" type="String" use="required"/>
<xsd:attribute name="value" type="Int" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree