2.2.4.51 t:NormalizedBodyType Complex Type
The NormalizedBodyType complex type represents a message body that has been converted to a normalized value.<71>
-
<xs:complexType name="NormalizedBodyType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="NormalizedBodyType" 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 NormalizedBodyType complex type.
Attribute |
Type |
Description |
---|---|---|
NormalizedBodyType |
t:BodyTypeType (section 2.2.5.2) |
Specifies the type of the text of the message body. |
IsTruncated |
xs:Boolean ([XMLSCHEMA2]) |
Specifies whether the text of the message body is truncated. |