2.2.4.30 PresenceUserInfo

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The PresenceUserInfo complex type contains information about end user presence for a single participant in the session (2).

 <xs:complexType name="PresenceUserInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="User" type="tns:PresenceUserId"/>
     <xs:element minOccurs="0" maxOccurs="1" name="UserColor" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="NumberOfTimesInSession" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

User: The PresenceUserId as specified in section 2.2.4.29. MUST be present.

UserColor: MUST be present and equal to "#000000".

NumberOfTimesInSession: The number of times the user is participating in the session (2) at the same time.