2.2.5.6 t:DaysOfWeekType Simple Type

The DaysOfWeekType simple type specifies days of the week that are used in item recurrence patterns.

The values for this type are defined in section 2.2.5.5.

The following is the syntax for this type.

 <xs:simpleType name="DaysOfWeekType">
     <xs:list itemType="t:DayOfWeekType"/>
 </xs:simpleType>