Skip to content

Commit

Permalink
Adding missing structuring directive from Profile resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jan 26, 2022
1 parent 4b58d00 commit de69d27
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/metaschema/oscal_profile_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,13 @@
</remarks>
</define-assembly>
<choice>
<define-field name="as-is" as-type="boolean">
<define-assembly name="flat" min-occurs="1">
<formal-name>Flat</formal-name>
<description>Use the flat structuring method.</description>
</define-assembly>
<define-field name="as-is" as-type="boolean" min-occurs="1">
<formal-name>As-Is Structuring Directive</formal-name>
<description>An As-is element indicates that the controls should be structured in resolution as they are structured in their source catalogs. It does not contain any elements or attributes. This method has been deprecated and should not be used. The `source` structuring directive syntax should be used instead.</description>
<description>An As-is element indicates that the controls should be structured in resolution as they are structured in their source catalogs. It does not contain any elements or attributes.</description>
</define-field>
<define-assembly name="custom">
<formal-name>Custom grouping</formal-name>
Expand Down

0 comments on commit de69d27

Please sign in to comment.