2.2.4.14 BroadcastAnimationStepData
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Data
A complex type that SHOULD<16> specify a step in an animation timeline.
-
<xs:complexType name="BroadcastAnimationStepData" 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] section 3.3.17) element that specifies the step number in the given animation timeline. MUST be present.
TimelineId: An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies an identifier of the animation timeline. MUST be present.