FamilySearch / gedcomx

An open data model and an open serialization format for exchanging genealogical data.
http://www.gedcomx.org
Apache License 2.0
359 stars 67 forks source link

Is the spec missing root element properties? #293

Closed justincy closed 8 years ago

justincy commented 8 years ago

Gedcomx.java lists three properties that are not mentioned in the Conceptual Model, JSON Serialization Format, or XML Serialization Format: lang, description, profile. Are they supposed to be included in the spec?

stoicflame commented 8 years ago

The lang property is implied in section 1.4.

The Gedcomx data type isn't defined in the conceptual model because its use is as a container for serialization purposes. So:

justincy commented 8 years ago

Thanks. I remember looking at section 4.3 in the JSON spec. Not sure how I missed lang and description in there.