Required Reaction Time in Model UI Fragment Properties@0.0.4
Contents
FragmentProperty: Required Reaction TimeStatus: EXPERIMENTAL
Documentation
Denotes, if state changes in the UI fragment may require the user to react to it in a certain time frame. E.g. in an emergency situation, some decisions may need to be made in a specific time frame in order provide process safety. The property may influence how a UI engine organizes the automatic navigation to this UI fragment.
Typed Element: → 'TimeType'
Instanciatable Types 2
Name: → 'TimeType' Status: EXPERIMENTAL
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..1
From Model: Common Property Types
Documentation: his type constitutes a time interval, i.e. a relative time, expressed by a positive numeric value and a time unit. In order to express additive values like '1h 5min 7s' where each member adds to the resulting value each scaled by its unit, use the combined time type.
Structured Value Members:
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..1
From Model: Common Property Types
Documentation: his type constitutes a time interval, i.e. a relative time, expressed by a positive numeric value and a time unit. In order to express additive values like '1h 5min 7s' where each member adds to the resulting value each scaled by its unit, use the combined time type.
- value : → 'PositiveNumericType' [0..1] The value of the time interval expression bound to positive numeric real values.
- unit : → 'StringType' [0..1] The unit of the time interval expression bound to string values. Currently, time unit values cannot be enforced resulting in this to be a semantic markup only.
Name: → 'CombinedTimeType' Status: EXPERIMENTAL
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..∞
From Model: Common Property Types
Documentation: This type constitutes a time interval, i.e. a relative time, expressed by a list consisting of positive numeric value and a time unit respectively. An expression like '1h 5min 7s', thus, can be created using multiple additive time values each with a single pair of positive numeric value and time unit.
Structured Value Members:
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..∞
From Model: Common Property Types
Documentation: This type constitutes a time interval, i.e. a relative time, expressed by a list consisting of positive numeric value and a time unit respectively. An expression like '1h 5min 7s', thus, can be created using multiple additive time values each with a single pair of positive numeric value and time unit.
- value : → 'PositiveNumericType' [0..1] The value of the time interval expression bound to positive numeric real values.
- unit : → 'StringType' [0..1] The unit of the time interval expression bound to string values. Currently, time unit values cannot be enforced resulting in this to be a semantic markup only.