2.2.4.40 PresetSchemeColorMapping

Namespace: http://schemas.datacontract.org/2004/07/p

The PresetSchemeColorMapping complex type<33> specifies a set of colors in the theme.

 <xs:complexType name="PresetSchemeColorMapping" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Accent1" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Accent2" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Accent3" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Accent4" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Accent5" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Accent6" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Background1" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Background2" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Text1" nillable="true" type="tns3:ThemeColor"/>
     <xs:element minOccurs="0" name="Text2" nillable="true" type="tns3:ThemeColor"/>
   </xs:sequence>
 </xs:complexType>

Accent1: A ThemeColor complex element (section 2.2.4.50) that defines the first accent color in the theme.

Accent2: A ThemeColor element that defines the second accent color in the theme.

Accent3: A ThemeColor element that defines the third accent color in the theme.

Accent4: A ThemeColor element that defines the fourth accent color in the theme.

Accent5: A ThemeColor element that defines the fifth accent color in the theme.

Accent6: A ThemeColor element that defines the sixth accent color in the theme.

Background1: A ThemeColor element that defines the first background color in the theme.

Background2: A ThemeColor element that defines the second background color in the theme.

Text1: A ThemeColor element that defines the first text color in the theme.

Text2: A ThemeColor element that defines the second text color in the theme.