Skip to content

Commit

Permalink
Add note about blank payloads (#554)
Browse files Browse the repository at this point in the history
* Add note about blank payloads

Based on discussion in issue #495

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

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

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

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

---------

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler and dthaler2 authored Oct 15, 2024
1 parent 7e683d5 commit 97dedf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specification/gedcom-3-structures-1-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,12 @@ A place, which can be represented in several ways:
or in the `HEAD`.`PLAC`.`FORM` if there is no `FORM` substructure.
If neither `FORM` exists, the meaning of the elements are not defined in this specification beyond being names of jurisdictions of some kind, ordered from smallest to largest.

<div class="note">
Some applications and users have defaulted to assuming a `FORM` of "City, County, State, Country",
and some applications even ignore any `FORM` substructures and treat payloads with a smaller number of
elements as if they had additional blank elements at the end.
</div>

Elements should be left blank if they are unknown, do not apply to the location, or are too specific for the region in question.

<div class="example">
Expand Down

0 comments on commit 97dedf9

Please sign in to comment.