ניהול בחירות

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

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

רכיבים

הטבלה הבאה מציגה את הרכיבים של 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"]
    }