14.2.8 Theme Override Part

14.2.8 Theme Override Part

Content Type:

application/vnd.openxmlformats-officedocument.themeOverride+xml

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains information about an object’s theme override, which are overrides to the color scheme, font scheme, and format scheme (the latter also being referred to as effects) for a particular slide, notes slide, or handout.

A PresentationML package shall contain zero or one Theme Override part per Notes Slide (13.3.5), Slide (13.3.8), or Slide Layout (13.3.9) part via an implicit relationship.

[Example: The following WordprocessingML Main Document part-relationship item contains a relationship to the Theme part, which is stored in the ZIP item theme/theme1.xml:

<Relationships xmlns="…">
  <Relationship Id="rId1"
    Type="http://…/themeOverride" Target="theme/themeoverride1.xml"/>
</Relationships>

end example]

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

[Example:

<a:ossOverride xmlns:a="…" >
</a:ossOverride>

end example]

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

A Theme Override part shall not contain implicit or explicit relationships to other parts defined by ISO/IEC 29500.

Last updated on