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

Fix documentation confusion about HEAD-SOUR-DATA #553

Merged
merged 6 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
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, data source, or digital repository,
dthaler marked this conversation as resolved.
Show resolved Hide resolved
with substructures providing additional details about it (not about the export).

#### `DATE` (Date) `g7:DATE`

Expand Down
Loading