[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
clrMapOvr (Color Scheme Map Override)
This element provides a mechanism with which to override the color schemes listed within the ClrMap element. If the masterClrMapping element is present, the color scheme defined by the master is used. If the overrideClrMapping element is present, it defines a new color scheme specific to the parent notes slide, presentation slide, or slide layout.
Parent Elements |
Child Elements |
Subclause |
masterClrMapping (Master Color Mapping) |
§5.1.8.6 |
overrideClrMapping (Override Color Mapping) |
§5.1.8.8 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ColorMappingOverride">
<sequence>
<choice minOccurs="1" maxOccurs="1">
<element name="masterClrMapping" type="CT_EmptyElement"/>
<element name="overrideClrMapping" type="CT_ColorMapping"/>
</choice>
</sequence>
</complexType>