<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 |
---|---|
|
This value specifies that the direction of the diagram should not be switched. |
|
This value specifies that the direction of the diagram should be switched. |
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>