User Defined Tags Part
Content Type: |
application/vnd.openxmlformats-officedocument.presentationml.tags+xml |
Root Namespace: |
http://schemas.openxmlformats.org/presentationml/2006/main |
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/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, zero or one as the target of an explicit relationship from the corresponding Presentation (§13.3.6) or Slide (§13.3.8) part.
<Relationships xmlns="…"> <Relationship Id="rId1" Type="http://…/tag" Target="tags/tag1.xml"/> </Relationships>
The root element for a part of this content type shall be< tagLst>
.
<p:tagLst xmlns:p="…" > <p:tag name="testTagName" val="testTagValue" /> </p:tagLst>
A User Defined Tags part shall be located within the package containing the source relationship (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 this Standard.