Enumeration LaneLayerType
Types of layers for lanes.
- Used in:
-
AbsoluteTargetLane ,
LanePosition ,
PreferredLaneLayerAction ,
RelativeTargetLane
|
Enumeration Literals
|
| |
Name |
Applied Stereotypes |
Description |
| |
permanent |
|
Lane is permanently part of the road. |
| |
temporary |
|
Lane is temporarily part of the road, e.g. at road construction sites |
|
|
XSD 1.4 Representation
|
<xsd:simpleType name="LaneLayerType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="permanent"/>
<xsd:enumeration value="temporary"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
|
Change log from version 1.3
|
|
|
To XSD