diff --git a/json/convert/oscal_assessment-plan_xml-to-json-converter.xsl b/json/convert/oscal_assessment-plan_xml-to-json-converter.xsl index b7485dd26b..11f962418f 100644 --- a/json/convert/oscal_assessment-plan_xml-to-json-converter.xsl +++ b/json/convert/oscal_assessment-plan_xml-to-json-converter.xsl @@ -745,7 +745,7 @@ - + @@ -2804,7 +2804,7 @@ priority="7" xpath-default-namespace="http://csrc.nist.gov/ns/oscal/1.0"> - + @@ -2840,7 +2840,7 @@ title @@ -2857,7 +2857,7 @@ description diff --git a/json/convert/oscal_assessment-results_xml-to-json-converter.xsl b/json/convert/oscal_assessment-results_xml-to-json-converter.xsl index c0054e8228..cbea12d1d0 100644 --- a/json/convert/oscal_assessment-results_xml-to-json-converter.xsl +++ b/json/convert/oscal_assessment-results_xml-to-json-converter.xsl @@ -76,7 +76,7 @@ - + @@ -522,7 +522,7 @@ - + @@ -936,11 +936,12 @@ - - + + @@ -957,61 +958,42 @@ - - + + + - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - @@ -1103,6 +1085,89 @@ + + + + + subject-placeholder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1370,41 +1435,6 @@ - - - - - subject-placeholder - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1622,7 +1652,7 @@ - - + as-type="NCName" + name="type" + key="type" + gi="type" + formal-name="Task Type"> + + + + + + + + + + - + + + + + + + + + + + + + + + - + as-type="uuid" + name="activity-uuid" + key="activity-uuid" + gi="activity-uuid" + formal-name="Activity Universally Unique Identifier Reference"> @@ -1912,6 +2004,17 @@ + + + + + @@ -1959,80 +2062,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2991,7 +3022,7 @@ title @@ -3008,7 +3039,7 @@ description @@ -3750,8 +3781,8 @@ - - + + @@ -4353,14 +4384,14 @@ - title @@ -4370,14 +4401,14 @@ - description @@ -4390,10 +4421,366 @@ - + + + + text + + + + + + + + + + + timing + + + + + + + + + + on-date + + + + + + + + + within-date-range + + + + + + + + + + at-frequency + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text + + + + + + + + + + + text + + + + + + + + + + + description + + + + + + + + + + + + + text + + + + + + + + + + + include-all + + + + + + + + text + + + + + + + + + + + text + + + + + + + + + + + description + + + + + + + + + + + + + + + + + + + text + + + + + + + + + + + description + + + + + + + + + + + + + text + + + + + + + + + + + include-all + + + + + + + + text + + + + + + + + - diff --git a/json/schema/oscal_assessment-plan_schema.json b/json/schema/oscal_assessment-plan_schema.json index 60f1b8ee48..dd86d66100 100644 --- a/json/schema/oscal_assessment-plan_schema.json +++ b/json/schema/oscal_assessment-plan_schema.json @@ -52,7 +52,7 @@ { "$ref" : "#/definitions/link" } } }, "required" : [ "name" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-ap-metadata" : { "title" : "Publication metadata", "description" : "Provides information about the publication and availability of the containing document.", @@ -163,7 +163,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -361,12 +361,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -457,7 +457,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-ap-property" : { "title" : "Property", @@ -1017,13 +1017,13 @@ "additionalProperties" : false }, "oscal-ap-activity" : { "title" : "Activity", - "description" : "Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessement.", + "description" : "Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment.", "$id" : "#/definitions/activity", "type" : "object", "properties" : { "uuid" : { "title" : "Assessment Activity Universally Unique Identifier", - "description" : "Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given included activity across revisions of the document.", + "description" : "Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given included activity across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -1044,26 +1044,26 @@ "minItems" : 1, "items" : { "$ref" : "#/definitions/link" } }, - "actions" : + "steps" : { "type" : "array", "minItems" : 1, "items" : - { "title" : "Action", - "description" : "Identifies an individual actions, such as test steps or examination procedures.", + { "title" : "Step", + "description" : "Identifies an individual step in a series of steps related to an activity, such as an assessment test or examination procedure.", "type" : "object", "properties" : { "uuid" : - { "title" : "Action Universally Unique Identifier", - "description" : "Uniquely identifies this defined action. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given test step across revisions of the document.", + { "title" : "Step Universally Unique Identifier", + "description" : "Uniquely identifies a step. This UUID may be referenced elsewhere in an OSCAL document when referring to this step. A UUID should be consistently used for a given test step across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : - { "title" : "Action Title", - "description" : "The title for this action.", + { "title" : "Step Title", + "description" : "The title for this step.", "type" : "string" }, "description" : - { "title" : "Action Description", - "description" : "A human-readable description of this action.", + { "title" : "Step Description", + "description" : "A human-readable description of this step.", "type" : "string" }, "props" : { "type" : "array", @@ -1239,7 +1239,7 @@ "minItems" : 1, "items" : { "title" : "Associated Activity", - "description" : "Identifies an individual activity to be performed as part of an action.", + "description" : "Identifies an individual activity to be performed as part of a task.", "type" : "object", "properties" : { "activity-uuid" : @@ -1421,7 +1421,7 @@ "minItems" : 1, "items" : { "title" : "Include Specific Statements", - "description" : "Used to constrain the selection to only specificly identified statements.", + "description" : "Used to constrain the selection to only specificity identified statements.", "type" : "string" } } }, "required" : [ "control-id" ], @@ -1464,7 +1464,7 @@ "properties" : { "task-uuid" : { "title" : "Task Universally Unique Identifier", - "description" : "Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", + "description" : "Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" } }, "required" : @@ -1694,7 +1694,7 @@ { "$ref" : "#/definitions/link" } } }, "required" : [ "name" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-ap-assessment-plan" : { "title" : "Security Assessment Plan (SAP)", "description" : "An assessment plan, such as those provided by a FedRAMP assessor.", diff --git a/json/schema/oscal_assessment-results_schema.json b/json/schema/oscal_assessment-results_schema.json index 48de0c9074..ee6c912776 100644 --- a/json/schema/oscal_assessment-results_schema.json +++ b/json/schema/oscal_assessment-results_schema.json @@ -52,7 +52,7 @@ { "$ref" : "#/definitions/link" } } }, "required" : [ "name" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-ar-metadata" : { "title" : "Publication metadata", "description" : "Provides information about the publication and availability of the containing document.", @@ -163,7 +163,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -361,12 +361,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -457,7 +457,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-ar-property" : { "title" : "Property", @@ -1016,13 +1016,13 @@ "additionalProperties" : false }, "oscal-ar-activity" : { "title" : "Activity", - "description" : "Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessement.", + "description" : "Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment.", "$id" : "#/definitions/activity", "type" : "object", "properties" : { "uuid" : { "title" : "Assessment Activity Universally Unique Identifier", - "description" : "Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given included activity across revisions of the document.", + "description" : "Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given included activity across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -1043,26 +1043,26 @@ "minItems" : 1, "items" : { "$ref" : "#/definitions/link" } }, - "actions" : + "steps" : { "type" : "array", "minItems" : 1, "items" : - { "title" : "Action", - "description" : "Identifies an individual actions, such as test steps or examination procedures.", + { "title" : "Step", + "description" : "Identifies an individual step in a series of steps related to an activity, such as an assessment test or examination procedure.", "type" : "object", "properties" : { "uuid" : - { "title" : "Action Universally Unique Identifier", - "description" : "Uniquely identifies this defined action. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given test step across revisions of the document.", + { "title" : "Step Universally Unique Identifier", + "description" : "Uniquely identifies a step. This UUID may be referenced elsewhere in an OSCAL document when referring to this step. A UUID should be consistently used for a given test step across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : - { "title" : "Action Title", - "description" : "The title for this action.", + { "title" : "Step Title", + "description" : "The title for this step.", "type" : "string" }, "description" : - { "title" : "Action Description", - "description" : "A human-readable description of this action.", + { "title" : "Step Description", + "description" : "A human-readable description of this step.", "type" : "string" }, "props" : { "type" : "array", @@ -1110,51 +1110,6 @@ [ "uuid", "description" ], "additionalProperties" : false }, - "oscal-ar-action" : - { "title" : "Action", - "description" : "Identifies an assessment-related event that must occur as part of executing an assessment plan, the result of which may be recorded within the assessment log in assessment results.", - "$id" : "#/definitions/action", - "type" : "object", - "properties" : - { "uuid" : - { "title" : "Event Universally Unique Identifier", - "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", - "type" : "string", - "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, - "title" : - { "title" : "Event Title", - "description" : "The title for this event.", - "type" : "string" }, - "description" : - { "title" : "Event Description", - "description" : "A human-readable description of this event.", - "type" : "string" }, - "props" : - { "type" : "array", - "minItems" : 1, - "items" : - { "$ref" : "#/definitions/property" } }, - "links" : - { "type" : "array", - "minItems" : 1, - "items" : - { "$ref" : "#/definitions/link" } }, - "responsible-roles" : - { "type" : "object", - "minProperties" : 1, - "additionalProperties" : - { "allOf" : - [ - { "$ref" : "#/definitions/responsible-role" }, - - { "not" : - { "type" : "string" } } ] } }, - "remarks" : - { "$ref" : "#/definitions/remarks" } }, - "required" : - [ "uuid", - "description" ], - "additionalProperties" : false }, "oscal-ar-task" : { "title" : "Task", "description" : "Represents a scheduled event or milestone, which may be associated with a series of assessment actions.", @@ -1283,7 +1238,7 @@ "minItems" : 1, "items" : { "title" : "Associated Activity", - "description" : "Identifies an individual activity to be performed as part of an action.", + "description" : "Identifies an individual activity to be performed as part of a task.", "type" : "object", "properties" : { "activity-uuid" : @@ -1465,7 +1420,7 @@ "minItems" : 1, "items" : { "title" : "Include Specific Statements", - "description" : "Used to constrain the selection to only specificly identified statements.", + "description" : "Used to constrain the selection to only specificity identified statements.", "type" : "string" } } }, "required" : [ "control-id" ], @@ -1508,7 +1463,7 @@ "properties" : { "task-uuid" : { "title" : "Task Universally Unique Identifier", - "description" : "Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", + "description" : "Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" } }, "required" : @@ -1783,7 +1738,7 @@ "properties" : { "uuid" : { "title" : "Observation Universally Unique Identifier", - "description" : "Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given observation across revisions.", + "description" : "Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given observation across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -2124,7 +2079,7 @@ { "$ref" : "#/definitions/oscal-assessment-common-response" } }, "risk-log" : { "title" : "Risk Log", - "description" : "A log of all risk-related actions taken.", + "description" : "A log of all risk-related tasks taken.", "type" : "object", "properties" : { "entries" : @@ -2132,12 +2087,12 @@ "minItems" : 1, "items" : { "title" : "Risk Log Entry", - "description" : "Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results.", + "description" : "Identifies the result of a task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results.", "type" : "object", "properties" : { "uuid" : { "title" : "Risk Log Entry Universally Unique Identifier", - "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", + "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -2333,7 +2288,7 @@ "properties" : { "uuid" : { "title" : "Remediation Universally Unique Identifier", - "description" : "Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given remediation across revisions.", + "description" : "Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given remediation across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "lifecycle" : @@ -2373,7 +2328,7 @@ "properties" : { "uuid" : { "title" : "Required Universally Unique Identifier", - "description" : "Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given required asset across revisions.", + "description" : "Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given required asset across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "subjects" : @@ -2467,7 +2422,7 @@ { "$ref" : "#/definitions/link" } } }, "required" : [ "name" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-ar-assessment-results" : { "title" : "Security Assessment Results (SAR)", "description" : "Security assessment results, such as those provided by a FedRAMP assessor in the FedRAMP Security Assessment Report.", @@ -2522,7 +2477,7 @@ "properties" : { "uuid" : { "title" : "Results Universally Unique Identifier", - "description" : "Uniquely identifies this set of results. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given set of results across revisions.", + "description" : "Uniquely identifies this set of results. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given set of results across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -2587,11 +2542,11 @@ { "type" : "string" } } ] } }, "assessment-assets" : { "$ref" : "#/definitions/assessment-assets" }, - "assessment-actions" : + "tasks" : { "type" : "array", "minItems" : 1, "items" : - { "$ref" : "#/definitions/action" } } }, + { "$ref" : "#/definitions/task" } } }, "additionalProperties" : false }, "reviewed-controls" : { "$ref" : "#/definitions/reviewed-controls" }, @@ -2631,12 +2586,12 @@ "minItems" : 1, "items" : { "title" : "Assessment Log Entry", - "description" : "Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results.", + "description" : "Identifies the result of an action and/or task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results.", "type" : "object", "properties" : { "uuid" : { "title" : "Assessment Log Entry Universally Unique Identifier", - "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", + "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -2721,7 +2676,7 @@ "properties" : { "uuid" : { "title" : "Finding Universally Unique Identifier", - "description" : "Uniquely identifies this finding. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given finding across revisions.", + "description" : "Uniquely identifies this finding. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given finding across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : diff --git a/json/schema/oscal_catalog_schema.json b/json/schema/oscal_catalog_schema.json index 8c71857ddb..61f84fc042 100644 --- a/json/schema/oscal_catalog_schema.json +++ b/json/schema/oscal_catalog_schema.json @@ -52,7 +52,7 @@ { "$ref" : "#/definitions/link" } } }, "required" : [ "name" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-catalog-parameter" : { "title" : "Parameter", "description" : "Parameters provide a mechanism for the dynamic assignment of value(s) in a control.", @@ -83,7 +83,7 @@ { "$ref" : "#/definitions/link" } }, "label" : { "title" : "Parameter Label", - "description" : "A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned.", + "description" : "A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned.", "type" : "string" }, "usage" : { "title" : "Parameter Usage Description", @@ -110,7 +110,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "id" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-catalog-parameter-constraint" : { "title" : "Constraint", "description" : "A formal or informal expression of a constraint or test", @@ -151,7 +151,7 @@ "type" : "string" } }, "required" : [ "prose" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-catalog-parameter-value" : { "title" : "Parameter Value", "description" : "A parameter value or set of values.", @@ -174,7 +174,7 @@ { "title" : "Choice", "description" : "A value selection among several such options", "type" : "string" } } }, - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-catalog-metadata" : { "title" : "Publication metadata", "description" : "Provides information about the publication and availability of the containing document.", @@ -285,7 +285,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -478,12 +478,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -574,7 +574,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-catalog-property" : { "title" : "Property", @@ -913,7 +913,7 @@ "required" : [ "id", "title" ], - "additionalProperties" : true } }, + "additionalProperties" : false } }, "properties" : { "catalog" : { "$ref" : "#/definitions/catalog" } }, diff --git a/json/schema/oscal_component_schema.json b/json/schema/oscal_component_schema.json index 700ead6e9c..9af9d361e9 100644 --- a/json/schema/oscal_component_schema.json +++ b/json/schema/oscal_component_schema.json @@ -114,7 +114,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -307,12 +307,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -403,7 +403,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-component-definition-property" : { "title" : "Property", diff --git a/json/schema/oscal_poam_schema.json b/json/schema/oscal_poam_schema.json index 8630b76e19..371df8dd85 100644 --- a/json/schema/oscal_poam_schema.json +++ b/json/schema/oscal_poam_schema.json @@ -114,7 +114,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -307,12 +307,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -403,7 +403,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-poam-property" : { "title" : "Property", @@ -1001,7 +1001,7 @@ "minItems" : 1, "items" : { "title" : "Associated Activity", - "description" : "Identifies an individual activity to be performed as part of an action.", + "description" : "Identifies an individual activity to be performed as part of a task.", "type" : "object", "properties" : { "activity-uuid" : @@ -1088,7 +1088,7 @@ "properties" : { "task-uuid" : { "title" : "Task Universally Unique Identifier", - "description" : "Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", + "description" : "Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" } }, "required" : @@ -1223,7 +1223,7 @@ "properties" : { "uuid" : { "title" : "Observation Universally Unique Identifier", - "description" : "Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given observation across revisions.", + "description" : "Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given observation across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -1564,7 +1564,7 @@ { "$ref" : "#/definitions/oscal-assessment-common-response" } }, "risk-log" : { "title" : "Risk Log", - "description" : "A log of all risk-related actions taken.", + "description" : "A log of all risk-related tasks taken.", "type" : "object", "properties" : { "entries" : @@ -1572,12 +1572,12 @@ "minItems" : 1, "items" : { "title" : "Risk Log Entry", - "description" : "Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results.", + "description" : "Identifies the result of a task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results.", "type" : "object", "properties" : { "uuid" : { "title" : "Risk Log Entry Universally Unique Identifier", - "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document.", + "description" : "Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -1773,7 +1773,7 @@ "properties" : { "uuid" : { "title" : "Remediation Universally Unique Identifier", - "description" : "Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given remediation across revisions.", + "description" : "Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given remediation across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "lifecycle" : @@ -1813,7 +1813,7 @@ "properties" : { "uuid" : { "title" : "Required Universally Unique Identifier", - "description" : "Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given required asset across revisions.", + "description" : "Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given required asset across revisions.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "subjects" : @@ -1931,7 +1931,7 @@ "properties" : { "uuid" : { "title" : "POA&M Item Universally Unique Identifier", - "description" : "Uniquely identifies the POA&M entry. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given POA&M item across revisions of the document.", + "description" : "Uniquely identifies the POA&M entry. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given POA&M item across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : diff --git a/json/schema/oscal_profile_schema.json b/json/schema/oscal_profile_schema.json index 05234ab8bc..51561f647a 100644 --- a/json/schema/oscal_profile_schema.json +++ b/json/schema/oscal_profile_schema.json @@ -114,7 +114,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -307,12 +307,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -403,7 +403,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-profile-property" : { "title" : "Property", @@ -659,7 +659,7 @@ { "$ref" : "#/definitions/link" } } }, "required" : [ "name" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-profile-parameter" : { "title" : "Parameter", "description" : "Parameters provide a mechanism for the dynamic assignment of value(s) in a control.", @@ -690,7 +690,7 @@ { "$ref" : "#/definitions/link" } }, "label" : { "title" : "Parameter Label", - "description" : "A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned.", + "description" : "A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned.", "type" : "string" }, "usage" : { "title" : "Parameter Usage Description", @@ -717,7 +717,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "id" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-profile-parameter-constraint" : { "title" : "Constraint", "description" : "A formal or informal expression of a constraint or test", @@ -758,7 +758,7 @@ "type" : "string" } }, "required" : [ "prose" ], - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-profile-parameter-value" : { "title" : "Parameter Value", "description" : "A parameter value or set of values.", @@ -781,7 +781,7 @@ { "title" : "Choice", "description" : "A value selection among several such options", "type" : "string" } } }, - "additionalProperties" : true }, + "additionalProperties" : false }, "oscal-profile-profile" : { "title" : "Profile", "description" : "Each OSCAL profile is defined by a Profile element", @@ -1053,7 +1053,7 @@ { "$ref" : "#/definitions/link" } }, "label" : { "title" : "Parameter Label", - "description" : "A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned.", + "description" : "A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned.", "type" : "string" }, "usage" : { "title" : "Parameter Usage Description", diff --git a/json/schema/oscal_ssp_schema.json b/json/schema/oscal_ssp_schema.json index 710a8f23d5..c37dba7f2d 100644 --- a/json/schema/oscal_ssp_schema.json +++ b/json/schema/oscal_ssp_schema.json @@ -114,7 +114,7 @@ "properties" : { "uuid" : { "title" : "Location Universally Unique Identifier", - "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document.", + "description" : "A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -312,12 +312,12 @@ "minItems" : 1, "items" : { "title" : "Resource", - "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources.", + "description" : "A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources.", "type" : "object", "properties" : { "uuid" : { "title" : "Resource Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -408,7 +408,7 @@ { "$ref" : "#/definitions/remarks" } }, "required" : [ "uuid" ], - "additionalProperties" : true } } }, + "additionalProperties" : false } } }, "additionalProperties" : false }, "oscal-ssp-property" : { "title" : "Property", @@ -1110,7 +1110,7 @@ "properties" : { "uuid" : { "title" : "Information Type Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this information type entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this information type entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -1463,7 +1463,7 @@ "properties" : { "uuid" : { "title" : "Leveraged Authorization Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this leveraged authorization entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this leveraged authorization entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "title" : @@ -1634,7 +1634,7 @@ "properties" : { "uuid" : { "title" : "Control Statement Reference Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this control statement entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this control statement entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "props" : @@ -1670,7 +1670,7 @@ "properties" : { "uuid" : { "title" : "By-Component Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this by-component entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this by-component entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "description" : @@ -1728,7 +1728,7 @@ "properties" : { "uuid" : { "title" : "Provided Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this provided entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this provided entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "description" : @@ -1766,12 +1766,12 @@ "minItems" : 1, "items" : { "title" : "Control Implementation Responsibility", - "description" : "Describes a control implementation responsibiity imposed on a leveraging system.", + "description" : "Describes a control implementation responsibility imposed on a leveraging system.", "type" : "object", "properties" : { "uuid" : { "title" : "Responsibility Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this responsibility entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this responsibility entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "provided-uuid" : @@ -1822,7 +1822,7 @@ "properties" : { "uuid" : { "title" : "Inherited Universally Unique Identifier", - "description" : "A globally unique identifier that can be used to reference this inherited entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document.", + "description" : "A globally unique identifier that can be used to reference this inherited entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.", "type" : "string", "pattern" : "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" }, "provided-uuid" : diff --git a/xml/convert/oscal_assessment-plan_json-to-xml-converter.xsl b/xml/convert/oscal_assessment-plan_json-to-xml-converter.xsl index f2be5d2efa..90f12b60ba 100644 --- a/xml/convert/oscal_assessment-plan_json-to-xml-converter.xsl +++ b/xml/convert/oscal_assessment-plan_json-to-xml-converter.xsl @@ -411,7 +411,7 @@ - + @@ -693,7 +693,7 @@ - + - @@ -957,7 +957,7 @@ - + - @@ -2589,11 +2589,11 @@ - - + @@ -2604,14 +2604,14 @@ - title @@ -2619,21 +2619,21 @@ - - description @@ -2641,14 +2641,14 @@ - - @@ -2663,14 +2663,14 @@ - - @@ -2685,14 +2685,14 @@ - - @@ -2707,14 +2707,14 @@ - - @@ -2730,7 +2730,7 @@ - @@ -2745,14 +2745,14 @@ - - @@ -2767,14 +2767,14 @@ - - @@ -2787,7 +2787,7 @@ - @@ -2798,7 +2798,7 @@ - @@ -2810,14 +2810,14 @@ - - @@ -2828,7 +2828,7 @@ - @@ -2840,14 +2840,14 @@ - - @@ -2863,7 +2863,7 @@ - @@ -2878,14 +2878,14 @@ - - @@ -2900,14 +2900,14 @@ - - @@ -2920,7 +2920,7 @@ - @@ -2935,7 +2935,7 @@ - diff --git a/xml/convert/oscal_assessment-results_json-to-xml-converter.xsl b/xml/convert/oscal_assessment-results_json-to-xml-converter.xsl index a4000ed937..39e19ee26a 100644 --- a/xml/convert/oscal_assessment-results_json-to-xml-converter.xsl +++ b/xml/convert/oscal_assessment-results_json-to-xml-converter.xsl @@ -114,7 +114,7 @@ - + @@ -275,7 +275,7 @@ - + @@ -501,40 +501,22 @@ - + - - + + + - - - - - - - - - - - - - - - - - - - - + + + + - + @@ -578,6 +560,47 @@ + + + + + + subject-placeholder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -671,23 +694,6 @@ - - - - - - subject-placeholder - - - - - - - - - @@ -785,7 +791,7 @@ - + - - + - @@ -892,7 +898,7 @@ - + - - + - - + - - + - - + - @@ -1063,7 +1069,7 @@ - + - @@ -1182,20 +1188,91 @@ - + + as-type="NCName" + name="type" + key="type" + gi="type" + formal-name="Task Type"> - - + priority="8"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + as-type="uuid" + name="activity-uuid" + key="activity-uuid" + gi="activity-uuid" + formal-name="Activity Universally Unique Identifier Reference"> - + priority="10"> + priority="16"> + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2523,14 +2530,14 @@ - title @@ -2538,21 +2545,21 @@ - - description @@ -2560,14 +2567,14 @@ - - @@ -2582,14 +2589,14 @@ - - @@ -2604,14 +2611,14 @@ - - @@ -2626,14 +2633,14 @@ - - @@ -2649,7 +2656,7 @@ - @@ -2664,14 +2671,14 @@ - - @@ -2686,14 +2693,14 @@ - - @@ -2706,7 +2713,7 @@ - @@ -2717,7 +2724,7 @@ - @@ -2729,14 +2736,14 @@ - - @@ -2747,7 +2754,7 @@ - @@ -2759,14 +2766,14 @@ - - @@ -2782,7 +2789,7 @@ - @@ -2797,14 +2804,14 @@ - - @@ -2819,14 +2826,14 @@ - - @@ -2839,7 +2846,7 @@ - @@ -2854,7 +2861,7 @@ - @@ -3257,7 +3264,7 @@ - + - - + title @@ -3935,21 +3942,21 @@ - - - + description @@ -3957,17 +3964,17 @@ - - - + - - + + + + + timing + + + + + + + + + + + + on-date + + + + + + + + + + within-date-range + + + + + + + + + + + at-frequency + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text + + + + + + + + + + + + + + + text + + + + + + + + + + + + + + + description + + + + + + + + + + + + + + + text + + + + + + + + + + + + + + + include-all + + + + + + + + + text + + + + + + + + + + + + + + + text + + + + + + + + + + + + + + + description + + + + + + + + + + + + + + + + + + + + + + text + + + + + + + + + + + + + + + description + + + + + + + + + + + + + + + text + + + + + + + + + + + + + + + include-all + + + + + + + + + text + + + + + + + + + + + + + + + text + + + + + + + + + + - + - diff --git a/xml/schema/oscal_assessment-plan_schema.xsd b/xml/schema/oscal_assessment-plan_schema.xsd index 992d3afb3a..076ffb144e 100644 --- a/xml/schema/oscal_assessment-plan_schema.xsd +++ b/xml/schema/oscal_assessment-plan_schema.xsd @@ -58,10 +58,6 @@ type="oscal-ap:link-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - @@ -344,10 +340,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -625,10 +621,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -809,19 +805,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -1887,10 +1879,10 @@ Activity - Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessement. + Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment. - Activity: Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessement. + Activity: Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment. @@ -1935,22 +1927,22 @@ - Action - Identifies an individual actions, such as test steps or examination procedures. + Step + Identifies an individual step in a series of steps related to an activity, such as an assessment test or examination procedure. - Action: Identifies an individual actions, such as test steps or examination procedures. + Step: Identifies an individual step in a series of steps related to an activity, such as an assessment test or examination procedure. - Action Title - The title for this action. + Step Title + The title for this step. - Action Title: The title for this action. + Step Title: The title for this step. @@ -1961,11 +1953,11 @@ - Action Description - A human-readable description of this action. + Step Description + A human-readable description of this step. - Action Description: A human-readable description of this action. + Step Description: A human-readable description of this step. @@ -2007,11 +1999,11 @@ - Action Universally Unique Identifier - Uniquely identifies this defined action. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given test step across revisions of the document. + Step Universally Unique Identifier + Uniquely identifies a step. This UUID may be referenced elsewhere in an OSCAL document when referring to this step. A UUID should be consistently used for a given test step across revisions of the document. - Action Universally Unique Identifier: Uniquely identifies this defined action. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given test step across revisions of the document. + Step Universally Unique Identifier: Uniquely identifies a step. This UUID may be referenced elsewhere in an OSCAL document when referring to this step. A UUID should be consistently used for a given test step across revisions of the document. @@ -2044,10 +2036,10 @@ Assessment Activity Universally Unique Identifier - Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given included activity across revisions of the document. + Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given included activity across revisions of the document. - Assessment Activity Universally Unique Identifier: Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given included activity across revisions of the document. + Assessment Activity Universally Unique Identifier: Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given included activity across revisions of the document. @@ -2249,10 +2241,10 @@ Associated Activity - Identifies an individual activity to be performed as part of an action. + Identifies an individual activity to be performed as part of a task. - Associated Activity: Identifies an individual activity to be performed as part of an action. + Associated Activity: Identifies an individual activity to be performed as part of a task. Include Specific Statements - Used to constrain the selection to only specificly identified statements. + Used to constrain the selection to only specificity identified statements. - Include Specific Statements: Used to constrain the selection to only specificly identified statements. + Include Specific Statements: Used to constrain the selection to only specificity identified statements. @@ -2644,10 +2636,10 @@ Task Universally Unique Identifier - Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. - Task Universally Unique Identifier: Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Task Universally Unique Identifier: Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. @@ -2983,10 +2975,6 @@ type="oscal-ap:link-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - diff --git a/xml/schema/oscal_assessment-results_schema.xsd b/xml/schema/oscal_assessment-results_schema.xsd index 038cf9b59b..27781fd9c7 100644 --- a/xml/schema/oscal_assessment-results_schema.xsd +++ b/xml/schema/oscal_assessment-results_schema.xsd @@ -58,10 +58,6 @@ type="oscal-ar:link-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - @@ -344,10 +340,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -625,10 +621,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -809,19 +805,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -1887,10 +1879,10 @@ Activity - Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessement. + Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment. - Activity: Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessement. + Activity: Identifies an assessment or related process that can be performed. In the assessment plan, this is an intended activity which may be associated with an assessment task. In the assessment results, this an activity that was actually performed as part of an assessment. @@ -1935,22 +1927,22 @@ - Action - Identifies an individual actions, such as test steps or examination procedures. + Step + Identifies an individual step in a series of steps related to an activity, such as an assessment test or examination procedure. - Action: Identifies an individual actions, such as test steps or examination procedures. + Step: Identifies an individual step in a series of steps related to an activity, such as an assessment test or examination procedure. - Action Title - The title for this action. + Step Title + The title for this step. - Action Title: The title for this action. + Step Title: The title for this step. @@ -1961,11 +1953,11 @@ - Action Description - A human-readable description of this action. + Step Description + A human-readable description of this step. - Action Description: A human-readable description of this action. + Step Description: A human-readable description of this step. @@ -2007,11 +1999,11 @@ - Action Universally Unique Identifier - Uniquely identifies this defined action. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given test step across revisions of the document. + Step Universally Unique Identifier + Uniquely identifies a step. This UUID may be referenced elsewhere in an OSCAL document when referring to this step. A UUID should be consistently used for a given test step across revisions of the document. - Action Universally Unique Identifier: Uniquely identifies this defined action. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given test step across revisions of the document. + Step Universally Unique Identifier: Uniquely identifies a step. This UUID may be referenced elsewhere in an OSCAL document when referring to this step. A UUID should be consistently used for a given test step across revisions of the document. @@ -2044,89 +2036,10 @@ Assessment Activity Universally Unique Identifier - Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given included activity across revisions of the document. + Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given included activity across revisions of the document. - Assessment Activity Universally Unique Identifier: Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given included activity across revisions of the document. - - - - - - - Action - Identifies an assessment-related event that must occur as part of executing an assessment plan, the result of which may be recorded within the assessment log in assessment results. - - - Action: Identifies an assessment-related event that must occur as part of executing an assessment plan, the result of which may be recorded within the assessment log in assessment results. - - - - - - - Event Title - The title for this event. - - - Event Title: The title for this event. - - - - - - - - - - - Event Description - A human-readable description of this event. - - - Event Description: A human-readable description of this event. - - - - - - - - - - - - - Remarks - Additional commentary on the containing object. - - - Remarks: Additional commentary on the containing object. - - - - - - - - - - Event Universally Unique Identifier - Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. - - - Event Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Assessment Activity Universally Unique Identifier: Uniquely identifies this assessment activity. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given included activity across revisions of the document. @@ -2328,10 +2241,10 @@ Associated Activity - Identifies an individual activity to be performed as part of an action. + Identifies an individual activity to be performed as part of a task. - Associated Activity: Identifies an individual activity to be performed as part of an action. + Associated Activity: Identifies an individual activity to be performed as part of a task. Include Specific Statements - Used to constrain the selection to only specificly identified statements. + Used to constrain the selection to only specificity identified statements. - Include Specific Statements: Used to constrain the selection to only specificly identified statements. + Include Specific Statements: Used to constrain the selection to only specificity identified statements. @@ -2723,10 +2636,10 @@ Task Universally Unique Identifier - Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. - Task Universally Unique Identifier: Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Task Universally Unique Identifier: Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. @@ -3384,10 +3297,10 @@ Observation Universally Unique Identifier - Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given observation across revisions. + Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given observation across revisions. - Observation Universally Unique Identifier: Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given observation across revisions. + Observation Universally Unique Identifier: Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given observation across revisions. @@ -3747,10 +3660,10 @@ Risk Log - A log of all risk-related actions taken. + A log of all risk-related tasks taken. - Risk Log: A log of all risk-related actions taken. + Risk Log: A log of all risk-related tasks taken. @@ -3758,10 +3671,10 @@ Risk Log Entry - Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results. + Identifies the result of a task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results. - Risk Log Entry: Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results. + Risk Log Entry: Identifies the result of a task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results. @@ -3907,10 +3820,10 @@ Risk Log Entry Universally Unique Identifier - Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. - Risk Log Entry Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Risk Log Entry Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. @@ -4209,10 +4122,10 @@ Required Universally Unique Identifier - Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given required asset across revisions. + Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given required asset across revisions. - Required Universally Unique Identifier: Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given required asset across revisions. + Required Universally Unique Identifier: Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given required asset across revisions. @@ -4241,10 +4154,10 @@ Remediation Universally Unique Identifier - Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given remediation across revisions. + Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given remediation across revisions. - Remediation Universally Unique Identifier: Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given remediation across revisions. + Remediation Universally Unique Identifier: Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given remediation across revisions. @@ -4298,10 +4211,6 @@ type="oscal-ar:link-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - @@ -4521,8 +4430,8 @@ type="oscal-ar:assessment-assets-ASSEMBLY" minOccurs="0" maxOccurs="1"/> - @@ -4570,10 +4479,10 @@ Assessment Log Entry - Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results. + Identifies the result of an action and/or task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results. - Assessment Log Entry: Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results. + Assessment Log Entry: Identifies the result of an action and/or task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results. @@ -4668,10 +4577,10 @@ Assessment Log Entry Universally Unique Identifier - Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. - Assessment Log Entry Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Assessment Log Entry Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. @@ -4711,10 +4620,10 @@ Results Universally Unique Identifier - Uniquely identifies this set of results. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given set of results across revisions. + Uniquely identifies this set of results. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given set of results across revisions. - Results Universally Unique Identifier: Uniquely identifies this set of results. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given set of results across revisions. + Results Universally Unique Identifier: Uniquely identifies this set of results. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given set of results across revisions. @@ -4851,10 +4760,10 @@ Finding Universally Unique Identifier - Uniquely identifies this finding. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given finding across revisions. + Uniquely identifies this finding. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given finding across revisions. - Finding Universally Unique Identifier: Uniquely identifies this finding. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given finding across revisions. + Finding Universally Unique Identifier: Uniquely identifies this finding. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given finding across revisions. diff --git a/xml/schema/oscal_catalog_schema.xsd b/xml/schema/oscal_catalog_schema.xsd index 620865aaaf..175a53ca9f 100644 --- a/xml/schema/oscal_catalog_schema.xsd +++ b/xml/schema/oscal_catalog_schema.xsd @@ -57,10 +57,6 @@ type="oscal-catalog:link-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - @@ -126,10 +122,10 @@ Parameter Label - A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned. + A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned. - Parameter Label: A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned. + Parameter Label: A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned. @@ -184,10 +180,6 @@ minOccurs="0"/> - @@ -302,10 +294,6 @@ - @@ -344,10 +332,6 @@ - @@ -600,10 +584,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -870,10 +854,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -1054,19 +1038,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -1633,10 +1613,6 @@ type="oscal-catalog:control-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - diff --git a/xml/schema/oscal_component_schema.xsd b/xml/schema/oscal_component_schema.xsd index 76ff721ac5..3ad0f36656 100644 --- a/xml/schema/oscal_component_schema.xsd +++ b/xml/schema/oscal_component_schema.xsd @@ -259,10 +259,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -529,10 +529,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -715,19 +715,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. diff --git a/xml/schema/oscal_poam_schema.xsd b/xml/schema/oscal_poam_schema.xsd index fb6776d0a2..aba4942488 100644 --- a/xml/schema/oscal_poam_schema.xsd +++ b/xml/schema/oscal_poam_schema.xsd @@ -258,10 +258,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -528,10 +528,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -712,19 +712,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -1793,10 +1789,10 @@ Associated Activity - Identifies an individual activity to be performed as part of an action. + Identifies an individual activity to be performed as part of a task. - Associated Activity: Identifies an individual activity to be performed as part of an action. + Associated Activity: Identifies an individual activity to be performed as part of a task. Task Universally Unique Identifier - Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. - Task Universally Unique Identifier: Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Task Universally Unique Identifier: Uniquely identifies an assessment activity to be performed as part of the event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. @@ -2363,10 +2359,10 @@ Observation Universally Unique Identifier - Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given observation across revisions. + Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given observation across revisions. - Observation Universally Unique Identifier: Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given observation across revisions. + Observation Universally Unique Identifier: Uniquely identifies this observation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given observation across revisions. @@ -2728,10 +2724,10 @@ Risk Log - A log of all risk-related actions taken. + A log of all risk-related tasks taken. - Risk Log: A log of all risk-related actions taken. + Risk Log: A log of all risk-related tasks taken. @@ -2739,10 +2735,10 @@ Risk Log Entry - Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results. + Identifies the result of a task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results. - Risk Log Entry: Identifies the result of an action and/or task that occured as part of executing an assessment plan or an assessment event that occured in producing the assessment results. + Risk Log Entry: Identifies the result of a task that occurred as part of executing an assessment plan or an assessment event that occurred in producing the assessment results. @@ -2888,10 +2884,10 @@ Risk Log Entry Universally Unique Identifier - Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. - Risk Log Entry Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for this schedule across revisions of the document. + Risk Log Entry Universally Unique Identifier: Uniquely identifies an assessment event. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for this schedule across revisions of the document. @@ -3190,10 +3186,10 @@ Required Universally Unique Identifier - Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given required asset across revisions. + Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given required asset across revisions. - Required Universally Unique Identifier: Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given required asset across revisions. + Required Universally Unique Identifier: Uniquely identifies this required asset. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given required asset across revisions. @@ -3222,10 +3218,10 @@ Remediation Universally Unique Identifier - Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given remediation across revisions. + Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given remediation across revisions. - Remediation Universally Unique Identifier: Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. Once assigned, a UUID should be consistantly used for a given remediation across revisions. + Remediation Universally Unique Identifier: Uniquely identifies this remediation. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. Once assigned, a UUID should be consistently used for a given remediation across revisions. @@ -3460,10 +3456,10 @@ POA&M Item Universally Unique Identifier - Uniquely identifies the POA&M entry. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given POA&M item across revisions of the document. + Uniquely identifies the POA&M entry. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given POA&M item across revisions of the document. - POA&M Item Universally Unique Identifier: Uniquely identifies the POA&M entry. This UUID may be referenced elsewhere in an OSCAL document when refering to this information. A UUID should be consistantly used for a given POA&M item across revisions of the document. + POA&M Item Universally Unique Identifier: Uniquely identifies the POA&M entry. This UUID may be referenced elsewhere in an OSCAL document when referring to this information. A UUID should be consistently used for a given POA&M item across revisions of the document. diff --git a/xml/schema/oscal_profile_schema.xsd b/xml/schema/oscal_profile_schema.xsd index d952dcd5d3..101bc60c70 100644 --- a/xml/schema/oscal_profile_schema.xsd +++ b/xml/schema/oscal_profile_schema.xsd @@ -257,10 +257,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -527,10 +527,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -711,19 +711,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -1169,10 +1165,6 @@ type="oscal-profile:link-ASSEMBLY" minOccurs="0" maxOccurs="unbounded"/> - @@ -1238,10 +1230,10 @@ Parameter Label - A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned. + A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned. - Parameter Label: A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned. + Parameter Label: A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned. @@ -1296,10 +1288,6 @@ minOccurs="0"/> - @@ -1414,10 +1402,6 @@ - @@ -1456,10 +1440,6 @@ - @@ -1847,10 +1827,10 @@ Parameter Label - A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned. + A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned. - Parameter Label: A short, placeholder name for the parameter, which can be used as a subsitute for a value if no value is assigned. + Parameter Label: A short, placeholder name for the parameter, which can be used as a substitute for a value if no value is assigned. diff --git a/xml/schema/oscal_ssp_schema.xsd b/xml/schema/oscal_ssp_schema.xsd index cecbe74b20..fbc89fc909 100644 --- a/xml/schema/oscal_ssp_schema.xsd +++ b/xml/schema/oscal_ssp_schema.xsd @@ -258,10 +258,10 @@ Location Universally Unique Identifier - A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. - Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistantly used for a given location across revisions of the document. + Location Universally Unique Identifier: A unique identifier that can be used to reference this defined location elsewhere in an OSCAL document. A UUID should be consistently used for a given location across revisions of the document. @@ -539,10 +539,10 @@ Resource - A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. - Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equavalent internet resources. + Resource: A resource associated with content in the containing document. A resource may be directly included in the document base64 encoded or may point to one or more equivalent internet resources. @@ -723,19 +723,15 @@ minOccurs="0"/> - Resource Universally Unique Identifier - A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Resource Universally Unique Identifier: A globally unique identifier that can be used to reference this defined resource elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -2261,10 +2257,10 @@ Information Type Universally Unique Identifier - A globally unique identifier that can be used to reference this information type entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this information type entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Information Type Universally Unique Identifier: A globally unique identifier that can be used to reference this information type entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Information Type Universally Unique Identifier: A globally unique identifier that can be used to reference this information type entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -2720,10 +2716,10 @@ Leveraged Authorization Universally Unique Identifier - A globally unique identifier that can be used to reference this leveraged authorization entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this leveraged authorization entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Leveraged Authorization Universally Unique Identifier: A globally unique identifier that can be used to reference this leveraged authorization entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Leveraged Authorization Universally Unique Identifier: A globally unique identifier that can be used to reference this leveraged authorization entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -2915,10 +2911,10 @@ Control Statement Reference Universally Unique Identifier - A globally unique identifier that can be used to reference this control statement entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this control statement entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Control Statement Reference Universally Unique Identifier: A globally unique identifier that can be used to reference this control statement entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Control Statement Reference Universally Unique Identifier: A globally unique identifier that can be used to reference this control statement entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -3055,10 +3051,10 @@ Provided Universally Unique Identifier - A globally unique identifier that can be used to reference this provided entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this provided entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Provided Universally Unique Identifier: A globally unique identifier that can be used to reference this provided entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Provided Universally Unique Identifier: A globally unique identifier that can be used to reference this provided entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -3068,10 +3064,10 @@ Control Implementation Responsibility - Describes a control implementation responsibiity imposed on a leveraging system. + Describes a control implementation responsibility imposed on a leveraging system. - Control Implementation Responsibility: Describes a control implementation responsibiity imposed on a leveraging system. + Control Implementation Responsibility: Describes a control implementation responsibility imposed on a leveraging system. @@ -3121,10 +3117,10 @@ Responsibility Universally Unique Identifier - A globally unique identifier that can be used to reference this responsibility entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this responsibility entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Responsibility Universally Unique Identifier: A globally unique identifier that can be used to reference this responsibility entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Responsibility Universally Unique Identifier: A globally unique identifier that can be used to reference this responsibility entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -3200,10 +3196,10 @@ Inherited Universally Unique Identifier - A globally unique identifier that can be used to reference this inherited entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this inherited entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - Inherited Universally Unique Identifier: A globally unique identifier that can be used to reference this inherited entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + Inherited Universally Unique Identifier: A globally unique identifier that can be used to reference this inherited entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. @@ -3328,10 +3324,10 @@ By-Component Universally Unique Identifier - A globally unique identifier that can be used to reference this by-component entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + A globally unique identifier that can be used to reference this by-component entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document. - By-Component Universally Unique Identifier: A globally unique identifier that can be used to reference this by-component entry elsewhere in an OSCAL document. A UUID should be consistantly used for a given resource across revisions of the document. + By-Component Universally Unique Identifier: A globally unique identifier that can be used to reference this by-component entry elsewhere in an OSCAL document. A UUID should be consistently used for a given resource across revisions of the document.