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
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.
entityRef Entity 1..1 nameRef, XSDattribute reference entity.
orientation Orientation 0..1 XSDelement Orientation. The relative reference context refers to the referenced road's s and t coordinates.

XSD 1.1 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property ds
    • XSDattribute
  • Property dt
    • XSDattribute
  • Property entityRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property orientation
    • XSDelement [position: "2"]

To XSD To XSD Tree