ssml:users
User List
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookUserNames.xsd
Type: ssml:CT_Users
Properties: Global, Qualified
Content
- ssml:userInfo [0..256] User Information
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Active User Count |
Sample instance
<ssml:users> <ssml:userInfo guid="token" name="string" id="1" dateTime="2000-01-01T12:00:00"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:userInfo> </ssml:users>