2.24.4.16 ST_QuartileMethod

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

Referenced by: CT_Statistics

This simple type<597> specifies quartile calculation methods. Possible values are described in the following table.

Value

Meaning

inclusive

The quartile calculation includes the median when splitting the dataset into quartiles.

exclusive

The quartile calculation excludes the median when splitting the dataset into quartiles.

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

 <xsd:simpleType name="ST_QuartileMethod">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="inclusive"/>
     <xsd:enumeration value="exclusive"/>
   </xsd:restriction>
 </xsd:simpleType>

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