Try this :
<Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">;
<Parallel>
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">;
<Object> <DatabaseID>MyDB1</DatabaseID>
<CubeID>MyCube</CubeID>
<MeasureGroupID>abcdefg1</MeasureGroupID>
<PartitionID>Current abcdefg1</PartitionID>
</Object>
<Type>ProcessFull</Type>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation>
</Process>
</Parallel>
<Parallel>
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
<Object> <DatabaseID>MyDB1</DatabaseID>
<CubeID>MyCube</CubeID>
<MeasureGroupID>abcdefg2</MeasureGroupID>
<PartitionID>Current abcdefg2</PartitionID> </Object>
<Type>ProcessFull</Type>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation> </Process>
</Parallel>
<Parallel>
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">;
<Object> <DatabaseID>MyDB2</DatabaseID>
<CubeID>MyCube</CubeID> <MeasureGroupID>xyzqwq3</MeasureGroupID>
<PartitionID>Current xyzqwq3</PartitionID> </Object> <Type>ProcessFull</Type>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation> </Process>
</Parallel>
<Parallel>
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > <Object> <DatabaseID>MyDB2</DatabaseID>
<CubeID>MyCube</CubeID>
<MeasureGroupID>xyzqwq4</MeasureGroupID>
<PartitionID>Current xyzqwq4</PartitionID> </Object>
<Type>ProcessFull</Type>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation> </Process>
</Parallel>
</Batch>