<custClrLst> (Custom Color List)
This element allows for a custom color palette to be created and which shows up alongside other color schemes. This can be very useful, for example, when someone would like to maintain a corporate color palette.
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CustomColorList">
<sequence>
<element name="custClr" type="CT_CustomColor" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>