Skip to content

Commit

Permalink
Remove extra > which shows in the built schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzyl committed Feb 22, 2022
1 parent 8b6ebe6 commit 53d17c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/metaschema/oscal_assessment-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<define-flag name="uuid" required="yes" as-type="uuid">
<formal-name>Assessment Activity Universally Unique Identifier</formal-name>
<!-- Identifier Declaration -->
<description>A <a href="/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="/concepts/identifier-use/#globally-unique">globally unique</a>> identifier with <a href="/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this assessment activity elsewhere in <a href="/concepts/identifier-use/#scope">this or other OSCAL instances</a>. The locally defined <em>UUID</em> of the <code>activity</code> can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned <a href="/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same subject across revisions of the document.</description>
<description>A <a href="/concepts/identifier-use/#machine-oriented">machine-oriented</a>, <a href="/concepts/identifier-use/#globally-unique">globally unique</a> identifier with <a href="/concepts/identifier-use/#cross-instance">cross-instance</a> scope that can be used to reference this assessment activity elsewhere in <a href="/concepts/identifier-use/#scope">this or other OSCAL instances</a>. The locally defined <em>UUID</em> of the <code>activity</code> can be used to reference the data item locally or globally (e.g., in an imported OSCAL instance). This UUID should be assigned <a href="/concepts/identifier-use/#consistency">per-subject</a>, which means it should be consistently used to identify the same subject across revisions of the document.</description>
</define-flag>
<model>
<define-field name="title" min-occurs="0" max-occurs="1" as-type="markup-line">
Expand Down Expand Up @@ -873,7 +873,7 @@
<group-as name="relevant-evidence" in-json="ARRAY"/>
<define-flag name="href" required="no" as-type="uri-reference">
<formal-name>Relevant Evidence Reference</formal-name>
<description>>A resolvable URL reference to relevant evidence.</description>
<description>A resolvable URL reference to relevant evidence.</description>
<remarks>
<p>The value of the <code>href</code> can be an internet resource, or a local reference using a fragment e.g. #fragment that points to a <code>back-matter</code> <code>resource</code> in the same document.</p>
<p>If a local reference using a fragment is used, this will be indicated by a fragment "#" followed by an identifier which references an identified <code>resource</code> in the document's <code>back-matter</code> or another object that is <a href="/concepts/layer/assessment/assessment-plan/#key-concepts">within the scope of the containing OSCAL document</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/metaschema/oscal_assessment-results_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<description>Used by assessment-results to import information about the original plan for assessing the system.</description>
<define-flag name="href" required="yes" as-type="uri-reference">
<formal-name>Assessment Plan Reference</formal-name>
<description>>A resolvable URL reference to the assessment plan governing the assessment activities.</description>
<description>A resolvable URL reference to the assessment plan governing the assessment activities.</description>
<remarks>
<p>The value of the <code>href</code> can be an internet resource, or a local reference using a fragment e.g. #fragment that points to a <code>back-matter</code>
<code>resource</code> in the same document.</p>
Expand Down

0 comments on commit 53d17c2

Please sign in to comment.