Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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> |