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.3 Representation


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

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

To XSD