2.3.3 ST_SheetOrObjectName

Referenced by: CT_Worksheet

The name of a named object, workbook parameter, or sheet.

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

 <xs:simpleType name="ST_SheetOrObjectName">
   <xs:union memberTypes="ST_SheetName ST_ObjectName"/>
 </xs:simpleType>

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