diff --git a/src/metaschema/oscal_implementation-common_metaschema.xml b/src/metaschema/oscal_implementation-common_metaschema.xml index 60138cbf4b..c9eaebbfd9 100644 --- a/src/metaschema/oscal_implementation-common_metaschema.xml +++ b/src/metaschema/oscal_implementation-common_metaschema.xml @@ -305,7 +305,7 @@ - + + + + A port range should have a start port given. + + + A port range should have an end port given. To define a single port, the start and end should be the same value. + + + The port range start should not be after its end. +

To be validated as a natural number (integer >= 1). A single port uses the same value for start and end. Use multiple 'port-range' entries for non-contiguous ranges.