XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Simple Type : nonEmptyString

Description

This simple type represents a string with at least one character.

Base Type

string (XML Schema)

Patterns

PatternDescription
.+

Declaration

   <simpleType base="string" name="nonEmptyString">
   <annotation>
   <documentation>
   <body>
   <p>This simple type represents a string with at least one character.</p>
   </body>
   </documentation>
   </annotation>
   <pattern value=".+"></pattern>
   </simpleType>