ssml:userInfo
User Information
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookUserNames.xsd
Type: ssml:CT_SharedUser
Properties: Local, Qualified
Content
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
guid | [1..1] | ssml:ST_Guid | User Revisions GUID | |
name | [1..1] | ssml:ST_Xstring | User Name | |
id | [1..1] | xsd:int | User Id | |
dateTime | [1..1] | xsd:dateTime | Date Time |
Used in
- Type ssml:CT_Users (Element ssml:users)
Sample instance
<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>