Definition Type: ComplexType
Name: MapChildItemsType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains information about child field items.
Collapse XSD Schema Diagram:
Drilldown into Item in schema excel_xsdXSD Diagram of MapChildItemsType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="MapChildItemsType">
    <xsd:annotation>
        <xsd:documentation>Contains information about child field items.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Item" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the name of a child item in a PivotTable field, or the index number of an item described by the PTLineItem element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item x:Item (1) (1)
Collapse Derivation Tree:
Collapse References:
x:MapChildItems