2.2.4.7 t:WeeklyRegeneratingPatternType Complex Type

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

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