2.3.4 ST_GalleryRowColumnCount (Gallery Row or Column Count)

Specifies the count of rows or columns in a gallery control.

This simple type's contents are a restriction of the XML schema positiveInteger 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 1024.

Referenced By

gallery@columns (section 2.2.21); gallery@columns (section 2.2.22); gallery@rows (section 2.2.21); gallery@rows (section 2.2.22)

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

 <xsd:simpleType name="ST_GalleryRowColumnCount">
    <xsd:restriction base="xsd:positiveInteger">
    <xsd:minInclusive value="1"/>
    <xsd:maxInclusive value="1024"/>
    </xsd:restriction>
 </xsd:simpleType>