[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_SlideId (Slide Identifier)

This type specifies the allowed numbering for the slide identifier.

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

This simple type has a maximum value of less than 2147483648.

Referenced By

sldId@id4.3.1.29)

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

<simpleType name="ST_SlideId">

   <restriction base="xsd:unsignedInt">

   <minInclusive value="256"/>

   <maxExclusive value="2147483648"/>

   </restriction>

</simpleType>