2.2.5.6 PPTSlideShowState

Namespace: http://schemas.microsoft.com/server/broadcast/2010/main

A simple type that specifies an enumeration of all the possible slide show states.

 <xs:simpleType name="PPTSlideShowState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="BlackScreen"/>
     <xs:enumeration value="WhiteScreen"/>
     <xs:enumeration value="Normal"/>
     <xs:enumeration value="SlideShowEnded"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the PPTSlideShowState simple type.

Value

Meaning

BlackScreen

The slide show is displaying a black screen.

WhiteScreen

The slide show is displaying a white screen.

Normal

The slide show is displaying presentation slides.

SlideShowEnded

The slide show has ended.