Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 987 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 987 Bytes

rst-xsd

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.

Changes

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.

Usage

Validation

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

Release notes

3.1

  • Add support for the <signals> body element used by rstWeb.

3.0

  • Modeled after the .rs3 file format used by RSTTool