Enum: AdditionPositionEnum
Where new content is added relative to the targeted element.
URI: [oscal:AdditionPositionEnum](https://w3id.org/lmodel/oscal/AdditionPositionEnum)
## Permissible Values
| Value | Meaning | Description |
| --- | --- | --- |
| before | None | |
| after | None | |
| starting | None | |
| ending | None | |
## Slots
| Name | Description |
| --- | --- |
| [position](position.md) | Where to add new content relative to the targeted element |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/lmodel/oscal
## LinkML Source
name: AdditionPositionEnum
description: Where new content is added relative to the targeted element.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
permissible_values:
before:
text: before
after:
text: after
starting:
text: starting
ending:
text: ending