
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| themeColor | ST_ThemeColor | optional | ||||
| themeShade | ST_UcharHexNumber | optional | ||||
| themeTint | ST_UcharHexNumber | optional | ||||
| val | ST_HexColor | required |
| Elements | CT_FramesetSplitbar/color, EG_RPrBase/color |
<xsd:complexType name="CT_Color"> <xsd:attribute name="val" type="ST_HexColor" use="required"/> <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/> <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/> <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/> </xsd:complexType> |