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

Deprecate ELECTRONIC and add ONLINE and DIGITAL as replacements #318

Merged
merged 1 commit into from
Jun 22, 2023
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
10 changes: 9 additions & 1 deletion specification/gedcom-03-datamodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2959,18 +2959,26 @@ See [Events] and [Attributes].
| `AUDIO` | An audio recording |
| `BOOK` | A bound book |
| `CARD` | A card or file entry |
| `ELECTRONIC` | A digital artifact |
| `DIGITAL` | Digital storage medium |
| `ELECTRONIC` | A digital artifact (deprecated) |
| `FICHE` | Microfiche |
| `FILM` | Microfilm |
| `MAGAZINE` | Printed periodical |
| `MANUSCRIPT` | Written pages |
| `MAP` | Cartographic map |
| `NEWSPAPER` | Printed newspaper |
| `ONLINE` | Online digital artifact |
| `PHOTO` | Photograph |
| `TOMBSTONE` | Burial marker or related memorial |
| `VIDEO` | Motion picture recording |
| `OTHER` | A value not listed here; should have a `PHRASE` substructure |

:::note
The value `ELECTRONIC` is deprecated and kept for backwards compatibility, but might be removed in the future.
Applications should instead use `ONLINE` for online content, or `DIGITAL` for offline content such as a CD-ROM
or other digital storage medium.
:::

### `g7:enumset-PEDI`

| Value | Meaning |
Expand Down