2.2.4.3 t:RegeneratingPatternBaseType Complex Type

The RegeneratingPatternBaseType complex type specifies the base type for all regenerating patterns. The RegeneratingPatternBaseType complex type extends the IntervalRecurrencePatternBaseType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.40.

 <xs:complexType name="RegeneratingPatternBaseType"
   abstract="true"
 > 
   <xs:complexContent>
     <xs:extension
       base="t:IntervalRecurrencePatternBaseType"
      />
   </xs:complexContent>
 </xs:complexType>