2.6.92 CT_CalculatedMemberExt

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

This element adds an element for supporting new properties for calculated members.

Child Elements:

calculatedMember: A CT_CalculatedMember (section 2.6.93) element that specifies a definition for a custom member or measure that is applied to a pivot table.

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

 <xsd:complexType name="CT_CalculatedMemberExt">
   <xsd:sequence>
     <xsd:element ref="calculatedMember" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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