2.24.4.22 ST_ValueAxisUnit

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

Referenced by: CT_ValueAxisScaling

This simple type<604> specifies the value axis unit.

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

 <xsd:simpleType name="ST_ValueAxisUnit">
   <xsd:union>
     <xsd:simpleType>
       <xsd:restriction base="xsd:double">
         <xsd:minExclusive value="0"/>
       </xsd:restriction>
     </xsd:simpleType>
     <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).