Definition Type: ComplexType
Name: PLTotalType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
Collapse XSD Schema Diagram:
Drilldown into Width in schema excel_xsd Drilldown into CaptionAlignment in schema excel_xsd Drilldown into Alignment in schema excel_xsd Drilldown into Operator in schema excel_xsd Drilldown into NumberFormat in schema excel_xsd Drilldown into ParentField in schema excel_xsd Drilldown into Caption in schema excel_xsd Drilldown into Name in schema excel_xsdXSD Diagram of PLTotalType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="PLTotalType">
    <xsd:annotation>
        <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Caption" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ParentField" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="NumberFormat" type="NumberFormatType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Operator" default="Sum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="Count" />
                    <xsd:enumeration value="Max" />
                    <xsd:enumeration value="Min" />
                    <xsd:enumeration value="Sum" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="Alignment" type="AlignmentType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CaptionAlignment" default="Automatic" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="Center" />
                    <xsd:enumeration value="Left" />
                    <xsd:enumeration value="Right" />
                    <xsd:enumeration value="Automatic" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="Width" type="xsd:int" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name x:Name (1) (1)
Caption x:Caption 0 (1)
ParentField x:ParentField (1) (1)
NumberFormat x:NumberFormat 0 (1)
Operator x:Operator 0 (1)
Alignment x:Alignment 0 (1)
CaptionAlignment x:CaptionAlignment 0 (1)
Width x:Width 0 (1)
Collapse Derivation Tree:
Collapse References:
x:PLTotal