2.3.3 ST_GalleryItemWidthHeight (Gallery Item Width or Height)

Specifies the width or height of gallery items, in pixels.

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 4096.

Referenced By

gallery@itemHeight (section 2.2.21); gallery@itemHeight (section 2.2.22); gallery@itemWidth (section 2.2.21); gallery@itemWidth (section 2.2.22)

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

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