2.2.4.15 ExtendedPropertyAttributedValueType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The ExtendedPropertyAttributedValueType complex type specifies arrays of extended properties and attributions for a persona.
-
<xs:complexType name="ExtendedPropertyAttributedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Value" type="t:ExtendedPropertyType"/> <xs:element minOccurs="1" maxOccurs="1" name="Attributions" type="t:ArrayOfValueAttributionsType"/> </xs:sequence> </xs:complexType>
Value: An element of type ExtendedPropertyType, as defined in [MS-OXWSXPROP] section 2.1.5, that contains an array of extended properties for a persona.
Attributions: An element of type ArrayOfValueAttributionsType, as defined in section 2.2.4.11, that represents an array that contains a set of attributions for its associated Value element.