Class TimeOfDayCondition
- Applied Stereotypes:
-
XSDcomplexType
The logical expression is considered true if the simulated time and date verifies the specified relation rule (bigger than, smaller than, or equal to) relatively to a given time and date value.
- Used in:
-
ByValueCondition
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
rule |
Rule |
1..1 |
XSDattribute
|
The operator (less, greater, equal).
|
dateTime |
dateTime |
1..1 |
XSDattribute
|
Datetime value for comparison.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCCondition.ByValue.TimeOfDay
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
rule |
Attribute |
rule |
|
dateTime |
Attribute |
N/A |
Created and migrated data from TimeOfDayCondition/Date, TimeOfDayCondition/Time |
|
Element |
Time |
Removed |
|
Element |
Date |
Removed |
|
XSD 1.0 Representation |
<xsd:complexType name="TimeOfDayCondition">
<xsd:attribute name="rule" type="Rule" use="required"/>
<xsd:attribute name="dateTime" type="DateTime" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree