From 91276d517039f062da71096c5eaa059f33895012 Mon Sep 17 00:00:00 2001 From: Jack Vander Pol Date: Thu, 14 May 2026 09:39:10 -0400 Subject: [PATCH] Deprecating unused recurse_direction of 'up' per #317 --- oval-schemas/unix-definitions-schema.xsd | 9 +++++++++ oval-schemas/windows-definitions-schema.xsd | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/oval-schemas/unix-definitions-schema.xsd b/oval-schemas/unix-definitions-schema.xsd index 5bf8ef4..a1404b0 100644 --- a/oval-schemas/unix-definitions-schema.xsd +++ b/oval-schemas/unix-definitions-schema.xsd @@ -542,6 +542,15 @@ + + + + 5.12.3 + The value of 'up' is being removed because it is unused in the language and adds unneeded complexity to OVAL Interpreters. + These values have been deprecated and will be removed in version 6.0 of the language. + + + diff --git a/oval-schemas/windows-definitions-schema.xsd b/oval-schemas/windows-definitions-schema.xsd index 59a3885..8def6ad 100644 --- a/oval-schemas/windows-definitions-schema.xsd +++ b/oval-schemas/windows-definitions-schema.xsd @@ -1852,6 +1852,15 @@ + + + + 5.12.3 + The value of 'up' is being removed because it is unused in the language and adds unneeded complexity to OVAL Interpreters. + These values have been deprecated and will be removed in version 6.0 of the language. + + +