Definition Type: ComplexType
Name: CT_RevisionHeader
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sharedWorkbookRevisions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-sharedworkbookrevisions_xsd Drilldown into reviewedList in schema sml-sharedworkbookrevisions_xsd Drilldown into sheetIdMap in schema sml-sharedworkbookrevisions_xsd Drilldown into maxRId in schema sml-sharedworkbookrevisions_xsd Drilldown into minRId in schema sml-sharedworkbookrevisions_xsd Drilldown into id in schema shared-relationshipreference_xsd Drilldown into userName in schema sml-sharedworkbookrevisions_xsd Drilldown into maxSheetId in schema sml-sharedworkbookrevisions_xsd Drilldown into dateTime in schema sml-sharedworkbookrevisions_xsd Drilldown into guid in schema sml-sharedworkbookrevisions_xsdXSD Diagram of CT_RevisionHeader in schema sml-sharedworkbookrevisions_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_RevisionHeader">
    <xsd:sequence>
        <xsd:element name="sheetIdMap" minOccurs="1" maxOccurs="1" type="CT_SheetIdMap">
            <xsd:annotation>
                <xsd:documentation>Sheet Id Map</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="reviewedList" minOccurs="0" maxOccurs="1" type="CT_ReviewedRevisions">
            <xsd:annotation>
                <xsd:documentation>Reviewed List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="guid" type="ST_Guid" use="required">
        <xsd:annotation>
            <xsd:documentation>GUID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dateTime" type="xsd:dateTime" use="required">
        <xsd:annotation>
            <xsd:documentation>Date Time</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="maxSheetId" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Last Sheet Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="userName" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>User Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="required">
        <xsd:annotation>
            <xsd:documentation>Relationship ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="minRId" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Minimum Revision Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="maxRId" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Max Revision Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sheetIdMap nsM:sheetIdMap 1 1
reviewedList nsM:reviewedList 0 1
extLst nsM:extLst 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
guid nsM:guid Required
dateTime nsM:dateTime Required
maxSheetId nsM:maxSheetId Required
userName nsM:userName Required
id r:id Required
minRId nsM:minRId Optional
maxRId nsM:maxRId Optional
Collapse Derivation Tree:
Collapse References:
nsM:header