Partager via


2.2.4.21 PostalAddressAttributedValueType

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

The PostalAddressAttributedValueType complex type specifies a pair of PersonaPostalAddressType, as defined in section 2.2.4.18, and ArrayOfValueAttributionsType, as defined in section 2.2.4.11, complex types. This complex type specifies a postal address for a persona, paired with a list of the attributions for that address.

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

Value: An element of type PersonalPostalAddressType, as defined in section 2.2.4.18, that contains information associated with a postal address.

Attributions: An element of type ArrayOfValueAttributionsType, as defined in section 2.2.4.11, that contains an array of attribution IDs that are associated with a postal address.