<wsDr>
(Worksheet Drawing)
This element specifies all drawing objects within the worksheet. It acts much like the <spTree>
element within the <DrawingML>
framework. Allowing for the specification of all shapes for a given part of a document, in this case a single Worksheet.
Parent Elements |
---|
Root element of SpreadsheetML Drawing part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Drawing">
<sequence>
<group ref="EG_Anchor" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>