Stay organized with collections
Save and categorize content based on your preferences.
Use ElectoralCommission to describe an electoral commission. The
ElectionReport element includes
ElectoralCommissionCollection, which contains the full set of
ElectoralCommission objects in a voter information feed.
An election commission is a body charged with overseeing the implementation of
the electioneering process of any country, state or jurisdiction. The formal
names of election commissions vary from jurisdiction to jurisdiction, and may be
styled an electoral commission, a central or state election commission, or an
election board, an electoral council or an electoral court
Attributes
The following table shows the attributes for ElectoralCommission:
Attribute
Required?
Type
Description
objectId
Required
ID
Unique internal identifier that's used by other elements to reference
this element.
Elements
The following table shows the elements for Committee:
This element must contain an
annotated URI
that's annotated with wikipedia to specify the canonical
Wikipedia page of the party. Also provide official social
media or website URIs for the electoral committee.
Associates an ID with the electoral commission. A
stable identifier
is required.
ScopeGpUnitIds
1
IDREFS
Contains the objectId elements of any
GpUnit
elements the electoral commission has jurisdiction over. This is
often references to the country, but could be to an administrative
area 1 or other district.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-13 UTC."],[],[],null,["# ElectoralCommission\n\n| **Note:** This entity is only used in voter information feeds. It isn't used with other feed types as defined in [Feed\n| types](/civics-data/guides/feed-types).\n\nUse `ElectoralCommission` to describe an electoral commission. The\n[`ElectionReport`](/civics-data/reference/election-report) element includes\n`ElectoralCommissionCollection`, which contains the full set of\nElectoralCommission objects in a voter information feed.\n\nAn election commission is a body charged with overseeing the implementation of\nthe electioneering process of any country, state or jurisdiction. The formal\nnames of election commissions vary from jurisdiction to jurisdiction, and may be\nstyled an electoral commission, a central or state election commission, or an\nelection board, an electoral council or an electoral court\n\n*** ** * ** ***\n\n### Attributes\n\nThe following table shows the attributes for `ElectoralCommission`:\n\n| Attribute | Required? | Type | Description |\n|------------|-----------|------|-------------------------------------------------------------------------------------|\n| `objectId` | Required | `ID` | Unique internal identifier that's used by other elements to reference this element. |\n\n### Elements\n\nThe following table shows the elements for `Committee`:\n\n| Element | Multiplicity | Type | Description |\n|------------------------------|--------------|---------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `Name` | 1 | [`InternationalizedText`](/civics-data/reference/internationalized-text) | Official name of the electoral commission. |\n| `ContactInformation` | 0 or more | [`ContactInformation`](/civics-data/reference/contact-information) | Provides various forms of contact information. This element must contain an [annotated URI](/civics-data/reference/uri-annotation) that's annotated with `wikipedia` to specify the canonical Wikipedia page of the party. Also provide *official* social media or website URIs for the electoral committee. |\n| `ElectoralCommissionWebsite` | 1 or more | [`ElectoralCommissionWebsite`](/civics-data/reference/voter-information-website#electoral-commission-website) | The official website for the electoral commission. |\n| `ExternalIdentifiers` | 1 | [`ExternalIdentifiers`](/civics-data/reference/external-identifier) | Associates an ID with the electoral commission. A [stable identifier](/civics-data/guides/stable-identifiers) is required. |\n| `ScopeGpUnitIds` | 1 | `IDREFS` | Contains the `objectId` elements of any [`GpUnit`](/civics-data/reference/gp-unit) elements the electoral commission has jurisdiction over. This is often references to the country, but could be to an administrative area 1 or other district. |\n\n### Examples\n\n### XML\n\n```xml\n \u003cElectoralCommission objectId=\"ec1\"\u003e\n \u003cElectoralCommissionWebsite objectId=\"ecw1\"\u003e\n \u003cUri\u003e\u003c![CDATA[https://example.com/electoral-commission]]\u003e\u003c/Uri\u003e\n \u003cType\u003eelection-authority\u003c/Type\u003e\n \u003cIsGeoFenced\u003efalse\u003c/IsGeoFenced\u003e\n \u003cIsUserInputRequired\u003efalse\u003c/IsUserInputRequired\u003e\n \u003c/ElectoralCommissionWebsite\u003e\n \u003cExternalIdentifiers\u003e\n \u003cExternalIdentifier\u003e\n \u003cType\u003eother\u003c/Type\u003e\n \u003cOtherType\u003estable\u003c/OtherType\u003e\n \u003cValue\u003eec1\u003c/Value\u003e\n \u003c/ExternalIdentifier\u003e\n \u003c/ExternalIdentifiers\u003e\n \u003cContactInformation label=\"ci\"\u003e\n \u003cUri Annotation=\"official-youtube\"\u003e\n \u003c![CDATA[ https://yt.example.org/channel/electoral-commission ]]\u003e\n \u003c/Uri\u003e\n \u003cUri Annotation=\"official-facebook\"\u003e\n \u003c![CDATA[ https://fb.example.com/electoral-commission ]]\u003e\n \u003c/Uri\u003e\n \u003cUri Annotation=\"wikipedia\"\u003e\n \u003c![CDATA[ https://wikipedia.example.com/electoral-commission ]]\u003e\n \u003c/Uri\u003e\n \u003c/ContactInformation\u003e\n \u003cScopeGpUnitIds\u003eru-1\u003c/ScopeGpUnitIds\u003e\n \u003c/ElectoralCommission\u003e\n\n \n```"]]