选举管理

使用 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="ci-60001">
        <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>per-00521</ElectionOfficialPersonIds>
    </ElectionAdministration>