<xsd:complexType name="CT_DefinedName">
<xsd:simpleContent>
<xsd:extension base="ST_Formula">
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Defined Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="comment" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Comment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="customMenu" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Custom Menu Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="description" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Description</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="help" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Help</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="statusBar" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Status Bar</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="localSheetId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Local Name Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Hidden Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="function" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Function</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vbProcedure" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Procedure</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xlm" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>External Function</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="functionGroupId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Function Group Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shortcutKey" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Shortcut Key</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="publishToServer" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Publish To Server</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="workbookParameter" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Workbook Parameter (Server)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|