Skip to content

Commit

Permalink
Deprecate ELECTRONIC and add ONLINE and DIGITAL as replacements
Browse files Browse the repository at this point in the history
PR FamilySearch#316 covered the part of issue FamilySearch#316 applicable to 7.0.
This PR covers the part of issue FamilySearch#316 applicable to 7.1.

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler2 committed Jun 22, 2023
1 parent 87a5aec commit 69bb149
Showing 1 changed file with 9 additions and 1 deletion.
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

0 comments on commit 69bb149

Please sign in to comment.