Skip to content

Commit

Permalink
Fix shared flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Compton committed Dec 11, 2023
1 parent 1222c08 commit e7e7591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 7 additions & 4 deletions src/metaschema/oscal_implementation-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,7 @@
<formal-name>Implementation Status</formal-name>
<description>Indicates the degree to which the a given control is implemented.</description>

<define-flag name="exportable" as-type="boolean">
<formal-name>Exportable</formal-name>
<description>Indicates that the implmentation status is exportable for external consumption, such as with leveraged organizations, customer responsibility documentation, and shared security responsibility documentation.</description>
</define-flag>
<flag ref="exportable" />

<define-flag name="state" as-type="token" required="yes">
<formal-name>Implementation State</formal-name>
Expand Down Expand Up @@ -721,4 +718,10 @@
</set-param>
</example>
</define-flag>

<define-flag name="exportable" as-type="boolean">
<formal-name>Exportable</formal-name>
<description>Indicates that the implmentation status is exportable for external consumption, such as with leveraged organizations, customer responsibility documentation, and shared security responsibility documentation.</description>
</define-flag>

</METASCHEMA>
5 changes: 1 addition & 4 deletions src/metaschema/oscal_responsibility-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,7 @@
<formal-name>Shared Responsibility</formal-name>
<description>Identifies content intended for external consumption, such as with leveraged organizations, customer responsibility documentation, and shared security responsibility documentation.</description>
<model>
<define-flag name="exportable" as-type="boolean">
<formal-name>Exportable</formal-name>
<description>Indicates that the shared responsibility content is exportable for external consumption, such as with leveraged organizations, customer responsibility documentation, and shared security responsibility documentation.</description>
</define-flag>
<flag ref="exportable" />

<define-field name="description" as-type="markup-multiline" in-xml="WITH_WRAPPER">
<formal-name>Control Implementation Export Description</formal-name>
Expand Down

0 comments on commit e7e7591

Please sign in to comment.