2.5.3.6 CT_PresenceInfo

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

Referenced by: CT_Person

The CT_PresenceInfo complex type<35> specifies uniquely identifying contact information for a person.

Attributes:

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

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

This table lists the allowed values of the providerId attribute and the corresponding meanings of the userId attribute.

Identity Provider

providerId

value

userId value

No Provider

"None"

Author’s name

Active Directory

"AD"

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

Windows Live ID

"Windows Live"

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

Office 365<36>

"AD"

A string that uniquely identifies a user. It SHOULD<37> 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="providerId" type="xsd:string" use="required"/>
   <xsd:attribute name="userId" type="xsd:string" use="required"/>
 </xsd:complexType>

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