RELAX NG
Template:Short description Template:Infobox file format
In computing, RELAX NG (REgular LAnguage for XML Next Generation) is a schema language for XML—a RELAX NG schema specifies a pattern for the structure and content of an XML document. A RELAX NG schema is itself an XML document but RELAX NG also offers a popular compact, non-XML syntax.<ref>RELAX NG Compact Syntax</ref> Compared to other XML schema languages RELAX NG is considered relatively simple.
It was defined by a committee specification of the OASIS RELAX NG technical committee in 2001 and 2002, based on Murata Makoto's RELAX and James Clark's TREX,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and also by part two of the international standard ISO/IEC 19757: Document Schema Definition Languages (DSDL).<ref>RELAX NG Specification</ref><ref>RELAX NG Technical Committee</ref> ISO/IEC 19757-2 was developed by ISO/IEC JTC 1/SC 34 and published in its first version in 2003.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Comparison with W3C XML SchemaEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Although the RELAX NG specification was developed at roughly the same time as the W3C XML Schema specification, the latter was arguably better known and more widely implemented in both open-source and proprietary XML parsers and editors when it became a W3C Recommendation in 2001. Since then, however, RELAX NG support has increasingly found its way into XML software, and its acceptance has been aided by its adoption as a primary schema for popular document-centric markup languages such as DocBook, the TEI Guidelines, OpenDocument, and EPUB.
RELAX NG shares with W3C XML Schema many features that set both apart from traditional DTDs: data typing, regular expression support, namespace support, ability to reference complex definitions.
Filename extensionsEdit
{{ safesubst:#invoke:Unsubst||date=__DATE__ |$B= {{ safesubst:#invoke:Unsubst||date=__DATE__ |$B= Template:Ambox }} }}
By informal convention, RELAX NG schemas in the regular syntax are typically named with the filename extension ".rng". For schemas in the compact syntax, the extension ".rnc" is used.
DeterminismEdit
Relax NG schemas are not necessarily "deterministic" or "unambiguous".
Converting Relax NG to DTDEdit
Relax NG schemas can be converted to DTDs by applying Trang which can be found at: [1]. The manual for Trang is located at [2]. Note that Trang is unable to convert the OASIS DITA 1.3 schema to DTDs, failing with messages like:
sorry, combining definitions with combine="choice" is not supported
See alsoEdit
- XML schemas
- DTD (Document Type Definition)
- Document Structure Description
- XML Schema (W3C)
- Schematron
- ODD (One Document Does it all)
- SXML
ReferencesEdit
External linksEdit
- RELAX NG home page
- "The Design of RELAX NG" by James Clark
- RELAX NG tutorial for the XML syntax
- RELAX NG tutorial for the compact syntax
- Design patterns for structuring XML documents
- RELAX NG Book by Eric van der Vlist, released under the GNU Free Documentation License
- Relax NG Reference by ZVON
- RELAX NG Java community projects at java.net
- Sun Multi-Schema Validator (MSV) open-source Java XML toolkit
- Relax NG Compact Syntax validator open-source C program
- XSD to Relax NG Converter Web-based converter
- https://github.com/relaxng/jing-trang
Template:ISO standards Template:List of International Electrotechnical Commission standards Template:Authority control