<ST_TransitionInOutDirectionType>
(Transition In/Out Direction Type)
This type specifies if a slide transition should go in or out.
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 should go in |
|
Specifies the slide transition should go out |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TransitionInOutDirectionType">
<restriction base="xsd:token">
<enumeration value="out"/>
<enumeration value="in"/>
</restriction>
</simpleType>