2.7.7 ST_DataBarDirection

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_DataBar

A simple type that specifies the direction of the data bar.

Value

Meaning

context

The direction of the data bar is determined by context.

leftToRight

The data bar is displayed in a left-to-right manner.

rightToLeft

The data bar is displayed in a right-to-left manner.

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

 <xsd:simpleType name="ST_DataBarDirection">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="context"/>
     <xsd:enumeration value="leftToRight"/>
     <xsd:enumeration value="rightToLeft"/>
   </xsd:restriction>
 </xsd:simpleType>

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