Skip to content

Commit

Permalink
Relocated the "by-component-export-provided-uuid" index to eliminate …
Browse files Browse the repository at this point in the history
…a duplicate index error.
  • Loading branch information
david-waltermire committed Jan 26, 2022
1 parent 8939ed6 commit 65d97ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/metaschema/oscal_ssp_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@
<p>Since multiple <code>set-parameter</code> entries can be provided, each parameter must be set only once.</p>
</remarks>
</is-unique>
<index name="by-component-export-provided-uuid" target="implemented-requirement/by-component/export/provided">
<key-field target="@uuid"/>
</index>
</constraint>
<remarks>
<p>Use of <code>set-parameter</code> in this context, sets the parameter for all related controls referenced in an <code>implemented-requirement</code>. If the same parameter is also set in a specific <code>implemented-requirement</code>, then the new value will override this value.</p>
Expand Down Expand Up @@ -944,9 +947,6 @@
</model>
<constraint>
<has-cardinality target="provided|responsibility" min-occurs="1"/>
<index name="by-component-export-provided-uuid" target="provided">
<key-field target="@uuid"/>
</index>
<index-has-key name="by-component-export-provided-uuid" target="responsibility">
<key-field target="@provided-uuid"/>
</index-has-key>
Expand Down

0 comments on commit 65d97ba

Please sign in to comment.