2.2.5.22 NamedObjectType

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Specifies the type of a published item.

 <xs:simpleType name="NamedObjectType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="InvalidNamedObjectType"/>
     <xs:enumeration value="Chart"/>
     <xs:enumeration value="PivotTable"/>
     <xs:enumeration value="Table"/>
     <xs:enumeration value="NamedRange"/>
     <xs:enumeration value="WebExtension"/>
     <xs:enumeration value="MaxNamedObjectType"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the NamedObjectType simple type.

Value

Meaning

InvalidNamedObjectType

MUST NOT be used.

Chart

Specifies that the published item is a chart.

PivotTable

Specifies that the published item is a PivotTable.

Table

Specifies that the published item is a table.

NamedRange

Specifies that the published item is a named range.

WebExtension

Specifies that the published item is an Office Web Extension.

MaxNamedObjectType

MUST NOT be used.