[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_SizeRepresents (Size Represents)
This simple type specifies the possible ways to represent data as bubble chart sizes.
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 |
area (Bubble Size Represents Area) |
Specifies the area of the bubbles shall be proportional to the bubble size value. |
w (Bubble Size Represents Width) |
Specifies the radius of the bubbles shall be proportional to the bubble size value. |
Referenced By |
sizeRepresents@val (§5.7.2.194) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_SizeRepresents">
<restriction base="xsd:string">
<enumeration value="area"/>
<enumeration value="w"/>
</restriction>
</simpleType>