CT_Color

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
themeColor ST_ThemeColor optional
themeShade ST_UcharHexNumber optional
themeTint ST_UcharHexNumber optional
val ST_HexColor required

Used By

Source

<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>