13.3.12 User Defined Tags Part

13.3.12 User Defined Tags Part

Content Type:

application/vnd.openxmlformats-officedocument.presentationml.tags+xml

Root Namespace:

http://purl.oclc.org/ooxml/presentationml/main

Source Relationship:

http://purl.oclc.org/ooxml/officeDocument/relationships/tags

An instance of this part type contains a set of user-defined properties for an object in a presentation (each property consisting of a name/value pair).

A package shall contain zero or more User Defined Tags parts, each as the target of an explicit relationship from the corresponding Presentation (13.3.6) or Slide (13.3.8) part.

[Example: The following Slide part-relationship item contains a relationship to the User Defined Tags part, which is stored in the ZIP item tags/tag1.xml:

<Relationships xmlns="…">
  <Relationship Id="rId1" Type="http://…/tag"
    Target="tags/tag1.xml"/>
</Relationships>

end example]

The root element for a part of this content type shall be tagLst.

[Example:

<p:tagLst xmlns:p="…" >
  <p:tag name="testTagName" val="testTagValue" />
</p:tagLst>

end example]

A User Defined Tags part shall be located within the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).

A User Defined Tags part shall not have implicit or explicit relationships to any other part defined by ISO/IEC 29500.

Last updated on