Skip to content

Commit

Permalink
Remove NEW CONTENT comment blocks
Browse files Browse the repository at this point in the history
Also removed the related blocks:
- `END NEW CONTENT`
- `NEW`
- `END NEW`

This fixes #1176
  • Loading branch information
guyzyl committed Mar 16, 2022
1 parent f416fd5 commit 8911a48
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
9 changes: 0 additions & 9 deletions src/metaschema/oscal_assessment-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
</model>
</define-assembly>

<!-- =========== -->
<!-- === NEW === -->
<!-- =========== -->
<define-assembly name="local-objective">
<formal-name>Assessment-Specific Control Objective</formal-name>
<description>A local definition of a control objective for this assessment. Uses catalog syntax for control objective and assessment actions.</description>
Expand Down Expand Up @@ -98,9 +95,6 @@
</model>
</define-assembly>

<!-- =============================== -->
<!-- ========= NEW CONTENT ========= -->
<!-- =============================== -->
<define-assembly name="activity">
<formal-name>Activity</formal-name>
<description>Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment.</description>
Expand Down Expand Up @@ -364,9 +358,6 @@
<field ref="remarks" in-xml="WITH_WRAPPER" min-occurs="0" max-occurs="1"/>
</model>
</define-assembly>
<!-- =========== -->
<!-- = END NEW = -->
<!-- =========== -->

<!-- ********** OBJECTIVES Assembly ********** -->
<define-assembly name="reviewed-controls">
Expand Down
3 changes: 0 additions & 3 deletions src/metaschema/oscal_assessment-plan_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,4 @@
-->
</define-assembly>

<!-- =============================== -->
<!-- ======= END NEW CONTENT ======= -->
<!-- =============================== -->
</METASCHEMA>
9 changes: 0 additions & 9 deletions src/metaschema/oscal_assessment-results_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@
</model>
</define-assembly>

<!-- =============================== -->
<!-- ========= NEW CONTENT ========= -->
<!-- =============================== -->


<!-- =============================== -->
<!-- ======= END NEW CONTENT ======= -->
<!-- =============================== -->

<!-- ********** RESULTS Assembly ********** -->
<define-assembly name="result">
<formal-name>Assessment Result</formal-name>
Expand Down

0 comments on commit 8911a48

Please sign in to comment.