Examples

Some examples are here

<tmml>

<period date = "12/7/2020">

<do time = 6:00 >wake up</do>

<do time = 8:30 >go to shop</do>

<note>After this schedule you can do anything</note>

</period>

</tmml>

Conditional Statement

<tmml>

<period date = "9/8/2019">

<if "office calls">

<do>go to office</do>

<else>

<do>take rest at home</do>

<end conditional>

</period>

<note>today is holiday</note>

</tmml>