<ST_IconSetType>
(Icon Set Type)
Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. See element <iconSet>
for more information.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
3 arrows icon set. |
|
3 gray arrows icon set. |
|
3 flags icon set. |
|
3 signs icon set. |
|
3 symbols icon set. |
|
3 Symbols icon set. |
|
3 traffic lights icon set (#1). |
|
3 traffic lights icon set with thick black border. |
|
4 arrows icon set. |
|
4 gray arrows icon set. |
|
4 ratings icon set. |
|
4 'red to black' icon set. |
|
4 traffic lights icon set. |
|
5 arrows icon set. |
|
5 gray arrows icon set. |
|
5 quarters icon set. |
|
5 rating icon set. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_IconSetType">
<restriction base="xsd:string">
<enumeration value="3Arrows"/>
<enumeration value="3ArrowsGray"/>
<enumeration value="3Flags"/>
<enumeration value="3TrafficLights1"/>
<enumeration value="3TrafficLights2"/>
<enumeration value="3Signs"/>
<enumeration value="3Symbols"/>
<enumeration value="3Symbols2"/>
<enumeration value="4Arrows"/>
<enumeration value="4ArrowsGray"/>
<enumeration value="4RedToBlack"/>
<enumeration value="4Rating"/>
<enumeration value="4TrafficLights"/>
<enumeration value="5Arrows"/>
<enumeration value="5ArrowsGray"/>
<enumeration value="5Rating"/>
<enumeration value="5Quarters"/>
</restriction>
</simpleType>