-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
When modifying a control in a profile, the description of the modify/alters/remove/by-item-name keyword indicates that a control's title can be removed. However, the allowed-values list does not include title as a valid value.
OSCAL/src/metaschema/oscal_profile_metaschema.xml
Lines 312 to 328 in b39789e
| <define-flag name="by-item-name" as-type="token"> | |
| <formal-name>Item Name Reference</formal-name> | |
| <description>Identify items to remove by the name of the | |
| item's information object name, e.g. | |
| <code>title</code> or | |
| <code>prop</code>.</description> | |
| <constraint> | |
| <allowed-values> | |
| <enum value="param">A descendant parameter and all of its descendants.</enum> | |
| <enum value="prop">A descendant property and all of its descendants.</enum> | |
| <enum value="link">A descendant link and all of its descendants.</enum> | |
| <enum value="part">A descendant parameter and all of its descendants.</enum> | |
| <enum value="mapping">A descendant mapping and all of its descendants.</enum> | |
| <enum value="map">A descendant mapping entry (map) and all of its descendants.</enum> | |
| </allowed-values> | |
| </constraint> | |
| </define-flag> |
Metadata
Metadata
Assignees
Labels
No labels