XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Complex Type : content

Description

This type encodes an inline XML document. The first and only child is a the document element of the embedded XML document.

Definition

Content

Element only content consisting of:

Mixed content containing any declared element from any namespace and only one element may be used. The contents will be validated using lax rules (lax mode).

Declaration

   <complexType content="elementOnly" name="content">
   <annotation>
   <documentation>
   <body>
   <p>This type encodes an inline XML document.  The first and only child is a the document element of the embedded XML document.</p>
   </body>
   </documentation>
   </annotation>
   <any processContents="lax" minOccurs="1" maxOccurs="1" namespace="##any"></any>
   </complexType>