ElectionAdministration
verwenden, um verschiedene Informationen zu einer Wahl bereitzustellen
Befugnis.
Die Entität Election
verweist auf eine
GpUnit
definiert den Umfang der
Wahlen. Handelt es sich beispielsweise um einen Wahlbezirk, gilt Folgendes:
Election
verweist auf die Entität GpUnit
, die für diesen Bezirk definiert ist.
Wenn GpUnit
den Typ
ReportingUnit
, wir empfehlen
dass Sie eine ElectionAdministration
-Entität verwenden.
Elemente
In der folgenden Tabelle sind die Elemente für ElectionAdministration
aufgeführt:
Element | Multiplizität | Typ | Beschreibung |
---|---|---|---|
ContactInformation |
0 oder 1 | ContactInformation |
Hier werden die Kontaktdaten der Wahlbehörde angegeben. |
ElectionOfficialPersonIds |
0 oder 1 | IDREFS | Eindeutige Kennung für mindestens eine
Elemente, die für Personen definiert sind, die mit der Wahl in Verbindung stehen
Befugnis. |
Name |
0 oder 1 | string |
Der Name der Wahlbehörde. |
Beispiele
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"] }