2.24.4.5 ST_DoubleOrAutomatic

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_ValueAxisScaling, CT_Binning

This simple type<586> specifies a value as either a double value, or the enumeration "auto" to indicate automatic valuing.

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

 <xsd:simpleType name="ST_DoubleOrAutomatic">
   <xsd:union memberTypes="xsd:double">
     <xsd:simpleType>
       <xsd:restriction base="xsd:string">
         <xsd:enumeration value="auto"/>
       </xsd:restriction>
     </xsd:simpleType>
   </xsd:union>
 </xsd:simpleType>

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