<xsd:complexType name="CubeFieldType">
<xsd:annotation>
<xsd:documentation>Contains the properties of a cube field.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="UniqueName" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the unique name of a field.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Caption" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the displayed name of a PivotTable field, the title of a chart, or the caption of a data label, series, Spreadsheet component, or trendline. For a PivotList component, contains the axis label, displayed name of a total, or the current filter value or page name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DefaultItem" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the name of the default page field item in a hierarchy.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AllItemName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the unique name displayed for the page field when the user chooses to display all levels of a hierarchy.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Dimension" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the unique name of the dimension of a field.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DontShowInFieldList" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating whether a cube field should be shown in the field list for a PivotTable view or report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Measure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a field is a measure or hierarchy.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Set" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating whether a cube field is a user-defined set.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoDragToData" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a PivotTable field can be dragged to a data position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoDragToHide" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating that a cube field cannot be removed from a PivotTable view or report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoDragToRow" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a PivotTable field can be dragged to a row position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoDragToColumn" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a PivotTable field can be dragged to a column position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoDragToPage" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a PivotTable field can be dragged to a page position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EnableMultiplePageItems" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating that the user is allowed to select two or more OLAP cube members when a given cube field is in the page area of the PivotTable view.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LayoutForm" type="LayoutFormType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies how items appear in a PivotTable report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LayoutSubtotalLocation" type="LayoutSubtotalLocationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies where subtotals are displayed in a PivotTable report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Orientation" type="OrientationType" default="Hidden" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether the PivotTable properties in a PTLineItems element apply to a row or column, or specifies the orientation of a PivotTable field or a cube field axis.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MemberProperty" type="MemberPropertyType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information about an OLAP member property field.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MemberPropertiesOrder" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the order of a member property if a cube field is associated with multiple OLAP member properties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HideDropDowns" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating whether the drop-down list for a field in the PivotTable view should be shown.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroupLevel" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Describes the grouping properties for a hierarchy level in an OLAP-based PivotTable view or report.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="IsGroupLevel" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating that an OLAP hierarchy level is a custom group level rather than a level from the original OLAP cube.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a unique name for an OLAP hierarchy group level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a caption (display name) for an OLAP hierarchy group level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroupDefinition" type="GroupDefinitionType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Describes a particular grouping of OLAP members in a hierarchy level in an OLAP-based PivotTable view or report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|