<xsd:complexType name="CT_RevisionDefinedName">
<xsd:sequence>
<xsd:element name="formula" type="ST_Formula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Formula</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oldFormula" type="ST_Formula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Old Formula</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="AG_RevData" />
<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="customView" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Custom View</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>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="oldFunction" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Old Function</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="functionGroupId" type="xsd:unsignedByte" use="optional">
<xsd:annotation>
<xsd:documentation>Function Group Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldFunctionGroupId" type="xsd:unsignedByte" use="optional">
<xsd:annotation>
<xsd:documentation>Old Function Group Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shortcutKey" type="xsd:unsignedByte" use="optional">
<xsd:annotation>
<xsd:documentation>Shortcut Key</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldShortcutKey" type="xsd:unsignedByte" use="optional">
<xsd:annotation>
<xsd:documentation>Old Short Cut Key</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Named Range Hidden</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldHidden" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Old Hidden</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="customMenu" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>New Custom Menu</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldCustomMenu" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Old 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="oldDescription" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Old Description</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="help" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>New Help Topic</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldHelp" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Old Help Topic</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="oldStatusBar" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Old Status Bar</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="comment" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Name Comment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldComment" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Old Name Comment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|