<xsd:complexType name="CT_RevisionSheetRename">
<xsd:sequence>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="AG_RevData" />
<xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oldName" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Old Sheet Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="newName" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>New Sheet Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|