Skip to content

Commit

Permalink
Fix issue #1130 (#1138)
Browse files Browse the repository at this point in the history
Changed `remarks` fields from `define-field` to `ref`.
  • Loading branch information
guyzyl authored and david-waltermire committed Feb 26, 2022
1 parent f8ba7e6 commit 071ee85
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/metaschema/oscal_ssp_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,7 @@
<p>A visual depiction of the system's authorization boundary.</p>
</remarks>
</assembly>
<define-field name="remarks" as-type="markup-multiline" in-xml="WITH_WRAPPER">
<formal-name>remarks field</formal-name>
<description>Commentary about the system's authorization boundary that enhances the diagram.</description>
</define-field>
<field ref="remarks" in-xml="WITH_WRAPPER"/>
</model>
<constraint>
<is-unique id="unique-ssp-authorization-boundary-diagram" target="diagram">
Expand Down Expand Up @@ -439,10 +436,7 @@
<formal-name>Caption</formal-name>
<description>A brief caption to annotate the diagram.</description>
</define-field>
<define-field name="remarks" as-type="markup-multiline" in-xml="WITH_WRAPPER">
<formal-name>remarks field</formal-name>
<description>Commentary about the diagram that enhances it.</description>
</define-field>
<field ref="remarks" in-xml="WITH_WRAPPER"/>
</model>
<constraint>
<allowed-values target="link/@rel">
Expand Down

0 comments on commit 071ee85

Please sign in to comment.