Skip to content

Commit

Permalink
Add grouping construct to props for #1064.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Aug 12, 2022
1 parent 036e239 commit d3b6976
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/metaschema/oscal_metadata_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,13 @@
<p>A <code>class</code> can be used in validation rules to express extra constraints over named items of a specific <code>class</code> value.</p>
</remarks>
</define-flag>
<define-flag name="group" as-type="token">
<formal-name>Property Group</formal-name>
<description>An identifier for organizing a collection of properties.</description>
<remarks>
<p>A <code>group</code> can be used to organize properties for <a href="/concepts/identifier-use/#human-oriented">human-oriented</a> or <a href="/concepts/identifier-use/#machine-oriented">machine-oriented</a> use cases.</p>
</remarks>
</define-flag>
<model>
<field ref="remarks" in-xml="WITH_WRAPPER"/>
</model>
Expand Down

0 comments on commit d3b6976

Please sign in to comment.