Name

time — duration of farmer work

synopsis

<time>INTEGER<time>

parent elements

                    <farmer>
                

children elements

none.

attributes

none.

character data

duration of farmer work in seconds.

description

This element specifies duration of farmer work in seconds. If specified time is greater than time needed to perform full work loop, then farmer starts another work loop.

examples

   <farmer>
      <name>john</name>
      <time>20</time>
      <useprofile>my profile</useprofile>
   </farmer>