2.4.3.7 CT_PresenceInfo

Target namespace: http://schemas.microsoft.com/office/powerpoint/2012/main

Referenced by: presenceInfo

A complex type that specifies presence information extensions to the CT_CommentAuthor complex type ([ISO/IEC29500-4:2016] section A.4).<29>

Attributes:

userId: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies a unique user id for a person.

providerId: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the identity provider that produced the subsequent userId attribute.

This table lists example data for these attributes.

Identity Provider

providerId

value

userId

value

Description of userId value

No Provider

"None"

"Name"

Author’s name

Active Directory

"AD"

SID

Active Directory Security Identifier (as specified in [MS-DTYP] section 2.4.2)

Windows Live ID

"Windows Live"

CID

A 64-bit signed decimal that uniquely identifies a user on Windows Live.

Office 365<30>

"AD"

O365ID

A string that uniquely identifies a user. It SHOULD<31> be comprised of three individual values separated by a "::" character delimiter.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PresenceInfo">
   <xsd:attribute name="userId" type="xsd:string" use="required"/>
   <xsd:attribute name="providerId" type="xsd:string" use="required"/>
 </xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).