Constants used throughout the module.
In order to validate XML files against the schema, we need read access to
the schema file in Relax NG form, that is, an XML
.rng file, not in the .rnc compact form. To translate an .rnc schema into .rng
form, use the freely available trang multi-format
schema converter.
#================================================================ # Manifest constants #---------------------------------------------------------------- SCHEMA_RNG = "birdnotes.rng"