<dir>
(Diagram Direction)
This element indicates whether the diagram should switch direction. This element provides the ability to define different behavior for diagrams considering LTR or RTL directions.
Attributes |
Description |
---|---|
|
This variable indicates whether the diagram should switch direction. The possible values for this attribute are defined by the ST_Direction simple type (§5.9.7.24). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Direction">
<attribute name="val" type="ST_Direction" default="norm" use="optional"/>
</complexType>