-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update merge-keep profile resolution examples. (#22)
These are essentially identical, since keep is the default.
- Loading branch information
1 parent
91ead7d
commit 885c2db
Showing
2 changed files
with
88 additions
and
8 deletions.
There are no files selected for viewing
56 changes: 48 additions & 8 deletions
56
...tion/profile-resolution-examples/output-expected/merge-implicit-keep_profile_RESOLVED.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 |
---|---|---|
@@ -1,12 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<catalog xmlns="http://csrc.nist.gov/ns/oscal/1.0" | ||
id="merge-implicit-keep_profile-RESOLVED"> | ||
<metadata> | ||
<title>Test Profile</title> | ||
<last-modified>2019-10-13T13:41:58.548-04:00</last-modified> | ||
<version>1.0</version> | ||
<oscal-version>1.0-MR2</oscal-version> | ||
<prop name="resolution-timestamp">2019-12-10T15:21:21.893-05:00</prop> | ||
<link rel="resolution-source" href="../merge-implicit-keep_profile.xml">Test Profile</link> | ||
</metadata> | ||
<metadata> | ||
<title>Test Profile</title> | ||
<last-modified>2019-10-13T13:41:58.548-04:00</last-modified> | ||
<version>1.0</version> | ||
<oscal-version>1.0-MR2</oscal-version> | ||
<prop name="resolution-timestamp">2019-12-10T15:21:21.893-05:00</prop> | ||
<link rel="resolution-source" href="../merge-implicit-keep_profile.xml">Test Profile</link> | ||
</metadata> | ||
<group> | ||
<title>Group A of C</title> | ||
<control id="a1"> | ||
<title>Control A1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="a1-stmt"> | ||
<p>A1 aaaaa aaaaaaaaaa</p> | ||
</part> | ||
</control> | ||
</group> | ||
<group> | ||
<title>Group B of C</title> | ||
<control id="b1"> | ||
<title>Control B1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="b1-stmt"> | ||
<p>B1 bbbb bbbbbbb.</p> | ||
</part> | ||
</control> | ||
</group> | ||
<group> | ||
<title>Group A of C</title> | ||
<control id="a1"> | ||
<title>Control A1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="a1-stmt"> | ||
<p>A1 aaaaa aaaaaaaaaa</p> | ||
</part> | ||
</control> | ||
</group> | ||
<group> | ||
<title>Group B of C</title> | ||
<control id="b1"> | ||
<title>Control B1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="b1-stmt"> | ||
<p>B1 bbbb bbbbbbb.</p> | ||
</part> | ||
</control> | ||
</group> | ||
</catalog> |
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