From 9d33bf3f352f088ec885eb7eecb0633e4932ac49 Mon Sep 17 00:00:00 2001 From: Al S Date: Thu, 11 Nov 2021 22:29:18 -0500 Subject: [PATCH 1/2] Create actions assembly in OSCAL metadata model. --- src/metaschema/oscal_metadata_metaschema.xml | 59 ++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/src/metaschema/oscal_metadata_metaschema.xml b/src/metaschema/oscal_metadata_metaschema.xml index 2ea0c03416..e2f11825a2 100644 --- a/src/metaschema/oscal_metadata_metaschema.xml +++ b/src/metaschema/oscal_metadata_metaschema.xml @@ -52,6 +52,9 @@ + + + @@ -759,6 +762,62 @@ + + + Action + An action applied by a role within a given party to the content. + + Action Universally Unique Identifier + A unique identifier that can be used to reference this defined action elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. + + + Action Responsible Role Identifier + Identifier of the approving role in the responsible party. + + + Action Party Universally Unique Identifier + The universally unique identifier of the party responsible for the action. + + + Action Occurrence Date + The date and time when the action occurred. + + + Action Type + The type of action documented by the assembly, such as an approval. + + + Action Type System + Specifies the action type system used. + +

Provides a means to segment the value space for the type, so that different organizations and individuals can assert control over the allowed action's type. This allows the semantics associated with a given type to be defined on an organization-by-organization basis.

+

An organization MUST use a URI that they have control over. e.g., a domain registered to the organization in a URI, a registered uniform resource names (URN) namespace.

+
+ + + This value identifies action types defined in the NIST OSCAL namespace. + + +
+ + + + + + + + + + + + + + + + + +
+ Responsible Role A reference to one or more roles with responsibility for performing a function relative to the containing object. From 1c6be8aff3d641c4d07d46e68b8bf6b4f9d40b0f Mon Sep 17 00:00:00 2001 From: Al S Date: Wed, 24 Aug 2022 12:40:22 -0400 Subject: [PATCH 2/2] Address PR feedback to wrap up. https://github.com/usnistgov/OSCAL/pull/1052#pullrequestreview-1079613752 https://github.com/usnistgov/OSCAL/pull/1052#discussion_r950777018 --- src/metaschema/oscal_metadata_metaschema.xml | 29 +++++++++----------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/metaschema/oscal_metadata_metaschema.xml b/src/metaschema/oscal_metadata_metaschema.xml index e2f11825a2..848123ac94 100644 --- a/src/metaschema/oscal_metadata_metaschema.xml +++ b/src/metaschema/oscal_metadata_metaschema.xml @@ -770,14 +770,6 @@ Action Universally Unique Identifier A unique identifier that can be used to reference this defined action elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - - Action Responsible Role Identifier - Identifier of the approving role in the responsible party. - - - Action Party Universally Unique Identifier - The universally unique identifier of the party responsible for the action. - Action Occurrence Date The date and time when the action occurred. @@ -793,11 +785,6 @@

Provides a means to segment the value space for the type, so that different organizations and individuals can assert control over the allowed action's type. This allows the semantics associated with a given type to be defined on an organization-by-organization basis.

An organization MUST use a URI that they have control over. e.g., a domain registered to the organization in a URI, a registered uniform resource names (URN) namespace.

- - - This value identifies action types defined in the NIST OSCAL namespace. - -
@@ -806,15 +793,25 @@ + + + - + - - + + + + This value identifies action types defined in the NIST OSCAL namespace. + + + An approval of a document instance's content. + A request from the responisble party or parties to change the content. +