2.3.4.3 ST_TransitionLeftRightDirectionType

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

Referenced by: CT_LeftRightDirectionTransition, CT_RevealTransition

A simple type that specifies a direction restricted to the values of left and right.

Value

Meaning

l

Left

r

Right

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_TransitionLeftRightDirectionType">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="l"/>
     <xsd:enumeration value="r"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).