3.4.1 Diagram Layout

The spTree element is comprised of multiple pieces. The nvGrpSpPr element defines non-visual shape properties that are applied to the entire group. The grpSpPr element defines visual shape properties that are applied to the group. The individual shapes and their properties are defined in the sp element.

 <dsp:drawing xmlns:dsp="http://schemas.microsoft.com/office/drawing/2008/diagram"
   <dsp:spTree>
     <dsp:nvGrpSpPr>
       ...
     </dsp:nvGrpSpPr>
     <dsp:grpSpPr/>
     <dsp:sp modelId="{9DA1CD8D-C37F-4B77-84FB-F4D9D8E23A09}">
       ...
     </dsp:sp>
     <dsp:sp modelId="{8B78E849-5558-46E7-8E95-CEE131C38F3A}">
       ...
     </dsp:sp>
     <dsp:sp modelId="{8539B2C2-4636-4F97-BB0D-CD82F4D09B18}">
       ...
     </dsp:sp>
   </dsp:spTree>
 </dsp:drawing>