2.2.4.1 t:DailyRegeneratingPatternType Complex Type

The DailyRegeneratingPatternType complex type specifies the interval, in days, at which a task is regenerated. The DailyRegeneratingPatternType complex type extends the RegeneratingPatternBaseType complex type, as specified in section 2.2.4.3.

 <xs:complexType name="DailyRegeneratingPatternType">
   <xs:complexContent>
     <xs:extension
       base="t:RegeneratingPatternBaseType"
      />
   </xs:complexContent>
 </xs:complexType>