Skip to content

Commit

Permalink
Remove dead code for biblio for #1841 (#1875)
Browse files Browse the repository at this point in the history
A community member reported the obsolete references to back-matter/resource/citation biblio element. The documentation that led to the bug report has also since been commented out, this commit will remove both commented out model and documentation.
  • Loading branch information
aj-stein-nist authored Aug 7, 2023
1 parent e9cce42 commit 05ee674
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/metaschema/oscal_metadata_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -536,23 +536,7 @@
<assembly ref="link" max-occurs="unbounded">
<group-as name="links" in-json="ARRAY"/>
</assembly>

<!--
<define-assembly name="biblio">
<formal-name>Bibliographic Definition</formal-name>
<description>A container for structured bibliographic information. The model of this information is undefined by OSCAL.</description>
<model>
<any/>
</model>
</define-assembly>
-->
</model>
<!--
<remarks>
<p>The <code>text</code> is used to define the endnote text, without any required bibliographic structure. If structured bibliographic data is needed, then the <code>biblio</code> can be used for this purpose.</p>
<p>A <code>biblio</code> can be used to capture a structured bibliographical citation in an appropriate format.</p>
</remarks>
-->
</define-assembly>
<define-assembly name="rlink" max-occurs="unbounded">
<formal-name>Resource link</formal-name>
Expand Down

0 comments on commit 05ee674

Please sign in to comment.