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 XSDattribute nameRef Reference entity.
value double 1..1 XSDattribute Lane offset with respect to the reference entity's current lane position. Unit: m.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Lateral.LaneOffset.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="RelativeTargetLaneOffset">
<xsd:attribute name="entityRef" type="String" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree