Class ReachPositionCondition

Applied Stereotypes:
XSDcomplexType

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.

XSD 1.1 Representation


<xsd:complexType name="ReachPositionCondition">
<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"]
  • Property tolerance
    • XSDattribute
  • Property position
    • XSDelement [position: "1"]

To XSD To XSD Tree