<ST_TextBulletSizePercent> (Bullet Size Percentage)
This type specifies the range that the bullet percent can be. A bullet percent is the size of the bullet with respect to the text that should follow it. 25000 = 25 %400000 = 400 %
This simple type's contents are a restriction of the ST_Percentage simple type (§5.1.12.41).
This simple type also specifies the following restrictions:
This simple type has a minimum value of greater than or equal to 25000.
This simple type has a maximum value of less than or equal to 400000.
Referenced By  | 
|---|
  | 
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextBulletSizePercent">
	<restriction base="ST_Percentage">
	<minInclusive value="25000"/>
	<maxInclusive value="400000"/>
	</restriction>
</simpleType>