<tags> (Customer Data Tags)

This element specifies the existence of customer data in the form of tags. This allows for the storage of customer data within the <PresenationML> framework. While this is similar to the ext tag in that it can be used store information, this tag mainly focuses on referencing to other parts of the presentation document. This is accomplished via the relationship identification attribute that is required for all specified tags.

Parent Elements

<custDataLst>4.4.1.16)

Attributes

Description

<id> (Relationship ID)

Namespace: .../officeDocument/2006/relationships

This attribute specifies the relationship identifier for the customer data tag. This allows for a link to a resource that is external from the current XML document but still contained within the presentation document.

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_TagsData">
	<attribute ref="r:id" use="required"/>
</complexType>