Skip to content

Commit 1f01b5b

Browse files
Chris Comptonaj-stein-nist
authored andcommitted
Add remarks field to Profile model modify.alter (add/remove). #1018 (#1404)
1 parent bda2992 commit 1f01b5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/metaschema/oscal_profile_metaschema.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@
369369
<formal-name>Item Namespace Reference</formal-name>
370370
<description>Identify items to remove by the item's <code>ns</code>, which is the namespace associated with a <code>part</code>, or <code>prop</code>.</description>
371371
</define-flag>
372+
<model>
373+
<field ref="remarks" in-xml="WITH_WRAPPER"/>
374+
</model>
372375
<remarks>
373376
<p>Use <code>name-ref</code>, <code>class-ref</code>, <code>id-ref</code> or <code>generic-identifier</code> 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) <code>alter</code> element.</p>
374377
<p>To change an element, use <code>remove</code> to remove the element, then <code>add</code> to add it back again with changes.</p>
@@ -411,6 +414,7 @@
411414
<assembly ref="part" max-occurs="unbounded">
412415
<group-as name="parts" in-json="ARRAY"/>
413416
</assembly>
417+
<field ref="remarks" in-xml="WITH_WRAPPER"/>
414418
</model>
415419
<constraint>
416420
<!-- CHANGE: added allowed values for a property/@name -->

0 commit comments

Comments
 (0)