<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GraphicalObject">
<sequence>
<element name="graphicData" type="CT_GraphicalObjectData"/>
</sequence>
</complexType>