[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_SlideLayoutId (Slide Layout ID)

This simple type sets the bounds for the slide layout id value. This layout id is used to identify the different slide layout designs.

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

Referenced By

sldLayoutId@id4.4.1.37)

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

<simpleType name="ST_SlideLayoutId">

   <restriction base="xsd:unsignedInt">

   <minInclusive value="2147483648"/>

   </restriction>

</simpleType>