Synopsis
decl ::= "namespace"
identifierOrKeyword "="
namespaceURILiteral
|"default" "namespace" [
identifierOrKeyword] "="
namespaceURILiteral
|"datatypes"
identifierOrKeyword "="
literal |
XML syntax equivalent
None
Description
decl contains the declarations section of a RELAX
NG compact syntax schema. These declarations are global and common to
the whole schema and include the namespace and datatype libraries
declarations.