-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
857 extension mechanisms #1031
Merged
david-waltermire
merged 9 commits into
usnistgov:feature-metadata-extension-tutorial
from
Rene2mt:857-extension-mechanisms
Nov 4, 2021
Merged
857 extension mechanisms #1031
david-waltermire
merged 9 commits into
usnistgov:feature-metadata-extension-tutorial
from
Rene2mt:857-extension-mechanisms
Nov 4, 2021
Conversation
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
</system-security-plan> | ||
{{< /highlight >}} | ||
|
||
The `@name` attribute is set to "type" which is an OSCAL pre-defined property. The `@value` attribute is set to "data-center" which is an OSCAL pre-defined value for location "type" properties. The `@class` attribute in this case is used to indicate a subclass of data-center, and is set the the appropriate OSCAL pre-defined values for data center location properties. Note that in this example, the `@ns` attribute is omitted because we are using a standard OSCAL defined `<prop>` element. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
The `@name` attribute is set to "type" which is an OSCAL pre-defined property. The `@value` attribute is set to "data-center" which is an OSCAL pre-defined value for location "type" properties. The `@class` attribute in this case is used to indicate a subclass of data-center, and is set the the appropriate OSCAL pre-defined values for data center location properties. Note that in this example, the `@ns` attribute is omitted because we are using a standard OSCAL defined `<prop>` element. | |
The `@name` attribute is set to "type" which is an OSCAL pre-defined property for a `<location>`. The `@value` attribute is set to "data-center" which is an OSCAL pre-defined value for location "type" properties. The `@class` attribute in this case is used to indicate a subclass of data-center, and is set the the appropriate OSCAL pre-defined values for data center location properties. Note that in this example, the `@ns` attribute is omitted because we are using a standard OSCAL defined `<prop>` element. |
Maybe link the "pre-defined" to the related docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added links to metadata->location->prop predefined name and value reference documentation
This was referenced Oct 28, 2021
david-waltermire
merged commit Nov 4, 2021
cc9a55c
into
usnistgov:feature-metadata-extension-tutorial
david-waltermire
pushed a commit
that referenced
this pull request
Dec 9, 2021
* edits and updates to metadata tutorial * updates to extensions tutorial * added json and yaml example snippets * updates to props and links * added link to allowed values documentation * hugo callouts and minor tweaks
Rene2mt
added a commit
to Rene2mt/OSCAL
that referenced
this pull request
May 17, 2022
* edits and updates to metadata tutorial * updates to extensions tutorial * added json and yaml example snippets * updates to props and links * added link to allowed values documentation * hugo callouts and minor tweaks
david-waltermire
pushed a commit
that referenced
this pull request
May 17, 2022
* edits and updates to metadata tutorial * updates to extensions tutorial * added json and yaml example snippets * updates to props and links * added link to allowed values documentation * hugo callouts and minor tweaks
david-waltermire
pushed a commit
that referenced
this pull request
Jul 14, 2022
* edits and updates to metadata tutorial * updates to extensions tutorial * added json and yaml example snippets * updates to props and links * added link to allowed values documentation * hugo callouts and minor tweaks
david-waltermire
added a commit
that referenced
this pull request
Jul 25, 2022
* Adding metadata tutorial page * Fixing links to match new link contract * updated rlink reference * 857 extension mechanisms (#1031) * Added json and yaml example snippets * Added link to allowed values documentation * Added hugo callouts and minor tweaks * 857 updates (#1273) * Completed an editorial pass through the metadata and extension tutorial. Revised the prop portion of the extension tutorial to provide a better conceptualization * Reorganized the tutorials to follow the model layer organization. Co-authored-by: David Waltermire <david.waltermire@nist.gov> Co-authored-by: Alexander Stein <alexander.stein@nist.gov> Co-authored-by: stephenbanghart <banghasa@dukes.jmu.edu> Co-authored-by: Stephen Banghart <stephen.banghart@nist.gov> Co-authored-by: Rene Tshiteya <rene-claude.tshiteya@noblis.org> Co-authored-by: Rene2mt <76444659+Rene2mt@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Committer Notes
WIP PR that includes changes adding links from the metadata tutorial to the props & links tutorial. Also minor markdown code changes. This PR also has a few minor changes to the props & links tutorial, including links to the metadata tutorial, and updates to the sample code widgets.
All Submissions:
Changes to Core Features: