Skip to content

Commit

Permalink
place allowed value method on part assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Nov 18, 2024
1 parent 66be14e commit 252700e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/metaschema/oscal_control-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
</model>
<constraint>
<allowed-values target="prop[has-oscal-namespace('http://csrc.nist.gov/ns/oscal')]/@name">
&allowed-values-control-group-property-name;
&allowed-values-control-group-property-name;
<enum xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0" value="method">its an assement method.</enum>
</allowed-values>
</constraint>
<remarks>
Expand Down Expand Up @@ -182,7 +183,7 @@
<allowed-values target="prop[has-oscal-namespace('http://csrc.nist.gov/ns/oscal')]/@name">
&allowed-values-control-group-property-name;
<enum value="alt-label">An alternate to the value provided by the parameter's label. This will typically be qualified by a class.</enum>
</allowed-values>
</allowed-values>
<allowed-values target="prop[has-oscal-namespace('http://csrc.nist.gov/ns/rmf')]/@name">
<enum value="aggregates">The parent parameter provides an
aggregation of two or more other parameters, each described
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<enum xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0" value="label">A human-readable label for the parent context, which may be rendered in place of the actual identifier for some use cases.</enum>
<enum xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0" value="sort-id">An alternative identifier, whose value is easily sortable among other such values in the document.</enum>
<enum xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0" value="alt-identifier">An alternate or aliased identifier for the parent context.</enum>
<enum xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0" value="method">its an assement method.</enum>

0 comments on commit 252700e

Please sign in to comment.