<schemeClr>
(Scheme Color)
This element specifies a color bound to a user's theme. As with all elements which define a color, it is possible to apply a list of color transforms to the base color defined.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the desired scheme. example:
<a:solidFill> <a:schemeClr val="lt1"/> </a:solidFill> The possible values for this attribute are defined by the ST_SchemeColorVal simple type (§5.1.12.54). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SchemeColor">
<sequence>
<group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="val" type="ST_SchemeColorVal" use="required"/>
</complexType>