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|nameClass — Choice between name classes

Class:

nameClass

Synopsis

nameClass "|" 
nameClass

May be included in:

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

XML syntax equivalent:

choice

Description:

The nameClass|nameClass production performs a choice between two name classes. A name will match nameClass|nameClass if and only if it matches at least one of the two alternatives.

Example:

 element 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.