Direction
This complex type defines the direction of the diagram, be it normal or reversed. The complex type is defined as:
<xsd:complexType name="CT_Direction"> <xsd:attribute name="val" type="ST_Direction" default="norm" use="optional" /> </xsd:complexType>