2.4.50 ST_enmNamedObjectType

Referenced by: CT_NamedObject, CT_Location

The type of a named object.

The following table shows the enumeration values for this type.

Value

Meaning

InvalidNamedObjectType

Represents an invalid or uninitialized value. MUST NOT be used.

Chart

The named object is a chart.

PivotTable

The named object is a PivotTable.

Table

The named object is a table.

NamedRange

The named object is a named range.

WebExtension

The named object is an Office Web Extension.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_enmNamedObjectType">
   <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:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).