[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

legacyDrawing (Legacy Drawing Reference)

This element is present when the sheet contains drawing shapes defined by VML. In this case, the element contains an explicit relationship whose ID points to the part containing the VML definitions.

[Example:

<drawing r:id="rId1"/>

end example]

Parent Elements

chartsheet3.3.1.11); dialogsheet3.3.1.32); worksheet3.3.1.96)

 

Attributes

Description

id (Relationship Id)

 

Namespace: .../officeDocument/2006/relationships

This value references a relationship Id for the sheet. The relationship shall point to the part containing the VML definition.

 

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_LegacyDrawing">

   <attribute ref="r:id" use="required"/>

</complexType>