T_Road_Signals_SignalReference
Refers to the same, that is, identical signal from multiple roads. The referenced signals require a unique ID. The element consists of a main element and an optional lane validity element.
Java class for t_road_signals_signalReference complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_signals_signalReference">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="validity" type="{}t_road_objects_object_laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" use="required" type="{}t_grEqZero" />
<attribute name="t" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orientation" use="required" type="{}e_orientation" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
"+" = valid in positive s-direction "-" = valid in negative s-direction "none" = valid in both directions
Link copied to clipboard
Gets the value of the validity property.
Link copied to clipboard
Sets the value of the orientation property.