T_Junction_Priority
The junction priority record provides information about the priority of one road over another road that are part of this junction. It is only required if priorities cannot be derived from signs or signals in a junction or on tracks leading to a junction.
Java class for t_junction_priority complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_junction_priority">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="high" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="low" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard