Class TimeOfDay
- Applied Stereotypes:
-
XSDcomplexType
Defines the day and time.
- Used in:
-
Environment
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
animation |
boolean |
1..1 |
XSDattribute
|
If true, the timeofday is animated with progressing simulation time, e.g. in order to animate the position of the sun. |
|
dateTime |
dateTime |
1..1 |
XSDattribute
|
Datetime value. |
|
XSD 1.3 Representation |
<xsd:complexType name="TimeOfDay">
<xsd:attribute name="animation" type="Boolean" use="required"/>
<xsd:attribute name="dateTime" type="DateTime" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property animation
- Property dateTime
|
To XSD