Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |