Definition Type: ComplexType
Name: CT_RevisionMove
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sharedWorkbookRevisions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into rfmt in schema sml-sharedworkbookrevisions_xsd Drilldown into rcc in schema sml-sharedworkbookrevisions_xsd Drilldown into undo in schema sml-sharedworkbookrevisions_xsd Drilldown into sourceSheetId in schema sml-sharedworkbookrevisions_xsd Drilldown into destination in schema sml-sharedworkbookrevisions_xsd Drilldown into source in schema sml-sharedworkbookrevisions_xsd Drilldown into sheetId in schema sml-sharedworkbookrevisions_xsd Drilldown into ra in schema sml-sharedworkbookrevisions_xsd Drilldown into ua in schema sml-sharedworkbookrevisions_xsd Drilldown into rId in schema sml-sharedworkbookrevisions_xsd Drilldown into AG_RevData in schema sml-sharedworkbookrevisions_xsdXSD Diagram of CT_RevisionMove in schema sml-sharedworkbookrevisions_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_RevisionMove">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element name="undo" type="CT_UndoInfo" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Undo</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rcc" type="CT_RevisionCellChange" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Revision Cell Change</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rfmt" type="CT_RevisionFormatting" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Revision Format</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <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="source" type="ST_Ref" use="required">
        <xsd:annotation>
            <xsd:documentation>Source</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="destination" type="ST_Ref" use="required">
        <xsd:annotation>
            <xsd:documentation>Destination</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sourceSheetId" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Source Sheet Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
undo nsM:undo 0 unbounded
rcc nsM:rcc 0 unbounded
rfmt nsM:rfmt 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
rId nsM:rId Required
ua nsM:ua false Optional
ra nsM:ra false Optional
sheetId nsM:sheetId Required
source nsM:source Required
destination nsM:destination Required
sourceSheetId nsM:sourceSheetId 0 Optional
Collapse Derivation Tree:
Collapse References:
nsM:rm