Skip to content

Commit

Permalink
version 7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tychonievich committed Feb 23, 2023
1 parent 18ea14a commit 1cc3bfe
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extracted-files/grammar.abnf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dateRange = %s"BET" D date D %s"AND" D date
dateApprox = (%s"ABT" / %s"CAL" / %s"EST") D date

dateRestrict = %s"FROM" / %s"TO" / %s"BET" / %s"AND" / %s"BEF"
/ %s"AFT" / %s"ABT" / %s"CAL" / %s"EST" / %s"BCE"
/ %s"AFT" / %s"ABT" / %s"CAL" / %s"EST"

calendar = %s"GREGORIAN" / %s"JULIAN" / %s"FRENCH_R" / %s"HEBREW"
/ extTag
Expand Down
2 changes: 1 addition & 1 deletion extracted-files/tags/EDUC
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uri: https://gedcom.io/terms/v7/EDUC
standard tag: EDUC

specification:
- Description
- Education
- An Individual Attribute. See also INDIVIDUAL_ATTRIBUTE_STRUCTURE.
- education
- Indicator of a level of education attained.
Expand Down
2 changes: 1 addition & 1 deletion extracted-files/tags/EMIG
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uri: https://gedcom.io/terms/v7/EMIG
standard tag: EMIG

specification:
- Description
- Emigration
- An Individual Event. See also INDIVIDUAL_EVENT_STRUCTURE.
- emigration
- Leaving one’s homeland with the intent of residing elsewhere.
Expand Down
5 changes: 1 addition & 4 deletions extracted-files/tags/HEAD-LANG
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ specification:
preferred language may be a more appropriate default than the file’s
default language. User language preferences can be found in a variety of
platform-specific places, such as the default language from operating
system settings, user locales, Input Method Editors (IMEs), etc. User
language preferences can be found in a variety of platform-specific places,
such as the default language from operating system settings, user locales,
Input Method Editors (IMEs), etc.
system settings, user locales, Input Method Editors (IMEs), etc.

payload: http://www.w3.org/2001/XMLSchema#Language

Expand Down
7 changes: 7 additions & 0 deletions extracted-files/tags/UID
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ specification:
Multiple structures describing different aspects of the same subject would
have different UID values.

Because the UID identifies a structure, it can facilitate inter-tool
collaboration by distinguishing between a structure being edited and a new
structure being created. If an application allows structures to be edited
in a way that completely changes their meaning (e.g., changing all the
contents of an INDI record to have it describe a completely different
person) then any UIDs should also be changed.

Some systems used a 16-byte UUID with a custom 2-byte checksum for a total
of 18 bytes:

Expand Down
5 changes: 4 additions & 1 deletion extracted-files/tags/type-Date
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ specification:
dateApprox = (%s"ABT" / %s"CAL" / %s"EST") D date

dateRestrict = %s"FROM" / %s"TO" / %s"BET" / %s"AND" / %s"BEF"
/ %s"AFT" / %s"ABT" / %s"CAL" / %s"EST" / %s"BCE"
/ %s"AFT" / %s"ABT" / %s"CAL" / %s"EST"

calendar = %s"GREGORIAN" / %s"JULIAN" / %s"FRENCH_R" / %s"HEBREW"
/ extTag
Expand All @@ -51,6 +51,9 @@ specification:
- Extension calendars (those with extTag for their calendar) must use
extTag, not stdTag, for months.

It is recommended that calendars avoid using a single tag to refer to both
a month and an epoch.

An absent calendar is equivalent to the calendar GREGORIAN.

The grammar above allows for dates to be preceded by various words. The
Expand Down

0 comments on commit 1cc3bfe

Please sign in to comment.