Holds the date and hours for each daily contour; used as input to
allocateContour
.
ContourEntry contains the following elements:
entryDate
- The date to assign the hours to. Must fall within the allocation date range. Date format is yyyy/MM/dd.
For example, 2001/01/11.
entryHours
- The allocated hours for the specified date. Date format is yyyy/MM/dd. For example, 2001/01/11.
Below is an example of a ContourEntry:
<ax21:entries xsi:type="ax21:ContourEntry">
<ax21:entryDate>2014/01/01</ax21:entryDate>
<ax21:entryHours>7.81</ax21:entryHours>
</ax21:entries>
<ax21:entries xsi:type="ax21:ContourEntry">
<ax21:entryDate>2014/01/02</ax21:entryDate>
<ax21:entryHours>7.81</ax21:entryHours>
</ax21:entries>