<ST_TransitionSideDirectionType>
(Transition Slide Direction Type)
This type defines a set of slide transition directions.
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 that the transition direction is down |
|
Specifies that the transition direction is left |
|
Specifies that the transition direction is right |
|
Specifies that the transition direction is up |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TransitionSideDirectionType">
<restriction base="xsd:token">
<enumeration value="l"/>
<enumeration value="u"/>
<enumeration value="r"/>
<enumeration value="d"/>
</restriction>
</simpleType>