[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents a list of users who currently have this shared workbook open. This list does not include any users who have the workbook open in Read-Only mode.
Parent Elements |
Root element of SpreadsheetML Shared Workbook User Data part |
Child Elements |
Subclause |
userInfo (User Information) |
§3.11.2.1 |
Attributes |
Description |
count (Active User Count) |
Number of users who currently have this shared workbook open.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Users">
<sequence>
<element name="userInfo" minOccurs="0" maxOccurs="256" type="CT_SharedUser"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>