2.2.4.72 t:UniqueBodyType Complex Type
The UniqueBodyType complex type represents the body of an item that is unique to the conversation that the item is part of.<76>
-
<xs:complexType name="UniqueBodyType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="UniqueBodyType" type="t:BodyTypeType" use="required"/> <xs:attribute name="IsTruncated" type="xs:boolean" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType>
The following table describes the attributes of the UniqueBodyType complex type.
Attribute |
Type |
Description |
---|---|---|
UniqueBodyType |
t:BodyTypeType (section 2.2.5.2) |
The type of the text of the unique body. |
IsTruncated |
xs:Boolean ([XMLSCHEMA2]) |
Specifies whether the unique body is truncated. |