[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_TableType (Table Type)

An enumeration that specifies what the table data is based on.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

queryTable (Query Table)

A table based on an external data query.

worksheet (Worksheet)

A table based on a worksheet data range.

xml (XML)

A table based on an XML mapping.

 

Referenced By

table@tableType3.5.1.2)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TableType">

   <restriction base="xsd:string">

   <enumeration value="worksheet"/>

   <enumeration value="xml"/>

   <enumeration value="queryTable"/>

   </restriction>

</simpleType>