<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main" targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation" elementFormDefault="qualified">
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
<xsd:element name="aggregationInfo" type="CT_AggregationInfo"/>
<xsd:complexType name="CT_AggregationInfo">
<xsd:attribute name="aggregationType" type="ST_AggregationType" use="required"/>
<xsd:attribute name="sourceField" type="xsd:unsignedInt" use="required"/>
</xsd:complexType>
<xsd:simpleType name="ST_AggregationType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="distinctCount"/>
<xsd:enumeration value="median"/>
<xsd:enumeration value="distinctDuplicates"/>
<xsd:enumeration value="countValuesDuplicated"/>
<xsd:enumeration value="countRepeatValues"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="featureSupportInfo" type="CT_FeatureSupport"/>
<xsd:complexType name="CT_FeatureSupport">
<xsd:attribute name="featureName" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:schema>