Class RelativeTargetLaneOffset

Applied Stereotypes:
XSDcomplexType

Defines the relative lane offset from a triggering entity/entities to a reference entity as a target for a LaneOffsetTarget.

Used in:
LaneOffsetTarget
Properties
  Name Type Cardinality AppliedStereotypes Description
  entityRef Entity 1..1 nameRef, XSDattribute Reference entity.
  value double 1..1 XSDattribute Lane offset with respect to the reference entity's current lane position. Unit: [m].
XSD 1.4 Representation


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

Change log from version 1.3
  • Property 'entityRef'. Stereotype <<nameRef>>. Tagged value 'xsdType' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property entityRef
    • nameRef
    • XSDattribute
  • Property value
    • XSDattribute

To XSD