2.2.4.22 EditAnimInfo

Namespace: http://schemas.datacontract.org/2004/07/p

The EditAnimInfo complex type<27> specifies a shape animation.

 <xs:complexType name="EditAnimInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="BuildIds" nillable="true" type="q3:ArrayOfunsignedInt"/>
     <xs:element minOccurs="0" name="Direction" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="EffectId" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="HasExisting" type="xs:boolean"/>
     <xs:element minOccurs="0" name="HasTrigger" type="xs:boolean"/>
     <xs:element minOccurs="0" name="SequenceId" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="ShapeId" type="xs:unsignedInt"/>
   </xs:sequence>
 </xs:complexType>

BuildIds: An ArrayOfunsignedInt complex element (section 2.2.4.13) that specifies the list of build identifiers. This element MUST be present.

Direction: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the direction of animation. This element can be present.

EffectId: An unsignedInt that specifies the effect type of animation. This element MUST be present.

HasExisting: Reserved. MUST be ignored.

HasTrigger: A boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the shape has one or more animations using a triggered sequence. This element MUST be present.

SequenceId: An unsignedInt that specifies the sequence type of animation. This element MUST be present.

ShapeId: An unsignedInt that specifies the identifier of the shape. This element MUST be present.