Class PreferredLaneLayerAction

Applied Stereotypes:
XSDcomplexType

Specifies a preferred lane layer that is used in case of ambiguity when choosing a lane.
Is overruled if the lane layer is explicitly specified, e.g. in AbsoluteTargetLane.

Used in:
RoutingAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  layer LaneLayerType 1..1 XSDattribute The preferred layer ("permanent" or "temporary").
XSD 1.4 Representation


<xsd:complexType name="PreferredLaneLayerAction">
<xsd:attribute name="layer" type="LaneLayerType" use="required"/>
</xsd:complexType>

Change log from version 1.3
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property layer
    • XSDattribute

To XSD