MapInfoType complexType
Specifies the mapping of XML document elements and attributes to spreadsheet cells.
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/excel/2003/xml | 
      
        | Schema name | XML Spreadsheet 2003 | 
    
Elements and Attributes
Child Elements
      
        | Element | Description | 
      
        | Schema | Contains information about the schema that is being mapped. | 
      
        | Map | Specifies the mapping between the elements and attributes in the schema and the cells in the spreadsheet. | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | HideInactiveListBorder | Anonymous | optional | Specifies whether the borders of inactive lists are visible. |  | 
      
        | SelectionNamespaces | xsd:string | optional | Contains a space-delimited list of the namespace and prefix associations for all maps and XPath values in a workbook. | See external namespace. | 
    
Definition
      
<xsd:complexType name="MapInfoType" >
  <xsd:sequence>
    <xsd:element name="Schema" type="SchemaType" minOccurs="1" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="Map" type="MapType" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="HideInactiveListBorder" use="optional" default="false">
    <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:attribute>
</xsd:complexType>
    ©2003-2004 Microsoft Corporation. All rights reserved.  
Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp