complexType MapInfoType

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

Derived Types
{http://schemas.microsoft.com/office/excel/2003/xml}MapInfoType
 {http://schemas.microsoft.com/office/excel/2003/xml}MapInfo (by type)
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="MapInfoType">
    <
xsd:annotation>
        <
xsd:documentation>Specifies the mapping of XML document elements and attributes to spreadsheet cells.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="Schema" type="SchemaType" minOccurs="1" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>Contains information about the schema that is being mapped.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="Map" type="MapType" minOccurs="0" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>Specifies the mapping between the elements and attributes in the schema and the cells in the spreadsheet.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="HideInactiveListBorder" use="optional" default="false">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether the borders of inactive lists are visible.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:enumeration value="true"/>
                <
xsd:enumeration value="false"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute name="SelectionNamespaces" use="optional" type="xsd:string">
        <
xsd:annotation>
            <
xsd:documentation>Contains a space-delimited list of the namespace and prefix associations for all maps and XPath values in a workbook.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
</
xsd:complexType>


Documentation

Specifies the mapping of XML document elements and attributes to spreadsheet cells.


complexType MapInfoType


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.