CountItemType

此枚举适用于在选举过程中统计的项目,以及统计状态是关注的项目。用于 CountsCountStatus元素。

下表介绍了 CountItemType 的值:

说明
absentee 适用于没有更具体类型的一般缺席选票。
absentee-in-person 适用于亲自投票的缺席选票,例如在市政 办公室投票。
absentee-mail 适用于通过邮寄方式提交的缺席选票。
early 适用于在提前投票期间投出的选票。
election-day 适用于在选举日投出的选票。
provisional 适用于有争议的选票。
total 适用于所有选票类型的总和。
write-in 适用于选票上的填写项。
other 此计数是未包含在此枚举中的类型。如果使用, 请在 OtherType 元素中提供项目的自定义类型。

结果制表类型

下表列出了 VoteCounts报告的选举结果的枚举。

类型 说明 示例 XML
total 针对一个可投票项投出的票数。
    <VoteCounts>
      <GpUnitId>ru_001</GpUnitId>
      <Type>total</Type>
      <Count>6173433</Count>
    </VoteCounts>
total-percent

针对一个可投票项投出的票数百分比,介于 0 和 100 之间。

例如,将 24.2% 报告为 24.2,而不是 0.242。

    <VoteCounts>
      <GpUnitId>ru_de_999</GpUnitId>
      <Type>other</Type>
      <OtherType>total-percent</OtherType>
      <Count>24.2</Count>
    </VoteCounts>
seats-won 每个政党已宣布获胜的席位数。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-won</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-leading 目前领先但尚未宣布获胜的席位数。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-leading</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-no-election 在此次选举中未进行选举的席位。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-no-election</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-total 席位类型的总和。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-total</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-delta [已废弃 - 将于 2026 年 7 月 1 日移除] 因本次选举而导致的席位数变化 (以之前的选举为基准,包括决胜选举)。此项会忽略当前选举和之前选举之间的 补选和其他活动。也称为“授权席位变化”。可以是正数,也可以是负数。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-delta</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-delta-mandate 因本次选举而导致的席位数变化(以之前的 选举为基准,包括决胜选举)。此项会忽略当前选举和之前选举之间的补选 和其他活动。可以是 正数,也可以是负数。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-delta-mandate</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-delta-institutional 可选字段。因本次选举而导致的席位数变化 (以最新的在职官员 Feed 为基准)。可以是 正数,也可以是负数。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-delta-institutional</OtherType>
      <Count>2</Count>
    </VoteCounts>