<legacyDrawing> (Legacy Drawing Object)

This element specifies the shape ID for a legacy drawing object. These legacy drawing objects all have a shape ID associated with them that is unique across the entire document. In order to store these legacy shape IDs as well as new shape IDs this <legacyDrawing> element should be used.

Attributes

Description

<spid> (Shape ID)

Legacy Shape ID that is unique throughout the entire document. Legacy shape IDs should be assigned based on which portion of the document the drawing resides on. The assignment of these ids is broken down into clusters of 1024 values. The first cluster is 1-1024, the second 1025-2048 and so on.

example:
example:
example:

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

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

<complexType name="CT_Compat">
	<attribute name="spid" type="a:ST_ShapeID" use="required"/>
</complexType>