2.2.4.28 t:MimeContentType Complex Type

The MimeContentType complex type specifies the native MIME stream of an object that is represented in base64 encoding.

 <xs:complexType name="MimeContentType">
   <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 and describes the attributes of the MimeContentType complex type.

Attribute name

Type

Description

CharacterSet

xs:string [XMLSCHEMA2]

Specifies the International Standards Organization (ISO) name of the character set that is used in a MIME message.