Skip to content
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

Remove redundant definition of location-uuid #2058

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions src/metaschema/oscal_metadata_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,22 +430,6 @@
</remarks>
</define-assembly>

<define-flag name="location-uuid" as-type="uuid">
<formal-name>Location Universally Unique Identifier Reference</formal-name>
<!-- Identifier Reference -->
<description>Reference to a location by UUID.</description>
<prop name="value-type" value="identifier-reference"/>
<prop name="identifier-type" value="machine-oriented"/>
<prop name="identifier-scope" value="cross-instance"/>
<constraint>
<!-- TODO: Dave to resolve syntax error. Likely requires updated metaschema schema -->
<index-has-key name="index-metadata-location-uuid">
<!-- TODO: This is impacted by cross-document cross-references We need to relocate or localize this constraint. -->
<key-field target="."/>
</index-has-key>
</constraint>
</define-flag>

<define-field name="location-uuid" as-type="uuid">
<formal-name>Location Universally Unique Identifier Reference</formal-name>
<!-- Identifier Reference -->
Expand Down