<ST_TextColumnCount> (Text Column Count)

This type specifies the number of columns.

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

This simple type also specifies the following restrictions:

  • This simple type has a minimum value of greater than or equal to 1.

  • This simple type has a maximum value of less than or equal to 16.

Referenced By

<bodyPr@numCol>5.1.5.1.1)

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

<simpleType name="ST_TextColumnCount">
	<restriction base="xsd:int">
	<minInclusive value="1"/>
	<maxInclusive value="16"/>
	</restriction>
</simpleType>