3.2.2.2.1 ST_SortMapCount (Sort Map Count)

This simple type represents the count of row or column sort map entries.

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

This simple type also specifies the following restrictions:

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

 <simpleType name="ST_SortMapCount">
   <restriction base="xsd:unsignedInt">
     <maxInclusive value="536870910"/>
   </restriction>
 </simpleType>