Class RelativeRoadPosition

Applied Stereotypes:
XSDcomplexType

Defines an absolute position derived from relative road coordinates delta s [ds] and delta t [dt] to a reference entity.

Used in:
Position
Properties
Name Type Cardinality AppliedStereotypes Description
entityRef Entity 1..1 XSDattribute nameRef reference entity.
ds double 1..1 XSDattribute Relative ds road coordinate to s coordinate of the reference entity.
dt double 1..1 XSDattribute Relative dt road coordinate to t coordinate of the reference entity.
orientation Orientation 0..1 Orientation. The relative reference context refers to the referenced road's s and t coordinates.

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

XSD 1.0 Representation


<xsd:complexType name="RelativeRoadPosition">
<xsd:all>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="entityRef" type="String" use="required"/>
<xsd:attribute name="ds" type="Double" use="required"/>
<xsd:attribute name="dt" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree