Size

The Size command element specifies the size properties of an item.

Components of Size

A group view displays the components of the Size command element.

The Size command element can have a Min or Max attributes.

Component Description:
  • Min: Specifies the integer value of the minimum size.
  • Max: Specifies the value of the maximum size: either an integer or the value (S) for an unspecified maximum size.
Example
<size>
<Min>2</Min>
<Max>S</Max>
</size>