<xsd:complexType name="CT_IconSet">
<xsd:sequence>
<xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Conditional Formatting Object</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="iconSet" type="ST_IconSetType" use="optional" default="3TrafficLights1">
<xsd:annotation>
<xsd:documentation>Icon Set</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="percent" type="xsd:boolean" default="true">
<xsd:annotation>
<xsd:documentation>Percent</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="reverse" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Reverse Icons</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|