From 9d33bf3f352f088ec885eb7eecb0633e4932ac49 Mon Sep 17 00:00:00 2001 From: Al S Date: Thu, 11 Nov 2021 22:29:18 -0500 Subject: [PATCH] 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.