The S1000D-BREX-to-Schematron.xsl
file will convert a standard S1000D BREX into a Schematron file.
The resultant Schematron file can then be used to validate you S1000D Data Modules source data in a number of different XML editors.
Once configured, click the Check Completeness icon to validate you Data Module
Please contact Docuneering Ltd. for details on how to configure BREX/Schematron validation in Arbortext Editor.
You need to configure a validation scenario within your framework. Once setup, Oxygen XML Editor implements a live or on-the-fly validation process:
Please contact Docuneering Ltd. for details on how to configure a validation scenario within Oxygen XML Editor.
The simplest way to convert an S1000D BREX file to Schematron is to use Saxon and the command line.
java -jar "saxon-he-10.9.jar" -xsl:"S1000D-BREX-to-Schematron.xsl" -s:"TEST42-BREX.XML" -o:"TEST42-BREX.SCH"