2.2.4.20 PhoneNumberAttributedValueType

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

The PhoneNumberAttributedValueType complex type specifies a PersonaPhoneNumberType, as defined in section 2.2.4.17, and ArrayOfValueAttributionsType, as defined in section 2.2.4.11, complex type pair. This complex type represents a phone number for a persona, paired with a list of the attributions for the phone number.

 <xs:complexType name="PhoneNumberAttributedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Value" type="t:PersonaPhoneNumberType"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Attributions" type="t:ArrayOfValueAttributionsType"/>
   </xs:sequence>
 </xs:complexType>

Value: An element of type PersonalPhoneNumberType, as defined in section 2.2.4.17, that contains a phone number and type information and is associated with a set of attributions.

Attributions: An element of type ArrayOfValueAttributionsType, as defined in section 2.2.4.11, that contains an array of attribution identifiers associated with a phone number.