Skip to content

Commit

Permalink
Update recommended path to target additional nodes.
Browse files Browse the repository at this point in the history
Co-authored-by: David Waltermire <[email protected]>
  • Loading branch information
Chris Compton and david-waltermire authored Sep 29, 2022
1 parent 9916a7a commit e4f441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metaschema/oscal_ssp_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
<allowed-values target="(.|statement|.//by-component)/prop/@name" allow-other="yes">
<enum value="control-origination">Identifies the source of the implemented control. Any <code>control-origination</code> prop defined in a child context will override the parent value.</enum>
</allowed-values>
<allowed-values target="prop[@name='control-origination']/@value">
<allowed-values target="(.|statement|.//by-component)/prop[@name='control-origination']/@value">
<enum value="organization">The control is implemented by the organization owning the system, but is not specific to the system itself.</enum>
<enum value="system-specific">The control is implemented specifically to this system.</enum>
<enum value="customer-configured">The control is provided by the system, but must be configured by the customer.</enum>
Expand Down

0 comments on commit e4f441f

Please sign in to comment.