Class ReachPositionCondition

Applied Stereotypes:
XSDcomplexType, deprecated

Checks if a triggering entity/entities has reached a given position, within some user specified tolerance.

Used in:
EntityCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  tolerance double 1..1 XSDattribute Radius of tolerance circle around given position. Unit: [m]. Range: [0..inf[.
  position Position 1..1 XSDelement The position to be reached with the defined tolerance.
Deprecation
  • Class deprecated. With version 1.2. This Condition is now covered by DistanceCondition.
XSD 1.3 Representation


<xsd:complexType name="ReachPositionCondition">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:all>
<xsd:element name="Position" type="Position"/>
</xsd:all>
<xsd:attribute name="tolerance" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
    • deprecated [withVersion: "1.2"; comment: "This Condition is now covered by DistanceCondition."]
  • Property tolerance
    • XSDattribute
  • Property position
    • XSDelement [position: "1"]

To XSD