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 年 6 月 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>