Skip to content

Commit

Permalink
Revert start flag datatype per usnistgov#2065 review
Browse files Browse the repository at this point in the history
By rebasing I reintroduced the deprecated CamelCase datatype variant.
This change reintroduces the new kebab case preferred in Metaschema
models, per @imichael's request during code review.
  • Loading branch information
aj-stein-gsa committed Nov 15, 2024
1 parent 1e6e494 commit 415600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metaschema/oscal_implementation-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
<define-assembly name="port-range">
<formal-name>Port Range</formal-name>
<description>Where applicable this is the transport layer protocol port range an IPv4-based or IPv6-based service uses.</description>
<define-flag name="start" as-type="nonNegativeInteger">
<define-flag name="start" as-type="non-negative-integer">
<formal-name>Start</formal-name>
<description>Indicates the starting port number in a port range for a transport layer protocol</description>
<remarks>
Expand Down

0 comments on commit 415600a

Please sign in to comment.