2.2.5.2 t:BodyTypeType Simple Type

The BodyTypeType simple type specifies the item body content type.

 <xs:simpleType name="BodyTypeType">
     <xs:restriction base="xs:string">
         <xs:enumeration value="HTML"/>
         <xs:enumeration value="Text"/>
     </xs:restriction>
 </xs:simpleType>
  

The values that are defined by the BodyTypeType simple type are listed in the following table.

Value

Meaning

HTML

Specifies the item body as HTML content.

Text

Specifies the item body as text content.