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

datatypes — Namespace declaration (to identify datatype libraries)

Class:

decl

Synopsis

"datatypes" 
identifierOrKeyword "=" 
literal

May be included in:

XML syntax equivalent:

xmlns:

Description:

The datatypes declaration assigns a prefix to a datatype library for the compact syntax like xmlns:xxx attributes in XML. Note that unlike XML namespace declarations, declarations for the RELAX NG compact syntax in general (and datatypes declarations in particular) are global to a schema and cannot be redefined. The prefix xsd is predefined and bound to "http://www.w3.org/2001/XMLSchema-datatypes".

Example:

datatypes xs = "http://www.w3.org/2001/XMLSchema-datatypes"
      

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.