Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional control-origination props #784 #1460

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/metaschema/oscal_ssp_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,10 @@
<field ref="remarks" in-xml="WITH_WRAPPER"/>
</model>
<constraint>
<allowed-values target="prop/@name" allow-other="yes">
<enum value="control-origination">Identifies the source of the implemented control.</enum>
<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>
aj-stein-nist marked this conversation as resolved.
Show resolved Hide resolved
<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