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) — Container

Class:

nameClass

Synopsis

"(" nameClass ")"

May be included in:

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

XML syntax equivalent:

none

Description:

The (nameClass) container is useful for grouping together name classes that have been combined using "|" (choice). This container is a name class and may be combined with other name classes.

Even when such a container is not required, it may often be used to improve the readability of a schema.

Example:

 element hr:* - ( hr:author | hr:name | hr:born | hr:died ) { 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.