Name
Top level — Top level
Synopsis
topLevel ::=
decl* (
pattern|
grammarContent*) |
XML syntax equivalent
None
Description
Start symbol for the RELAX NG compact syntax EBNF. The
topLevel production describes the top-level
structure of a RELAX NG compact syntax document composed of an
optional declaration section and of the actual schema composed of
either a single pattern or a more complete
grammarContent.