by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)


Name

decl — Declarations

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.


This text is released under the Free Software Foundation GFDL.