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 nameRef, XSDattribute Reference entity.
value int 1..1 XSDattribute Signed number of lanes that is offset the reference entity's current lane.

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property entityRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property value
    • XSDattribute

To XSD To XSD Tree