Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


This structure defines the allocation notes for a role as well as the pattern in which they will be distributed.

Format


PwsProjectRoleNotesBucket
  • PwsProjectRoleNotesBucket
    • BucketStartDate: DateTime
    • Notes: String[]

Elements


Element

Data Type

Required?

Default

Description

Sample Data

BucketStartDate

DateTime

 No

 No

 The start date for which the allocation notes for the role will be distributed

2020-01-06T00:00:00.000Z

Notes

String[]

No 

 

 The allocation notes to be attached to the role


Usage Example(s)


Example 01
                 <com:NotesBuckets>
                     <com:PwsProjectRoleNotesBucket>
                        <com:BucketStartDate>2020-01-06T00:00:00.000Z</com:BucketStartDate>
                        <com:Notes>
                           <arr:string>Monday</arr:string>
                           <arr:string>Tuesday</arr:string>
                           <arr:string>Wednesday</arr:string>
                           <arr:string>Thursday</arr:string>
                           <arr:string>Friday</arr:string>
                           <arr:string>Saturday</arr:string>
                           <arr:string>Sunday</arr:string>
                        </com:Notes>
                     </com:PwsProjectRoleNotesBucket>
                  </com:NotesBuckets>


  • No labels