RELAX NG by Eric van der Vlist will be published by O'Reilly & Associates (ISBN: 0596004214)

You are welcome to use our annotation system to give your feedback.


Name

*-nameClass — Name class accepting any name.

Class:

nameClass

Synopsis

"*" [exceptNameClass]

May be included in:

(nameClass), *-nameClass, attribute, element, nameClass|nameClass, nsName exceptNameClass.

XML syntax equivalent:

anyName

Description:

The anyName name class matches any name from any namespace. This wide spectrum may be restricted by embedding except name classes.

The set of these names can be restricted using the optional exceptNameClass production.

Restrictions:

Within the scope of an element, the name classes of attributes cannot overlap. The same restriction applies to name classes of elements when these elements are combined by interleave.

Example:

 foreign-elements = element * - (local:* | lib:* | hr:*) { anything }*
      

You are welcome to use our annotation system to give your feedback.
[Annotations for this page]
All text is copyright Eric van der Vlist, Dyomedea. During development, I give permission for non-commercial copying for educational and review purposes. After publication, all text will be released under the Free Software Foundation GFDL.