XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Complex Type : data

Description

This type encodes the non-XML data using some encoding scheme. The content of this type is the encoded data.

Definition

Content

Text content of type string (XML Schema) .

Attributes

NameRequiredDefaultDatatypeDescription
content.typeyesmimeType (S)

The content type of the enclosed data.

encodingyesstring (XML Schema)

The encoding of the enclosed data (e.g. base64, etc.).

Declaration

   <complexType content="textOnly" name="data">
   <annotation>
   <documentation>
   <body>
   <p>This type encodes the non-XML data using some encoding scheme.  The content of this type is the encoded data.</p>
   </body>
   </documentation>
   </annotation>
   <attribute use="required" type="xmsg:mimeType" name="content.type">
   <annotation>
   <documentation>
   <body>
   <p>The content type of the enclosed data.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   <attribute use="required" type="string" name="encoding">
   <annotation>
   <documentation>
   <body>
   <p>The encoding of the enclosed data (e.g. base64, etc.).</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   </complexType>