2.10.3.2 CT_Drawing
Target namespace: http://schemas.microsoft.com/office/drawing/2008/diagram
Referenced by: drawing
This specifies a visual representation of the last successful layout for a diagram.
Child Elements:
spTree: A CT_GroupShape element that specifies the top-level group shape that represents the last layout.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Drawing"> <xsd:sequence> <xsd:element name="spTree" type="CT_GroupShape" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).