3.1.4.1.3.28 t:WorkingPeriod Complex Type

The WorkingPeriod complex type contains the work week days and hours of the mailbox user.

 <xs:complexType name="WorkingPeriod">
   <xs:sequence>
     <xs:element name="DayOfWeek"
       type="t:DaysOfWeekType"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="StartTimeInMinutes"
       type="xs:int"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="EndTimeInMinutes"
       type="xs:int"
       maxOccurs="1"
       minOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the WorkingPeriod complex type.

Element name

Type

Description

DayOfWeek

t:DaysOfWeekType ([MS-OXWSCDATA] section 2.2.5.6)

Contains the list of working days that are scheduled for the mailbox user. MUST be present.

StartTimeInMinutes

xs:int [XMLSCHEMA2]

Represents the start of the working day for a mailbox user. Minutes are counted starting from 12 A.M. MUST be present.

EndTimeInMinutes

xs:int

Represents the end of the working day for a mailbox user. Minutes are counted starting from 12 A.M. MUST be present.