ניהול בחירות

שימוש ב-ElectionAdministration כדי לספק מידע שונה על רשות בחירות.

הישות Election מפנה לערך GpUnit שמגדיר את היקף הבחירות. לדוגמה, אם היקף הבחירות הוא מחוז, הפונקציה Election מתייחסת לישות GpUnit שמוגדרת למחוז הזה. אם השדה GpUnit הוא מסוג ReportingUnit, מומלץ לכלול ישות ElectionAdministration.

Elements

הטבלה הבאה מציגה את הרכיבים של ElectionAdministration:

רכיב ריבוי תיאור התיאור
ContactInformation 0 או 1 ContactInformation מספק פרטים ליצירת קשר עם רשות הבחירות.
ElectionOfficialPersonIds 0 או 1 IDREFS מזהה ייחודי של רכיב אחד או יותר של Person שמוגדר לאנשים פרטיים המשויכים לרשות הבחירות.
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"]
    }