Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A.J. Stein <[email protected]>
  • Loading branch information
david-waltermire and aj-stein-nist authored Feb 21, 2024
1 parent e9c0a6c commit 1c7df14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion schema/metaschema/metaschema-module-constraints.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metaschema-meta-constraints xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/metaschema/1.0 file:/C:/Users/davidwal/git/github/david-waltermire-nist/metaschema/metaschema-java/core/metaschema/schema/xml/metaschema-meta-constraints.xsd">
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/metaschema/1.0 ../xml/metaschema-meta-constraints.xsd">
<import href="metaschema-module-metaschema.xml"/>
<context>
<metapath target="/metaschema-meta-constraints"/>
Expand Down
10 changes: 5 additions & 5 deletions schema/metaschema/metaschema-module-metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1311,11 +1311,11 @@
</model>
</define-assembly>

<define-assembly name="metaschema-metapath">
<description>A Metapath expression identifying the model node that the constraints will be applied to.</description>
<use-name>metapath</use-name>
<define-flag name="target" required="yes"/>
</define-assembly>
<define-assembly name="metaschema-metapath">
<description>A Metapath expression identifying the model node that the constraints will be applied to.</description>
<use-name>metapath</use-name>
<define-flag name="target" required="yes"/>
</define-assembly>

<define-assembly name="metapath-context">
<model>
Expand Down

0 comments on commit 1c7df14

Please sign in to comment.