From b3e187bf705300664d0f9a55a16e945d206ceb34 Mon Sep 17 00:00:00 2001 From: Chris Compton Date: Thu, 11 Aug 2022 13:34:24 -0500 Subject: [PATCH] Add remarks field to Profile model modify.alter (add/remove). #1018 (#1404) --- src/metaschema/oscal_profile_metaschema.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/metaschema/oscal_profile_metaschema.xml b/src/metaschema/oscal_profile_metaschema.xml index 179e0c8fb6..24622f4de4 100644 --- a/src/metaschema/oscal_profile_metaschema.xml +++ b/src/metaschema/oscal_profile_metaschema.xml @@ -369,6 +369,9 @@ Item Namespace Reference Identify items to remove by the item's ns, which is the namespace associated with a part, or prop. + + +

Use name-ref, class-ref, id-ref or generic-identifier to indicate class tokens or ID reference, or the formal name, of the component to be removed or erased from a control, when a catalog is resolved. The control affected is indicated by the pointer on the removal's parent (containing) alter element.

To change an element, use remove to remove the element, then add to add it back again with changes.

@@ -411,6 +414,7 @@ +