<users>
(User List)
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 |
---|---|
|
Attributes |
Description |
---|---|
|
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>