<xsd:element name="Format" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the text formatting that is applied to a cell when the condition is true.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="Style" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>A text string containing attributes that describe the font weight, style, and effects that are applied when a qualifying condition is true.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|