[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_Percentage (Percentage)

This simple type represents a percentage in 1000ths of a percent, e.g., a value of 1 represents 0.001% == 0.00001; a value of 100000 is equal to 100%. Percentages have no intrinsic units, but are used to scale other values with units.

This simple type's contents are a restriction of the XML Schema int datatype.

Referenced By

blue@val5.1.2.2.4); blueMod@val5.1.2.2.5); blueOff@val5.1.2.2.6); by@x4.6.20); by@y4.6.20); cTn@spd4.6.33); defRPr@baseline5.1.5.3.2); endParaRPr@baseline5.1.5.2.3); fillRect@b5.1.10.30); fillRect@l5.1.10.30); fillRect@r5.1.10.30); fillRect@t5.1.10.30); fillToRect@b5.1.10.31); fillToRect@l5.1.10.31); fillToRect@r5.1.10.31); fillToRect@t5.1.10.31); from@x4.6.43); from@y4.6.43); green@val5.1.2.2.10); greenMod@val5.1.2.2.11); greenOff@val5.1.2.2.12); hslClr@lum5.1.2.2.13); hslClr@sat5.1.2.2.13); lum@val5.1.2.2.19); lumMod@val5.1.2.2.20); lumOff@val5.1.2.2.21); outerShdw@sx5.1.10.45); outerShdw@sy5.1.10.45); presentation@serverZoom4.3.1.24); rCtr@x4.6.62); rCtr@y4.6.62); red@val5.1.2.2.23); redMod@val5.1.2.2.24); redOff@val5.1.2.2.25); reflection@sx5.1.10.50); reflection@sy5.1.10.50); relOff@tx5.1.10.51); relOff@ty5.1.10.51); rPr@baseline5.1.5.3.9); sat@val5.1.2.2.26); satMod@val5.1.2.2.27); satOff@val5.1.2.2.28); scrgbClr@b5.1.2.2.30); scrgbClr@g5.1.2.2.30); scrgbClr@r5.1.2.2.30); srcRect@b5.1.10.55); srcRect@l5.1.10.55); srcRect@r5.1.10.55); srcRect@t5.1.10.55); ST_FixedPercentage5.1.12.22); ST_PositiveFixedPercentage5.1.12.45); ST_PositivePercentage5.1.12.46); ST_TextBulletSizePercent5.1.12.62); ST_TextFontScalePercent5.1.12.67); ST_TextSpacingPercent5.1.12.77); tile@sx5.1.10.58); tile@sy5.1.10.58); tileRect@b5.1.10.59); tileRect@l5.1.10.59); tileRect@r5.1.10.59); tileRect@t5.1.10.59); to@x4.6.88); to@y4.6.88); xfrm@sx5.1.10.61); xfrm@sy5.1.10.61)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Percentage">

   <restriction base="xsd:int"/>

</simpleType>