Skip to content

Commit

Permalink
changed objectives to objective based on conversation with @brianrufgsa
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Nov 20, 2020
1 parent 9ee9f83 commit f121755
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/metaschema/oscal_assessment-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
<!-- CHANGED: "control-group" to "control-selections" -->
<group-as name="control-selections" in-json="ARRAY"/>
</assembly>
<assembly ref="control-objectives-selection" min-occurs="0" max-occurs="unbounded">
<!-- CHANGED: "control-objectives" to "control-objectives-selection" -->
<!-- CHANGED: "control-objective-group" to "control-objectives-selections" -->
<group-as name="control-objectives-selections" in-json="ARRAY"/>
<assembly ref="control-objective-selection" min-occurs="0" max-occurs="unbounded">
<!-- CHANGED: "control-objectives" to "control-objective-selection" -->
<!-- CHANGED: "control-objective-group" to "control-objective-selections" -->
<group-as name="control-objective-selections" in-json="ARRAY"/>
</assembly>
<assembly ref="objective" min-occurs="0" max-occurs="unbounded">
<group-as name="objectives" in-json="ARRAY"/>
Expand Down Expand Up @@ -118,8 +118,8 @@
</model>
</define-assembly>

<define-assembly name="control-objectives-selection" scope="local">
<!-- CHANGED: "control-objectives" to "control-objectives-selection" -->
<define-assembly name="control-objective-selection" scope="local">
<!-- CHANGED: "control-objectives" to "control-objective-selection" -->
<formal-name>Referened Control Objectives</formal-name>
<description>Identifies the control objectives of the assessment. In the assessment plan, these are the planned objectives. In the assessment results, these are the actual objectives, and reflects any changes from the plan.</description>
<model>
Expand Down

0 comments on commit f121755

Please sign in to comment.