<ST_BookmarkIdSeed> (Bookmark ID Seed)

This type specifies constraints for value of the Bookmark ID seed.

This simple type's contents are a restriction of the XML Schema unsignedInt 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 2147483648.

Referenced By

<presentation@bookmarkIdSeed>4.3.1.24)

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

<simpleType name="ST_BookmarkIdSeed">
	<restriction base="xsd:unsignedInt">
	<minInclusive value="1"/>
	<maxExclusive value="2147483648"/>
	</restriction>
</simpleType>