2.5.3.5 TimeTrigger

If present, the TimeTrigger specifies that the task can start at the specified StartBoundary time.

 <!-- TimeTrigger -->
 <xs:complexType name="timeTriggerType">
   <xs:complexContent>
     <xs:extension base="triggerBaseType">
       <xs:sequence>
         <xs:element name="RandomDelay" type="xs:duration" 
         default="PT0M" minOccurs="0"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

RandomDelay: If present, this field contains a user-specified maximum delay value as specified for "time duration" in section 2.5.1.1.