[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_Direction (Diagram Direction Definition)
This simple type defines the possible values for a diagram's direction when displayed in an application.
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 |
norm (Normal Direction) |
This value specifies that the direction of the diagram should not be switched. |
rev (Reversed Direction) |
This value specifies that the direction of the diagram should be switched. |
Referenced By |
dir@val (§5.9.6.6); ST_FunctionValue (§5.9.7.32) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Direction" final="restriction">
<restriction base="xsd:token">
<enumeration value="norm"/>
<enumeration value="rev"/>
</restriction>
</simpleType>