Enumeration LaneLayerType

Lane layer.

Used in:
AbsoluteTargetLane , LanePosition , PreferredLaneLayerAction , RelativeTargetLane
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
  • Enumeration created.

To XSD