Definition Type: ComplexType
Name: CT_SharedUser
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sharedWorkbookUserNames.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-sharedworkbookusernames_xsd Drilldown into dateTime in schema sml-sharedworkbookusernames_xsd Drilldown into id in schema sml-sharedworkbookusernames_xsd Drilldown into name in schema sml-sharedworkbookusernames_xsd Drilldown into guid in schema sml-sharedworkbookusernames_xsdXSD Diagram of CT_SharedUser in schema sml-sharedworkbookusernames_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SharedUser">
    <xsd:sequence>
        <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>User Revisions GUID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>User Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="id" type="xsd:int" use="required">
        <xsd:annotation>
            <xsd:documentation>User Id</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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst nsM:extLst 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
guid nsM:guid Required
name nsM:name Required
id nsM:id Required
dateTime nsM:dateTime Required
Collapse Derivation Tree:
Collapse References:
nsM:userInfo