PwsProjectRoleSchedule

Overview


This structure represents scheduling information such as requested or booked hours, task hours, notes etc. for a project role over a period of time.

Format


PwsProjectRoleSchedule

Elements


Element

Data Type

Description

Sample Data

ActualBuckets

PwsProjectRoleActualsBucket[]

The actual time that has been approved against this role



BookedBuckets

PwsProjectRoleHoursBucket[]

The booked time that is associated with this role



BookedHoursFlag

Boolean

If 'true', the role is associated with booked hours

true

BookedMinutesAfterEndDate

Int32

The number of booked minutes after the specified schedule end date. This should currently always be 0, as schedule data is always returned from a specified start date, going forward indefinitely in time.

0

BookedMinutesPriorToStartDate

Int32

The number of booked minutes prior to the specified schedule start date.

1920

CanUpdateResourceFlag

Boolean

If 'true', the resource assigned to this role can be updated.

false

CanUpdateRoleOnlyHoursFlag

Boolean

If 'true', the requested or scheduled hours assigned to this role can be updated.

true

Candidates

PwsProjectRoleCandidate[]

The list of resource candidates associated with this role.



ColorMapBackgroundColor

PwsColor

The color map background color associated with the project stage and engagement type associated with the role.



ConcurrentRoleFlag

Boolean

True if this is not a role that was explicitly requested, but is included because concurrent roles were asked for, and the role is for the same resource over the same time frame.

false

DefaultSchedulingMode

String

The default scheduling mode associated with this role - "W" for weekly, "D" for Daily".

W

EffectiveCriteriaSet

String

The effective criteria set for this role - "A" for Scheduler's criteria, "R" for the Requester's criteria.

A

EndDate

DateTime

The last date in the time period for which data will be returned.



InactiveFlag

Boolean

If set to 'true', the role has been marked as inactive (deleted).

false

NotesBuckets

PwsProjectRoleNotesBucket[]

The allocation notes associated with the role.



PreviousRequestedBuckets

PwsProjectRoleHoursBucket[]

The previously requested hours associated with the role.



ProjectIdentity

PwsProjectRef

The project identity.



ProjectName

String

The project name.

Request Or Book Role Hours

ProjectRoleIdentity

PwsProjectRoleRef

The role identity.



ProjectRoleName

String

The role name.

Developer

RequestedBuckets

PwsProjectRoleHoursBucket[]

The currently requested hours associated with the role.



ResourceIdentity

PwsResourceRef

The identity of the resource that is currently requested or assigned to the role.



StartDate

DateTime

The first date in the time period for which data will be returned.

2020-01-06T00:00:00Z

TaskHoursBuckets

PwsProjectRoleTaskHoursBucket[]

The current task plan or active task baseline based hours associated with the role.



Timestamp

String

This is a Base64 encoded timestamp optionally utilized for project role locking.

AAAAABVjX/o=


UpdateResourceUnavailableReason

String

A mnemonic that identifies reasons why the resource may not be updated. A null value indicates that the resource can be updated.

RLF

UpdateRoleOnlyHoursUnavailableReason

String

A mnemonic that identifies reasons why the role hours may not be updated. A null value indicates that the role hours can be updated. 



Usage Example(s)


