usnistgov / ElectionResultsReporting

Common data format specification for election results reporting data
https://pages.nist.gov/ElectionResultsReporting
Other
23 stars 8 forks source link

Add <ExternalIdentifiers> to <Person> object. #11

Closed markcwal-google closed 7 years ago

markcwal-google commented 7 years ago

For similar applications that "ExternalIdentifiers" is used for "Candidate", "Party", "Office", etc, it would be useful to have "ExternalIdentifiers" be a property of "Person" as well. While "Candidate" already has this field, "Person" can represent election officials and party leaders as well.

johnpwack commented 7 years ago

For reasons I can't remember, it was already added to Person. We removed the wrapper element so it's now just ExternalIdentifier.

markcwal-google commented 7 years ago

Sorry about that -- I was checking the v1 schema -- I should have checked v2. Thanks!