<xsd:complexType name="CT_Underline">
<xsd:attribute name="val" type="ST_Underline" use="optional">
<xsd:annotation>
<xsd:documentation>Underline Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="ST_HexColor" use="optional">
<xsd:annotation>
<xsd:documentation>Underline Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional">
<xsd:annotation>
<xsd:documentation>Underline Theme Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Underline Theme Color Tint</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Underline Theme Color Shade</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|