Skip to content

Commit

Permalink
Option 2 add enum value for usnistgov#2112
Browse files Browse the repository at this point in the history
Instead of adjusting the constraint, this changes alternatively proposes
updating the enumeration with a new enum value of "recommendation." This
may be the proposal of @iMichaela in the comment below, and this change
proposal is to determine if it is the preferred approach.
  • Loading branch information
xee5ch committed Feb 22, 2025
1 parent 1eb7d81 commit 95f11d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metaschema/oscal_catalog_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
'assessment-method' instead.</enum>
<enum value="assessment-method">The part describes a method-based assessment
over a set of assessment objects.</enum>
<enum value="recommendation">The part describes a specific approach for a set of implementation requirements more opinionated than a statement or guidance.</enum>
</allowed-values>
<allowed-values id="oscal-control-statement-part-subpart-name"
target="part[has-oscal-namespace('http://csrc.nist.gov/ns/oscal') and @name='statement']//part[has-oscal-namespace('http://csrc.nist.gov/ns/oscal')]/@name">
Expand Down

0 comments on commit 95f11d7

Please sign in to comment.