complexType MapType

complexType {http://schemas.microsoft.com/office/excel/2003/xml}MapType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://schemas.microsoft.com/office/excel/2003/xml
Declared Namespacesxmlns:udc=http://schemas.microsoft.com/data/udc
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns:ss=urn:schemas-microsoft-com:office:spreadsheet
xmlns=http://schemas.microsoft.com/office/excel/2003/xml


Source

<xsd:complexType name="MapType">
    <
xsd:annotation>
        <
xsd:documentation>Contains information on the mappings between the elements and attributes of a schema and spreadsheet cells.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="ShowImportExportValidationErrors" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Specifies whether a spreadsheet will be saved if the resulting XML document will not be valid based on the associated schema.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="Append" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>"Specifies that data is appended to a map on refresh, rather than overwriting current data."</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element ref="x:DoNotPersist" minOccurs="0"/>
        <
xsd:element ref="x:NoAutoFit" minOccurs="0"/>
        <
xsd:element ref="x:NoPreserveFormatting" minOccurs="0"/>
        <
xsd:element name="Entry" type="EntryType" minOccurs="0" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>Specifies a mapping between cells and elements or attributes. There is one Entry element for each mapped cell.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="Mapdata" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Specifies whether UDC bound data is preserved.</xsd:documentation>
            </
xsd:annotation>
            <
xsd:complexType>
                <
xsd:sequence>
                    <
xsd:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
                </
xsd:sequence>
            </
xsd:complexType>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="ID" type="xsd:string">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the unique identifier for a map.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute name="SchemaID" type="xsd:string">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the value of the ID attribute for the XML Spreadsheet 2003 schema element that is used by a map.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute name="RootElement" type="xsd:string">
        <
xsd:annotation>
            <
xsd:documentation>Contains the unqualified name of the root element of the schema.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
</
xsd:complexType>


Documentation

Contains information on the mappings between the elements and attributes of a schema and spreadsheet cells.


complexType MapType


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.