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 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. |