XSD schemas for Rhetorical Structure Theory XML files. Use these schemas to ensure that your RST XML files are what you expect them to be.
If you are a developer who has extended the RST XML format somehow and would
like to have your updates reflected in the rst-xsd
schema, that's great!
Please either open an issue describing your changes, or open a pull request with
an updated .xsd
.
Download the XSD schema, then use a tool like xmllint
to validate your XML:
wget https://raw.githubusercontent.com/gucorpling/rst-xsd/master/rst_3.1.xsd
xmllint --schema rst_3.1.xsd myfile.rs3
- Add support for the
<signals>
body element used by rstWeb.
- Modeled after the
.rs3
file format used by RSTTool