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.3 Representation


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

Change log from version 1.2
  • Annotation changed
    • New Value
      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.
      From 1.2.0
      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).
  • Property 'from'. Annotation changed.
    • New Value
      The lower limit of the range. Range: [-inf, inf[. Default if omitted: -inf
      From 1.2.0
      The lower limit of the range, if missing "-inf"
  • Property 'to'. Annotation changed.
    • New Value
      The upper limit of the range. Range: ]-inf, inf]. Default if omitted: +inf
      From 1.2.0
      The upper limit of the range, if missing "+inf"
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property from
    • XSDattribute
  • Property to
    • XSDattribute

To XSD