Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Jul 1, 2021
1 parent 4861c40 commit b795cff
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/utils/schematron/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# OSCAL Schema XML Schematron

This subdirectory contains various Schematron constraint sets for application to OSCAL.

These are still experimental, provisional and subject to change. For more information see the Schematrons themselves (including embedded comments - but don't trust them entirely either).

The files included:

* [oscal-functions.xsl](oscal-functions.xsl): TBD.
* [oscal-profile-sources.sch](oscal-profile.sch): Checking a profile against its authority or source, the profile, catalog or framework that it references. For example, an error is thrown for "dangling calls" to controls that are not found. Note, for performance this Schematron takes advantage of a feature in licensed copies of Saxon, which provides acceptable run times. Until code is refactored to work around this limitation, unlicensed Saxon or other XSLT processors may be slow (on the order of minutes for larger control sets).
* [oscal-profile.sch](oscal-profile.sch): Constraints applicable to OSCAL profiles - clashing calls, etc.

Additionally, for the SP800-53 catalog source XML, see the Schematron files included with the source data in its home directory.
* [oscal-profile.sch](oscal-profile.sch): Checking a profile against its authority or source, the profile, catalog or framework that it references. (Limiitation: it only processes profiles that make reference to catalogs directly, not to profiles.)

0 comments on commit b795cff

Please sign in to comment.