Class RelativeLanePosition

Applied Stereotypes:
XSDcomplexType

Defines a position derived from relative lane coordinates (dLane, ds and offset) to a reference entity.

Used in:
Position
Properties
Name Type Cardinality AppliedStereotypes Description
entityRef Entity 1..1 XSDattribute nameRef Reference entity.
dLane int 1..1 XSDattribute Relative dlane to the lane of the reference entity.
ds double 1..1 XSDattribute Relative ds to the s of reference entity.
offset double 0..1 XSDattribute Lateral offset to the taqrget lane. Unit: m; Range: ]-inf..inf[
orientation Orientation 0..1 Orientation. The relative reference context refers to the referenced lane's s and t coordinates.

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.RelativeLane
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Attribute object
dLane Attribute dLane
ds Attribute ds
offset Attribute offset
orientation Element Orientation

XSD 1.0 Representation


<xsd:complexType name="RelativeLanePosition">
<xsd:all>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="entityRef" type="String" use="required"/>
<xsd:attribute name="dLane" type="Int" use="required"/>
<xsd:attribute name="ds" type="Double" use="required"/>
<xsd:attribute name="offset" type="Double" use="optional"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree