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.
namespace — Namespace declaration
decl
"namespace" identifierOrKeyword "=" namespaceURILiteral |
xmlns:
The namespace declaration defines namespace prefixes 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 namespace declarations in particular) are global to a schema and cannot be redefined. A prefix can be assigned to the lack of namespace using the value "". The xml prefix is predefined.
namespace hr = "http://eric.van-der-vlist.com/ns/person" namespace local = "" |
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.