2.2.4.29 t:MimeContentUTF8Type Complex Type

The MimeContentUTF8Type complex type specifies the MIME content of an item.<89>

 <xs:complexType name="MimeContentUTF8Type">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="CharacterSet" type="xs:string" use="optional"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

The following table lists the attribute of the MimeContentUTF8Type complex type.

Attribute name

Type

Description

CharacterSet

xs:string [XMLSCHEMA2]

Specifies the character set used. This value is ignored by the server.