From 6da87a9c41b743721784faf9ac455da7eb92803d Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 12 Aug 2022 09:43:52 -0400 Subject: [PATCH] AJ Stein's week 32 feedback for usnistgov/OSCAL#1331. --- .../oscal_control-common_metaschema.xml | 16 ++++++++++++++++ src/metaschema/oscal_metadata_metaschema.xml | 7 ++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/metaschema/oscal_control-common_metaschema.xml b/src/metaschema/oscal_control-common_metaschema.xml index af7afa4739..ed8f6c0b49 100644 --- a/src/metaschema/oscal_control-common_metaschema.xml +++ b/src/metaschema/oscal_control-common_metaschema.xml @@ -184,6 +184,14 @@ Constraint A formal or informal expression of a constraint or test + Constraint Description @@ -205,6 +213,14 @@ Guideline + A prose statement that provides a recommendation for the use of a parameter. diff --git a/src/metaschema/oscal_metadata_metaschema.xml b/src/metaschema/oscal_metadata_metaschema.xml index 16c98056a7..da3cb0baa3 100644 --- a/src/metaschema/oscal_metadata_metaschema.xml +++ b/src/metaschema/oscal_metadata_metaschema.xml @@ -54,7 +54,12 @@ The link identifies an alternative location or format for this resource. Defined by the HTML Living Standard This link identifies a resource containing the predecessor version in the version history. Defined by RFC 5829. This link identifies a resource containing the predecessor version in the version history. Defined by RFC 5829. + This link identifies a resource containing the version history of this document. Defined by RFC 5829. +

While published, last-modified, and oscal-version are not required, values for these entries should be provided if the information is known. A link with a rel of source should be provided if the information is known.

@@ -924,7 +929,7 @@ OSCAL Version The OSCAL model version the document was authored against and will conform to as valid. -

Indicates the version of the OSCAL model to which the document conforms, for example 1.1.0 or 1.0.0-M1. That can be used as a hint for a tool indicating which version of the OSCAL XML or JSON schema to use for validation.

+

Indicates the version of the OSCAL model to which the document conforms, for example 1.1.0 or 1.0.0-milestone1. That can be used as a hint for a tool indicating which version of the OSCAL XML or JSON schema to use for validation.

The OSCAL version serves a different purpose from the document version and is used to represent a different concept. If both have the same value, this is coincidental.