2.2.4.32 EditTransitionInfo

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

The EditTransitionInfo complex type<31> specifies a slide transition.

 <xs:complexType name="EditTransitionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Direction" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="Duration" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="IsManualAdvance" type="xs:boolean"/>
     <xs:element minOccurs="0" name="TransitionType" type="xs:unsignedInt"/>
   </xs:sequence>
 </xs:complexType>

Direction: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the direction of the transition.

Duration: An unsignedInt that specifies the duration of the transition in milliseconds.

IsManualAdvance: Reserved. MUST be ignored.

TransitionType: An unsignedInt that specifies the type of the transition.