complexType PTFormatType

complexType {urn:schemas-microsoft-com:office:excel}PTFormatType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:excel
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:rs=urn:schemas-microsoft-com:rowset
xmlns:s=uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
xmlns=urn:schemas-microsoft-com:office:excel


Source

<xsd:complexType name="PTFormatType">
    <
xsd:annotation>
        <
xsd:documentation>Contains information describing some formatting applied to the PivotTable view.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="PTRule" type="PTRuleType" minOccurs="0" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>Contains information describing an area of the PivotTable view.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="FormatType" default="Format" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Contains an enumeration that describes the type of formatting.</xsd:documentation>
            </
xsd:annotation>
            <
xsd:simpleType>
                <
xsd:restriction base="xsd:string">
                    <
xsd:enumeration value="Format"/>
                    <
xsd:enumeration value="Blank"/>
                </
xsd:restriction>
            </
xsd:simpleType>
        </
xsd:element>
        <
xsd:element name="IndividualCellBorders" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Contains a Boolean indicating whether border formatting applies only to the cell being formatted or to that cell and to cells that share the border with it.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="Style" type="xsd:string" use="required">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the formatting to be applied.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
</
xsd:complexType>


Documentation

Contains information describing some formatting applied to the PivotTable view.


complexType PTFormatType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.