Example 01
              <b:PwsProjectRoleSchedule>
                  <b:ActualBuckets>
                     <b:PwsProjectRoleActualsBucket>
                        <b:ApprovedMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                        </b:ApprovedMinutes>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:UnapprovedMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                        </b:UnapprovedMinutes>
                     </b:PwsProjectRoleActualsBucket>
                     <b:PwsProjectRoleActualsBucket>
                        <b:ApprovedMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>480</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                        </b:ApprovedMinutes>
                        <b:BucketStartDate>2020-01-13T00:00:00Z</b:BucketStartDate>
                        <b:UnapprovedMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                           <c:int>0</c:int>
                        </b:UnapprovedMinutes>
                     </b:PwsProjectRoleActualsBucket>
                  </b:ActualBuckets>
                  <b:BookedBuckets>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-13T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-20T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-27T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-03T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-10T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-17T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-24T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-02T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-09T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-16T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-23T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-30T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                  </b:BookedBuckets>
                  <b:BookedHoursFlag>true</b:BookedHoursFlag>
                  <b:BookedMinutesAfterEndDate>0</b:BookedMinutesAfterEndDate>
                  <b:BookedMinutesPriorToStartDate>1920</b:BookedMinutesPriorToStartDate>
                  <b:CanUpdateResourceFlag>false</b:CanUpdateResourceFlag>
                  <b:CanUpdateRoleOnlyHoursFlag>true</b:CanUpdateRoleOnlyHoursFlag>
                  <b:Candidates>
                     <b:PwsProjectRoleCandidate>
                        <b:AllowBookOwnTimeFlag>false</b:AllowBookOwnTimeFlag>
                        <b:AllowRequestOwnTimeFlag>false</b:AllowRequestOwnTimeFlag>
                        <b:AssignedCandidateFlag>true</b:AssignedCandidateFlag>
                        <b:RequestedCandidateFlag>false</b:RequestedCandidateFlag>
                        <b:RequesterCanRequestHoursFlag>true</b:RequesterCanRequestHoursFlag>
                        <b:RequesterCanSwitchToThisCandidateFlag>false</b:RequesterCanSwitchToThisCandidateFlag>
                        <b:ResourceIdentity>
                           <b:ResourceDisplayName>Matt</b:ResourceDisplayName>
                           <b:ResourceId i:nil="true"/>
                           <b:ResourceReferenceSystemId>IT (USA) - 01</b:ResourceReferenceSystemId>
                           <b:ResourceUid>1152921504607057128</b:ResourceUid>
                        </b:ResourceIdentity>
                        <b:SchedulerCanBookHoursFlag>true</b:SchedulerCanBookHoursFlag>
                        <b:SchedulerCanSwitchToThisCandidateFlag>false</b:SchedulerCanSwitchToThisCandidateFlag>
                        <b:SelectedCandidateFlag>true</b:SelectedCandidateFlag>
                        <b:UnnamedCandidateCostCenterIdentity i:nil="true"/>
                        <b:UnnamedCandidateFlag>false</b:UnnamedCandidateFlag>
                        <b:UnnamedCandidateLocationIdentity i:nil="true"/>
                        <b:UnnamedCandidateResourceTypeIdentity i:nil="true"/>
                        <b:UnnamedCandidateTitleIdentity i:nil="true"/>
                     </b:PwsProjectRoleCandidate>
                  </b:Candidates>
                  <b:ColorMapBackgroundColor>
                     <b:B>0</b:B>
                     <b:G>192</b:G>
                     <b:R>0</b:R>
                  </b:ColorMapBackgroundColor>
                  <b:ConcurrentRoleFlag>false</b:ConcurrentRoleFlag>
                  <b:DefaultSchedulingMode>W</b:DefaultSchedulingMode>
                  <b:EffectiveCriteriaSet>A</b:EffectiveCriteriaSet>
                  <b:EndDate i:nil="true"/>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:NotesBuckets>
                     <b:PwsProjectRoleNotesBucket>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:Notes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:string>Monday</c:string>
                           <c:string>Tuesday</c:string>
                           <c:string>Wednesday</c:string>
                           <c:string>Thursday</c:string>
                           <c:string>Friday</c:string>
                           <c:string>Saturday</c:string>
                           <c:string>Sunday</c:string>
                        </b:Notes>
                     </b:PwsProjectRoleNotesBucket>
                  </b:NotesBuckets>
                  <b:PreviousRequestedBuckets>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-13T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-20T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-27T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-03T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-10T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-17T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-24T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-02T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-09T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-16T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-23T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-30T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                  </b:PreviousRequestedBuckets>
                  <b:ProjectIdentity>
                     <b:ProjectCode>P001584-001</b:ProjectCode>
                     <b:ProjectId i:nil="true"/>
                     <b:ProjectUid>1152921504607459307</b:ProjectUid>
                  </b:ProjectIdentity>
                  <b:ProjectName>Request Or Book Role Hours</b:ProjectName>
                  <b:ProjectRoleIdentity>
                     <b:ExternalSystemIdentifier i:nil="true"/>
                     <b:ProjectRoleId i:nil="true"/>
                     <b:ProjectRoleUid>1152921504609839438</b:ProjectRoleUid>
                  </b:ProjectRoleIdentity>
                  <b:ProjectRoleName>Developer</b:ProjectRoleName>
                  <b:RequestedBuckets>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-13T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-20T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-01-27T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-03T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-10T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-17T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-02-24T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>1920</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-02T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-09T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-16T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-23T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                     <b:PwsProjectRoleHoursBucket>
                        <b:BucketStartDate>2020-03-30T00:00:00Z</b:BucketStartDate>
                        <b:DailyMinutes i:nil="true" xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <b:SchedulingMode>W</b:SchedulingMode>
                        <b:WeeklyMinutes>2400</b:WeeklyMinutes>
                     </b:PwsProjectRoleHoursBucket>
                  </b:RequestedBuckets>
                  <b:ResourceIdentity i:nil="true"/>
                  <b:StartDate>2020-01-01T00:00:00</b:StartDate>
                  <b:TaskHoursBuckets>
                     <b:PwsProjectRoleTaskHoursBucket>
                        <b:BucketStartDate>2020-01-06T00:00:00Z</b:BucketStartDate>
                        <b:PlannedTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:PlannedTaskEffortDailyMinutes>
                        <b:RemainingTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:RemainingTaskEffortDailyMinutes>
                     </b:PwsProjectRoleTaskHoursBucket>
                     <b:PwsProjectRoleTaskHoursBucket>
                        <b:BucketStartDate>2020-01-13T00:00:00Z</b:BucketStartDate>
                        <b:PlannedTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:PlannedTaskEffortDailyMinutes>
                        <b:RemainingTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:RemainingTaskEffortDailyMinutes>
                     </b:PwsProjectRoleTaskHoursBucket>
                     <b:PwsProjectRoleTaskHoursBucket>
                        <b:BucketStartDate>2020-01-20T00:00:00Z</b:BucketStartDate>
                        <b:PlannedTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>0</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:PlannedTaskEffortDailyMinutes>
                        <b:RemainingTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>0</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>480</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:RemainingTaskEffortDailyMinutes>
                     </b:PwsProjectRoleTaskHoursBucket>
                     <b:PwsProjectRoleTaskHoursBucket>
                        <b:BucketStartDate>2020-01-27T00:00:00Z</b:BucketStartDate>
                        <b:PlannedTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:PlannedTaskEffortDailyMinutes>
                        <b:RemainingTaskEffortDailyMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>384</c:double>
                           <c:double>0</c:double>
                           <c:double>0</c:double>
                        </b:RemainingTaskEffortDailyMinutes>
                     </b:PwsProjectRoleTaskHoursBucket>
                  </b:TaskHoursBuckets>
                  <b:Timestamp>AAAAABVjX/o=</b:Timestamp>
                  <b:UpdateResourceUnavailableReason>RLF</b:UpdateResourceUnavailableReason>
                  <b:UpdateRoleOnlyHoursUnavailableReason i:nil="true"/>
               </b:PwsProjectRoleSchedule>