2.2.4.7 ArrayOfPostalAddressAttributedValuesType

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

The ArrayOfPostalAddressAttributedValuesType complex type specifies an array of PostalAddressAttributedValue elements.

 <xs:complexType name="ArrayOfPostalAddressAttributedValuesType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="PostalAddressAttributedValue" type="t:PostalAddressAttributedValueType"/>
   </xs:sequence>
 </xs:complexType>

PostalAddressAttributedValue: An element of type PostalAddressAttributedValueType, as defined in section 2.2.4.21, that represents an array of postal addresses and their associated attributions.