<graphic> (Graphic Object)

This element specifies the existence of a single graphic object. Document authors should refer to this element when they wish to persist a graphical object of some kind. The specification for this graphical object will be provided entirely by the document author and referenced within the <graphicData> child element.

Parent Elements

<anchor>5.5.2.3); <graphicFrame>5.1.2.1.18); <graphicFrame>5.8.2.12); <graphicFrame>5.6.2.15); <graphicFrame>4.4.1.18); <inline>5.5.2.8)

Child Elements

Subclause

<graphicData> (Graphic Object Data)

§5.1.2.1.17

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

<complexType name="CT_GraphicalObject">
	<sequence>
	<element name="graphicData" type="CT_GraphicalObjectData"/>
	</sequence>
</complexType>