<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Objects in VSDX files are not treated as single objects in LO Draw"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117199#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Objects in VSDX files are not treated as single objects in LO Draw"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117199">bug 117199</a>
              from <span class="vcard"><a class="email" href="mailto:gang65@poczta.onet.pl" title="Bartosz <gang65@poczta.onet.pl>"> <span class="fn">Bartosz</span></a>
</span></b>
        <pre>There are four types of shapes:
* Group - This MUST be the value of the attribute if the shape specified by
this element has subshapes.
* Guide - Specifies that the shape is not shown.
* Foreign - Specifies that the data specified in this element’s ForeignData
element is shown.
* Shape - Specifies that the shape does not meet any of the previous conditions

It seems that import of "Group Shape" should be mapped to LibreOffice draw.

Example of group shape:

<Shape ID='69' Type='Group' MasterShape='12'>
    <Cell N='LayerMember' V=''/>
    <Shapes>
        <Shape ID='70' Type='Shape' MasterShape='13'>
            <Cell N='LayerMember' V=''/>
            <Cell N='FillForegnd' V='#5b9bd5' F='Inh'/>
        </Shape>
        <Shape ID='71' Type='Shape' MasterShape='14'>
            <Cell N='LayerMember' V=''/>
            <Cell N='FillForegnd' V='#5b9bd5' F='Inh'/>
            <Cell N='FillBkgnd' V='#4d4d4d' F='Inh'/>
        </Shape>
        ...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>