20.1.6.4 extraClrScheme

This element defines an auxiliary color scheme, which includes both a color scheme and color mapping. This is mainly used for backward compatibility concerns and roundtrips information required by earlier versions.

[Example: Consider the following example of an extra color scheme in use in DrawingML:

<extraClrScheme>
  <clrScheme name="extraColorSchemeSample">
    <dk1>
      <sysClr val="windowText"/>
    </dk1>
    <lt1>
      <sysClr val="window"/>
    </lt1>
    <dk2>
      <srgbClr val="04617B"/>
    </dk2>
    <lt2>
      <srgbClr val="DBF5F9"/>
    </lt2>
    <accent1>
      <srgbClr val="0F6FC6"/>
    </accent1>
    <accent2>
      <srgbClr val="009DD9"/>
    </accent2>
    <accent3>
      <srgbClr val="0BD0D9"/>
    </accent3>
    <accent4>
      <srgbClr val="10CF9B"/>
    </accent4>
    <accent5>
      <srgbClr val="7CCA62"/>
    </accent5>
    <accent6>
      <srgbClr val="A5C249"/>
    </accent6>
    <hlink>
      <srgbClr val="FF9800"/>
    </hlink>
    <folHlink>
      <srgbClr val="F45511"/>
    </folHlink>
  </clrScheme>
  <clrMap bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1"
  accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5"
  accent6="accent6" hlink="hlink" folHlink="folHlink"/>
</extraClrScheme>

In this example, the extra color scheme contains a color scheme and a color map for that color scheme. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_ColorSchemeAndMapping) is located in A.4.1. end note]

Last updated on