2.2.4.5 PPTBroadcastAnimationStepData

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

A complex type that specifies a step in an animation timeline.

 <xs:complexType name="PPTBroadcastAnimationStepData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Step" type="xs:int"/>
     <xs:element minOccurs="0" name="TimelineId" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Step:  An xs:int ([XMLSCHEMA2/2] section 3.3.17) element that specifies the step number in the animation timeline given by the TimelineId field. This element MUST be present.

TimelineId:  An xs:string ([XMLSCHEMA2/2] section 3.2.1) element that specifies an identifier of the animation timeline. This element MUST be present.