T_Junction_Priority
The junction priority record provides information about the priority of a connecting road over another connecting road. 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>
</sequence>
<attribute name="high" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="low" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard