Skip to content

Commit

Permalink
eforms: Fix BT typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 9, 2024
1 parent 39452ba commit 980273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -7435,7 +7435,7 @@ Get the `withheldInformationItem` object created for BT-195(BT-1252)-Procedure.
</td>
<td class="mapping">

Get the `withheldInformationItem` object created for BT-195(BT-1252)-Procedure. Add a `Classification` object to the withheld information item's `.rationalClassifications` array, map the value of the `cbc:ReasonCode` to `.id`, and set `.scheme` to 'eu-non-publication-justification'. Look up the code in the [authority table](https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://publications.europa.eu/resource/authority/non-publication-justification), map its label to `.description` and its URI to `.uri`.
Get the `withheldInformationItem` object created for BT-195(BT-135)-Procedure. Add a `Classification` object to the withheld information item's `.rationalClassifications` array, map the value of the `cbc:ReasonCode` to `.id`, and set `.scheme` to 'eu-non-publication-justification'. Look up the code in the [authority table](https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://publications.europa.eu/resource/authority/non-publication-justification), map its label to `.description` and its URI to `.uri`.

```xml
<efac:FieldsPrivacy>
Expand Down

1 comment on commit 980273b

@bjornjorgensen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice :)

Please sign in to comment.