Class EntityCondition

Applied Stereotypes:
XSDcomplexType, union

Defines a specific condition on an entity.

Used in:
ByEntityCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  accelerationCondition AccelerationCondition 1..1 xor, XSDelement Condition checking the current acceleration of an entity.
  angleCondition AngleCondition 1..1 xor, XSDelement Condition checking the angle of an entity.
  collisionCondition CollisionCondition 1..1 xor, XSDelement Condition checking whether the reference entity was involved in a collision.
  distanceCondition DistanceCondition 1..1 xor, XSDelement Condition checking the distance between two entities or an entity and a position.
  endOfRoadCondition EndOfRoadCondition 1..1 xor, XSDelement Condition checking for how long the reference entity has reached the end of the road.
  relativeDistanceCondition RelativeDistanceCondition 1..1 xor, XSDelement Condition checking the relative distance between two entities.
  relativeClearanceCondition RelativeClearanceCondition 1..1 xor, XSDelement Condition checking the relative clearance of an entity.
  timeToCollisionCondition TimeToCollisionCondition 1..1 xor, XSDelement Condition checking the time to collision between two entities.
  speedCondition SpeedCondition 1..1 xor, XSDelement Condition checking the current speed of the referenced entities.
  relativeAngleCondition RelativeAngleCondition 1..1 xor, XSDelement Condition checking the angle of an entity relative to a reference entity.
  offroadCondition OffroadCondition 1..1 xor, XSDelement Condition checking for how long the reference entity has left the road.
  relativeSpeedCondition RelativeSpeedCondition 1..1 xor, XSDelement Condition checking the relative speed between two entity.
D reachPositionCondition ReachPositionCondition 1..1 deprecated, xor, XSDelement Condition checking whether the reference entity has reached a given position within a given uncertainty.
  timeHeadwayCondition TimeHeadwayCondition 1..1 xor, XSDelement Condition checking the time headway between two entities.
  traveledDistanceCondition TraveledDistanceCondition 1..1 xor, XSDelement Condition checking the total traveled distance of the reference entity since the start of the scenario.
  standStillCondition StandStillCondition 1..1 xor, XSDelement Condition checking for how long the reference entity has not moved.
Deprecation
  • Property reachPositionCondition deprecated.
XSD 1.4 Representation


<xsd:complexType name="EntityCondition">
<xsd:choice>
<xsd:element name="EndOfRoadCondition" type="EndOfRoadCondition"/>
<xsd:element name="CollisionCondition" type="CollisionCondition"/>
<xsd:element name="OffroadCondition" type="OffroadCondition"/>
<xsd:element name="TimeHeadwayCondition" type="TimeHeadwayCondition"/>
<xsd:element name="TimeToCollisionCondition" type="TimeToCollisionCondition"/>
<xsd:element name="AccelerationCondition" type="AccelerationCondition"/>
<xsd:element name="StandStillCondition" type="StandStillCondition"/>
<xsd:element name="SpeedCondition" type="SpeedCondition"/>
<xsd:element name="RelativeSpeedCondition" type="RelativeSpeedCondition"/>
<xsd:element name="TraveledDistanceCondition" type="TraveledDistanceCondition"/>
<xsd:element name="ReachPositionCondition" type="ReachPositionCondition">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="DistanceCondition" type="DistanceCondition"/>
<xsd:element name="RelativeDistanceCondition" type="RelativeDistanceCondition"/>
<xsd:element name="RelativeClearanceCondition" type="RelativeClearanceCondition"/>
<xsd:element name="AngleCondition" type="AngleCondition"/>
<xsd:element name="RelativeAngleCondition" type="RelativeAngleCondition"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.3
  • Property 'accelerationCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'collisionCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'distanceCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'endOfRoadCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'relativeDistanceCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'relativeClearanceCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'timeToCollisionCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'speedCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'offroadCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'relativeSpeedCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'reachPositionCondition'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
  • Property 'reachPositionCondition'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
  • Property 'reachPositionCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'timeHeadwayCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'traveledDistanceCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'standStillCondition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property accelerationCondition
    • xor
    • XSDelement
  • Property angleCondition
    • xor
    • XSDelement
  • Property collisionCondition
    • xor
    • XSDelement
  • Property distanceCondition
    • xor
    • XSDelement
  • Property endOfRoadCondition
    • xor
    • XSDelement
  • Property relativeDistanceCondition
    • xor
    • XSDelement
  • Property relativeClearanceCondition
    • xor
    • XSDelement
  • Property timeToCollisionCondition
    • xor
    • XSDelement
  • Property speedCondition
    • xor
    • XSDelement
  • Property relativeAngleCondition
    • xor
    • XSDelement
  • Property offroadCondition
    • xor
    • XSDelement
  • Property relativeSpeedCondition
    • xor
    • XSDelement
  • Property reachPositionCondition
    • deprecated
    • xor
    • XSDelement
  • Property timeHeadwayCondition
    • xor
    • XSDelement
  • Property traveledDistanceCondition
    • xor
    • XSDelement
  • Property standStillCondition
    • xor
    • XSDelement

To XSD