<graphicData> (Graphic Object Data)

This element specifies the reference to a graphic object within the document. This graphic object is provided entirely by the document authors who choose to persist this data within the document.

Note:

Parent Elements

<graphic>5.1.2.1.16)

Child Elements

Subclause

Any element from any namespace

n/a

Attributes

Description

<uri> (Uniform Resource Identifier)

Specifies the URI, or uniform resource identifier that represents the data stored under this tag. The URI is used to identify the correct 'server' that can process the contents of this tag.

The possible values for this attribute are defined by the XML Schema token datatype.

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

<complexType name="CT_GraphicalObjectData">
	<sequence>
	<any minOccurs="0" maxOccurs="unbounded" processContents="strict"/>
	</sequence>
	<attribute name="uri" type="xsd:token"/>
</complexType>