使用 ElectionAdministration 提供選舉主管機關的各種資訊。
Election 實體會參照定義選舉範圍的 GpUnit。舉例來說,如果選舉範圍是選區,則 Election 會參照為該選區定義的 GpUnit 實體。如果 GpUnit 的類型為 ReportingUnit,建議您加入 ElectionAdministration 實體。
元素
下表顯示 ElectionAdministration 的元素:
| 元素 | 多重性 | 類型 | 說明 |
|---|---|---|---|
ContactInformation |
0 或 1 | ContactInformation |
提供選舉主管機關的聯絡資訊。 |
ElectionOfficialPersonIds |
0 或 1 | IDREFS | 一或多個元素的專屬 ID,這些元素是為與選舉主管機關相關聯的個人所定義。 |
Name |
0 或 1 | string |
選舉主管機關的名稱。 |
範例
XML
<ElectionAdministration> <ContactInformation label="ci60001"> <AddressLine>Viad. Tlalpan 100</AddressLine> <AddressLine>Arenal Tepepan</AddressLine> <AddressLine>14610 Ciudad de México, CDMX</AddressLine> <AddressLine>Mexico</AddressLine> <Name>Instituto Nacional Electoral</Name> <Phone annotation="domestic">01 800 433 2000</Phone> <Phone annotation="usa">1 (866) 986 8306</Phone> <Phone annotation="collect">+52 (55) 5481 9897</Phone> </ContactInformation> <ElectionOfficialPersonIds>per00521</ElectionOfficialPersonIds> </ElectionAdministration>
JSON
"ElectionAdministration": { "ContactInformation": { "label": "ci60001", "AddressLine": [ "Viad. Tlalpan 100", "Arenal Tepepan", "14610 Ciudad de México, CDMX", "Mexico" ], "Name": "Instituto Nacional Electoral", "Phone": [ { "annotation": "domestic", "value": "01 800 433 2000" }, { "annotation": "usa", "value": "1 (866) 986 8306" }, { "annotation": "collect", "value": "+52 (55) 5481 9897" } ] }, "ElectionOfficialPersonIds": ["per00521"] }