-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
src/validations/constraints/content/ssp-last-accessed-is-datetime-INVALID.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="https://github.com/usnistgov/OSCAL/releases/download/v1.1.3/oscal_ssp_schema.xsd" schematypens="http://www.w3.org/2001/XMLSchema" title="OSCAL complete schema"?> | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" uuid="11111111-2222-4000-8000-000000000000"> | ||
<!-- SSP Attachments --> | ||
<back-matter> | ||
<!-- FedRAMP Laws --> | ||
<resource uuid="11111111-2222-4000-8000-001000000003"> | ||
<title>FedRAMP Applicable Laws and Regulations</title> | ||
<prop name="type" class="fedramp-citations" value="citation"/> | ||
<!--Incorrect format for last-accessed, not a datetime with timezone--> | ||
<prop name="last-accessed" ns="http://fedramp.gov/ns/oscal" value="January 1, 2024"/> | ||
<rlink href="https://www.fedramp.gov/assets/resources/templates/FedRAMP-Laws-Regulations-Standards-and-Guidance-Reference.xlsx"/> | ||
<remarks> | ||
<p>Must be present in a FedRAMP SSP.</p> | ||
</remarks> | ||
</resource> | ||
</back-matter> | ||
</system-security-plan> |