Skip to content

Commit

Permalink
Testing with further adjustment to inline schema docs in view of usni…
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Nov 22, 2019
1 parent f412d78 commit 2c3f56e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/metaschema/oscal_profile_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,11 @@
<flag name="position">
<formal-name>Position</formal-name>
<description>Where to add the new content with respect to the targeted element (beside it or inside it)</description>
<allowed-values><!-- TODO: define these -->
<enum value="before"/>
<enum value="after"/>
<enum value="starting"/>
<enum value="ending"/>
<allowed-values>
<enum value="before">Preceding the id-ref target</enum>
<enum value="after">Following the id-ref target</enum>
<enum value="starting">Inside the control or id-ref target, at the start</enum>
<enum value="ending">Inside the control or id-ref target, at the end</enum>
</allowed-values>
</flag>
<flag name="id-ref" as-type="NCName">
Expand Down

0 comments on commit 2c3f56e

Please sign in to comment.