CT_Shd

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color ST_HexColor optional
fill ST_HexColor optional
themeColor ST_ThemeColor optional
themeFill ST_ThemeColor optional
themeFillShade ST_UcharHexNumber optional
themeFillTint ST_UcharHexNumber optional
themeShade ST_UcharHexNumber optional
themeTint ST_UcharHexNumber optional
val ST_Shd required

Used By

Source

<xsd:complexType name="CT_Shd">
  <xsd:attribute name="val" type="ST_Shd" use="required"/>
  <xsd:attribute name="color" type="ST_HexColor" use="optional"/>
  <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:attribute name="fill" type="ST_HexColor" use="optional"/>
  <xsd:attribute name="themeFill" type="ST_ThemeColor" use="optional"/>
  <xsd:attribute name="themeFillTint" type="ST_UcharHexNumber" use="optional"/>
  <xsd:attribute name="themeFillShade" type="ST_UcharHexNumber" use="optional"/>
</xsd:complexType>