3.1.4.12.3.1 InCommonData

The InCommonData complex type is used to represent the returned common manager, colleagues, and memberships.

 <s:complexType name="InCommonData">
   <s:sequence>
     <s:element name="Manager" type="tns:ContactData" minOccurs="0" maxOccurs="1"/>
     <s:element name="Colleagues" type="tns:ArrayOfContactData" minOccurs="0"
                maxOccurs="1"/>
     <s:element name="Memberships" type="tns:ArrayOfMembershipData" minOccurs="0"
                maxOccurs="1"/>
   </s:sequence>
 </s:complexType>

Manager: A ContactData (section 2.2.4.11) element corresponding to the common manager.

Colleagues: A set of ContactData (section 2.2.4.11) elements corresponding to the common colleague. The same Privacy element restrictions that apply to the GetCommonColleaguesResponse type (section 3.1.4.9.2.2) also apply to this data set.

Memberships: A set of MembershipData (section 2.2.4.13) elements corresponding to the common memberships.