2.2.4.15 BroadcastData

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Data

A complex type that SHOULD<17> specify the slide show broadcast state data.

 <xs:complexType name="BroadcastData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="AnimationStepDataList" nillable="true" type="q12:ArrayOfBroadcastAnimationStepData"/>
     <xs:element minOccurs="0" name="HostToken" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="SequenceNumber" type="xs:int"/>
     <xs:element minOccurs="0" name="SlideId" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="SlideShowState" type="q12:SlideShowState"/>
   </xs:sequence>
 </xs:complexType>

AnimationStepDataList:  An ArrayOfBroadcastAnimationStepData (section 2.2.4.2) element that specifies the current step in each of the animation timelines.

HostToken:  An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies the token returned by PowerPoint Web Broadcast Host protocol [MS-PWBHPS] server corresponding to the presentation that is uploaded by the protocol client. This element MUST be present.

SequenceNumber:  An xs:int ([XMLSCHEMA2] section 3.3.17) element that specifies a monotonically increasing sequence number. This element MUST be present.

SlideId:  An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) element that specifies the identifier of the presentation slide. This element MUST be present.

SlideShowState:  A SlideShowState (section 2.2.5.8) element that specifies the current state of the slide show. This element MUST be present.