Class RelativeLaneRange

Applied Stereotypes:
XSDcomplexType

A range of lanes to the left and/or right of a referenced entity. The properties "from" and "to" define the signed numbers of lanes that are offset the referenced entity's current lane. (0 is the entity's current lane, positive is left of the entity, negative is right of the entity). Set "from" and "to" to the same number in order to check clearance for only one lane.

Used in:
RelativeClearanceCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  from int 0..1 XSDattribute The lower limit of the range. Range: [-inf, inf[. Default if omitted: -inf
  to int 0..1 XSDattribute The upper limit of the range. Range: ]-inf, inf]. Default if omitted: +inf
XSD 1.4 Representation


<xsd:complexType name="RelativeLaneRange">
<xsd:attribute name="from" type="Int"/>
<xsd:attribute name="to" type="Int"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property from
    • XSDattribute
  • Property to
    • XSDattribute

To XSD