2.2.4.16 PersonaAttributionType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The PersonaAttributionType complex type specifies the type of one attribution of the persona, which represents information about one of the underlying contacts (2) or directory service recipients aggregated into the persona.

 <xs:complexType name="PersonaAttributionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Id" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="SourceId" type="t:ItemIdType"/>
     <xs:element minOccurs="1" maxOccurs="1" name="DisplayName" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="IsWritable" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="IsQuickContact" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="IsHidden" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="FolderId" type="t:FolderIdType"/>
   </xs:sequence>
 </xs:complexType>

Id: An element of type string, as defined in [XMLSCHEMA2/2], that identifies this attribution within the persona.

SourceId: An element of type ItemIdType, as defined in [MS-OXWSCORE] section 2.2.4.25, that represents the identifier of the contact (2) or directory service recipient.

DisplayName: An element of type string that contains the name for this attribution that is suitable for display.

IsWritable: An element of type boolean, as defined in [XMLSCHEMA2/2], that indicates whether the underlying contact (2) or directory service recipient can be written to.

IsQuickContact: An element of type boolean that indicates whether the underlying contact (2) or directory service recipient is a quick contact. Quick contacts are contacts (2) that can be accessed and collaborated by communication applications.

IsHidden: An element of type boolean that indicates whether the underlying contact (2) or directory service recipient is displayed as part of the persona.

FolderId: An element of type FolderIdType, as defined in [MS-OXWSCDATA] section 2.2.4.35, that represents the identifier of the folder for the underlying contact (2).