2.2.4.22 StringArrayAttributedValueType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The StringArrayAttributedValueType complex type specifies an ArrayOfStringValueType, as defined in section 2.2.4.10, and an ArrayOfValueAttributionsType, as defined in section 2.2.4.11, complex type pair.
-
<xs:complexType name="StringArrayAttributedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Values" type="t:ArrayOfStringValueType"/> <xs:element minOccurs="1" maxOccurs="1" name="Attributions" type="t:ArrayOfValueAttributionsType"/> </xs:sequence> </xs:complexType>
Values: An element of type ArrayOfStringValueType, as defined in section 2.2.4.10, that represents the values in an array of text values associated with the persona.
Attributions: An element of type ArrayOfValueAttributionsType, as defined in section 2.2.4.11, that contains a list of attributions for the Values element that is associated with it.