From a624631efe228b2a235292c98b5ad782061d7886 Mon Sep 17 00:00:00 2001 From: Shelly Belsky <71195502+sbelsk@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:15:59 -0400 Subject: [PATCH] Add schema for the `Notes` XML submission type (#2293) This PR is part of a series meant to improve the submission validation in CDash. The changes introduce an initial schema for the "Notes" XML file types accepted by the CDash submission process. As in the other PRs, this schema has been tested against all such existing XML data files in the CDash repo. --- app/Validators/Schemas/Notes.xsd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app/Validators/Schemas/Notes.xsd diff --git a/app/Validators/Schemas/Notes.xsd b/app/Validators/Schemas/Notes.xsd new file mode 100644 index 0000000000..8b23e47c60 --- /dev/null +++ b/app/Validators/Schemas/Notes.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +