2.2.4.19 t:BodyType Complex Type

The BodyType complex type specifies the body of an item. The BodyType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).

 <xs:complexType name="BodyType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="BodyType" type="t:BodyTypeType" use="required"/>
       <xs:attribute name="IsTruncated" type="xs:boolean" use="optional"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
  

Attributes

Name

Type

Description

BodyType

t:BodyTypeType (section 2.2.5.2)

Specifies the format of the body.

IsTruncated

xs:boolean ([XMLSCHEMA2])

Specifies whether the body is truncated.<46>