[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_SlideMasterId (Slide Master ID)
This type specifies the allowed numbering for the slide master 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 2147483648.
Referenced By |
sldMasterId@id (§4.3.1.32) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_SlideMasterId">
<restriction base="xsd:unsignedInt">
<minInclusive value="2147483648"/>
</restriction>
</simpleType>