<xsd:complexType name="CT_CfRule">
<xsd:sequence>
<xsd:element name="formula" type="ST_Formula" minOccurs="0" maxOccurs="3">
<xsd:annotation>
<xsd:documentation>Formula</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="colorScale" type="CT_ColorScale" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Color Scale</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dataBar" type="CT_DataBar" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Data Bar</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="iconSet" type="CT_IconSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Icon Set</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="ST_CfType">
<xsd:annotation>
<xsd:documentation>Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dxfId" type="ST_DxfId" use="optional">
<xsd:annotation>
<xsd:documentation>Differential Formatting Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="priority" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>Priority</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="stopIfTrue" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Stop If True</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="aboveAverage" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Above Or Below Average</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="percent" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Top 10 Percent</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bottom" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Bottom N</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="operator" type="ST_ConditionalFormattingOperator" use="optional">
<xsd:annotation>
<xsd:documentation>Operator</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="text" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="timePeriod" type="ST_TimePeriod" use="optional">
<xsd:annotation>
<xsd:documentation>Time Period</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rank" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Rank</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="stdDev" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation>StdDev</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="equalAverage" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Equal Average</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|