<ST_TransitionCornerDirectionType>
(Transition Corner Direction Type)
This type specifies diagonal directions for slide transitions.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies the slide transition direction of left-down |
|
Specifies the slide transition direction of left-up |
|
Specifies the slide transition direction of right-down |
|
Specifies the slide transition direction of right-up |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TransitionCornerDirectionType">
<restriction base="xsd:token">
<enumeration value="lu"/>
<enumeration value="ru"/>
<enumeration value="ld"/>
<enumeration value="rd"/>
</restriction>
</simpleType>