A family of Microsoft relational database management systems designed for ease of use.
Hi Joshua,
In exported XML the timephased assignment data will show when a resource is has zero hours assigned (and the task is split).
If you see:
<Value> PT0H0M0S</Value>
That is a period where the task is split a the assignment has zero work.
-<TimephasedData>
<Type>1</Type>
<UID>2</UID>
<Start>2014-02-03T08:00:00</Start>
<Finish>2014-02-03T17:00:00</Finish>
<Unit>2</Unit>
<Value>PT8H0M0S</Value>
</TimephasedData>
-<TimephasedData>
<Type>1</Type>
<UID>2</UID>
<Start>2014-02-03T17:00:00</Start>
<Finish>2014-02-04T17:00:00</Finish>
<Unit>2</Unit>
<Value>PT0H0M0S</Value>
</TimephasedData>
-<TimephasedData>
<Type>1</Type>
<UID>2</UID>
<Start>2014-02-04T17:00:00</Start>
<Finish>2014-02-05T17:00:00</Finish>
<Unit>2</Unit>
<Value>PT8H0M0S</Value>
</TimephasedData>
<T