SourceType element

Specifies the type of item being published.

Usage

      
<SourceType />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
PublishObject Contains the properties of a published item.

Child Elements

None.

Attributes

None.

Definition

      
<xsd:element name="SourceType" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="AutoFilter" />
      <xsd:enumeration value="PivotTable" />
      <xsd:enumeration value="PrintArea" />
      <xsd:enumeration value="Query" />
      <xsd:enumeration value="Range" />
      <xsd:enumeration value="Sheet" />
      <xsd:enumeration value="SourceChart" />
      <xsd:enumeration value="Workbook" />
      <xsd:enumeration value="SourceWorkbook" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>


    
©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