From 2f20e3242c682e2302e6b217abb24f97016097d2 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Sat, 20 Aug 2022 22:39:46 -0400 Subject: [PATCH] Add grouping construct to props for usnistgov/OSCAL#1064. (#1412) --- src/metaschema/oscal_metadata_metaschema.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/metaschema/oscal_metadata_metaschema.xml b/src/metaschema/oscal_metadata_metaschema.xml index 59ede0c383..2ea0c03416 100644 --- a/src/metaschema/oscal_metadata_metaschema.xml +++ b/src/metaschema/oscal_metadata_metaschema.xml @@ -67,6 +67,7 @@ + @@ -644,6 +645,13 @@

A class can be used in validation rules to express extra constraints over named items of a specific class value.

+ + Property Group + An identifier for relating distinct sets of properties. + +

Different sets of properties may relate to separate contexts. Declare a group on a property to associate it with one or more other properties in a given context.

+
+