2.2.4.23 StringAttributedValueType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The StringAttributedValueType complex type encapsulates a string value and multiple attributions for the value.
-
<xs:complexType name="StringAttributedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Value" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="Attributions" type="t:ArrayOfValueAttributionsType"/> </xs:sequence> </xs:complexType>
Value: An element of type string, as defined in [XMLSCHEMA2/2], that represents an instance of a paired string and attributions array.
Attributions: An element of type ArrayOfValueAttributionsType, as defined in section 2.2.4.11, that contains a set of attributions for the Value element that is associated with it.