2.3.2.4.4 ST_FlowDirection

Target namespace: http://schemas.microsoft.com/client/2009/11

Referenced by: CT_Form

A string ([XMLSCHEMA2/2] section 3.2.1) that MUST be one of the following values.

Value

Meaning

LeftToRight

Specifies that the direction of content flow is left to right.

RightToLeft

Specifies that the direction of content flow is right to left.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_FlowDirection">
   <xs:restriction base="xs:string">
     <xs:enumeration value="LeftToRight" wbld:cname="LeftToRight"/>
     <xs:enumeration value="RightToLeft" wbld:cname="RightToLeft"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).