<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"/>

Parent Elements

<chartsheet>3.3.1.11); <dialogsheet>3.3.1.32); <worksheet>3.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>