<xsd:element name="CalculatedMember" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains information about a calculated member in an OLAP-based PivotTable view or report.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the name of the OLAP calculated member.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MemberName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a caption (display name) for the custom OLAP calculated member (not used for sets).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ParentUniqueName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a unique name for the parent member of the OLAP calculated member (not used for sets).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SourceHierarchy" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a unique name for the hierarchy with which the OLAP calculated member is associated (not used for sets).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SourceHierarchyLevel" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains an index of the hierarchy level to which a particular OLAP member property applies. A value of 32767 indicates that the OLAP member property applies to all the levels in a hierarchy.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Formula" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the MDX representation of the formula for the OLAP calculated member.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SolveOrder" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies where in a sequence of calculations a calculated member will be computed and applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Invalid" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating that the OLAP cube changed in such a way as to invalidate the OLAP calculated member.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Set" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating that a calculation creates a custom OLAP set.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|