Definition Type: ComplexType
Name: LeafRowMemberType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the properties of a leaf row member that has been expanded or collapsed since the view's state changed.
Collapse XSD Schema Diagram:
Drilldown into Expanded in schema excel_xsd Drilldown into SeqNum in schema excel_xsd Drilldown into Path in schema excel_xsdXSD Diagram of LeafRowMemberType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="LeafRowMemberType">
    <xsd:annotation>
        <xsd:documentation>Contains the properties of a leaf row member that has been expanded or collapsed since the view's state changed.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Path" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the type, path, and file name of an external or linked workbook or data source, or for a PivotList component, the name of the column, leaf, or row member of an axis or cell.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SeqNum" type="xsd:int">
            <xsd:annotation>
                <xsd:documentation>Contains the index of the last expand or collapse operation performed on a member.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Expanded" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether the field members are expanded by default, or whether a leaf member was expanded.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Path x:Path (1) (1)
SeqNum x:SeqNum (1) (1)
Expanded x:Expanded 0 (1)
Collapse Derivation Tree:
Collapse References:
x:LeafRowMember