Class StandStillCondition

Applied Stereotypes:
XSDcomplexType

Logical expression in condition becomes true if the triggering entity/entities stands still for a given amount of time.

Used in:
EntityCondition
Properties
Name Type Cardinality AppliedStereotypes Description
duration double 1..1 XSDattribute Duration time of still standing to let the logical expression become true. Unit: s. Range [0..inf[.

XSD 1.1 Representation


<xsd:complexType name="StandStillCondition">
<xsd:attribute name="duration" type="Double" use="required"/>
</xsd:complexType>

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

To XSD To XSD Tree