<xsd:complexType name="CT_Shd">
<xsd:attribute name="val" type="ST_Shd" use="required">
<xsd:annotation>
<xsd:documentation>Shading Pattern</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="ST_HexColor" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Pattern Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Pattern Theme Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Pattern Theme Color Tint</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Pattern Theme Color Shade</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fill" type="ST_HexColor" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Background Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeFill" type="ST_ThemeColor" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Background Theme Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeFillTint" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Background Theme Color Tint</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeFillShade" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Shading Background Theme Color Shade</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|