Skip to content

Commit 708ffcf

Browse files
aj-stein-gsaiMichaela
authored andcommitted
Revert start flag datatype per #2065 review
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.
1 parent 36e3bb8 commit 708ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metaschema/oscal_implementation-common_metaschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<define-assembly name="port-range">
281281
<formal-name>Port Range</formal-name>
282282
<description>Where applicable this is the transport layer protocol port range an IPv4-based or IPv6-based service uses.</description>
283-
<define-flag name="start" as-type="nonNegativeInteger">
283+
<define-flag name="start" as-type="non-negative-integer">
284284
<formal-name>Start</formal-name>
285285
<description>Indicates the starting port number in a port range for a transport layer protocol</description>
286286
<remarks>

0 commit comments

Comments
 (0)