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.

Migration Information from XSD 0.9.1
Derived From:
OSCEnvironment.TimeOfDay
Property Name XSD Type XSD 0.9.1 Name Migration
animation Attribute animation
dateTime Attribute N/A Created and migrated data from TimeOfDay/Date, TimeOfDay/Time
Element Time Removed
Element Date Removed

XSD 1.0 Representation


<xsd:complexType name="TimeOfDay">
<xsd:attribute name="animation" type="Boolean" use="required"/>
<xsd:attribute name="dateTime" type="DateTime" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree