usnistgov / ElectionResultsReporting

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

Add `LeaderPersonIds` to `Party` #7

Closed jdmgoogle closed 6 years ago

jdmgoogle commented 6 years ago

In the same way that it's useful to have information about who's the election administrator, it's useful to know the leader(s) of a political party. I.e.,

<xsd:element minOccurs="0" maxOccurs="1" name="LeaderPersonIds" type="xsd:IDREFS">

This is useful for when the leader of a political party is not a candidate in that particular election. E.g., the chairs of the Virginia GOP and Virginia Democratic parties.

johnpwack commented 6 years ago

This sounds fine to me. Sam, could you add this to Party for the version two model?

samueldana commented 6 years ago

Sounds good to me. Will do.