Skip to content

Commit 49ba917

Browse files
David Waltermireaj-stein-nist
authored andcommitted
Fixed syntax errors in metapaths (#1574)
1 parent 8debfe9 commit 49ba917

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/metaschema/oscal_metadata_metaschema.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,10 +974,10 @@
974974
</remarks>
975975
</define-flag>
976976
<constraint>
977-
<matches target=".[@algorithm=('SHA-224','SHA3-224')" regex="^[0-9a-fA-F]{28}$"/>
978-
<matches target=".[@algorithm=('SHA-256','SHA3-256')" regex="^[0-9a-fA-F]{32}$"/>
979-
<matches target=".[@algorithm=('SHA-384','SHA3-384')" regex="^[0-9a-fA-F]{48}$"/>
980-
<matches target=".[@algorithm=('SHA-512','SHA3-512')" regex="^[0-9a-fA-F]{64}$"/>
977+
<matches target=".[@algorithm=('SHA-224','SHA3-224')]" regex="^[0-9a-fA-F]{28}$"/>
978+
<matches target=".[@algorithm=('SHA-256','SHA3-256')]" regex="^[0-9a-fA-F]{32}$"/>
979+
<matches target=".[@algorithm=('SHA-384','SHA3-384')]" regex="^[0-9a-fA-F]{48}$"/>
980+
<matches target=".[@algorithm=('SHA-512','SHA3-512')]" regex="^[0-9a-fA-F]{64}$"/>
981981
</constraint>
982982
</define-field>
983983

0 commit comments

Comments
 (0)