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[.

Migration Information from XSD 0.9.1
Derived From:
OSCCondition.ByEntity.EntityCondition.StandStill
Property Name XSD Type XSD 0.9.1 Name Migration
duration Attribute duration

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree