2.2.4.6 PPTBroadcastAnimationStepData

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

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" maxOccurs="1" name="TimelineId" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Step" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

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

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.