Skip to content

Commit

Permalink
Fix documentation confusion about HEAD-SOUR-DATA (#553)
Browse files Browse the repository at this point in the history
* Make HEAD.SOUR.DATA wording consistent between two places in spec

Signed-off-by: Dave Thaler <[email protected]>

* Deprecate HEAD.SOUR.DATA

Signed-off-by: Dave Thaler <[email protected]>

* Update specification/gedcom-3-structures-1-organization.md

* Update specification/gedcom-3-structures-3-meaning.md

* Update specification/gedcom-3-structures-3-meaning.md

---------

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler and dthaler2 authored Oct 8, 2024
1 parent f17281b commit 7e683d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion specification/gedcom-3-structures-1-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,12 @@ A few substructures of note:
- `SCHMA` gives the meaning of extension tags; see [Extensions](#extensions) for more details.
- `SOUR` describes the originating software.
- `CORP` describes the corporation creating the software.
- `HEAD`.`SOUR`.`DATA` describes a larger database this data is extracted from.
- `HEAD`.`SOUR`.`DATA` describes a larger database, electronic data source, or digital repository this data is extracted from.
- `LANG` and `PLAC` give a default value for the rest of the document.
:::deprecation
`HEAD`.`SOUR`.`DATA` is now deprecated and applications should use `HEAD`.`SOUR`.`NAME` instead.
:::
### Records
Expand Down
6 changes: 3 additions & 3 deletions specification/gedcom-3-structures-3-meaning.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ See `g7:DATA`.
#### `DATA` (Data) `g7:HEAD-SOUR-DATA`
The electronic data source or digital repository from which this dataset was exported.
The payload is the name of that source,
with substructures providing additional details about the source (not the export).
The database, electronic data source, or digital repository from which this dataset was exported.
The payload is the name of the database, electronic data source, or digital repository,
with substructures providing additional details about it (not about the export).
#### `DATE` (Date) `g7:DATE`
Expand Down

0 comments on commit 7e683d5

Please sign in to comment.