ניהול בחירות

אפשר להשתמש ב-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"]
    }