這項列舉適用於選舉期間計票的項目,以及計票狀態備受關注的項目。用於 Counts 和 CountStatus 元素。
下表說明 CountItemType 的值:
| 值 | 說明 |
|---|---|
absentee |
適用於沒有更具體類型的普通缺席選票。 |
absentee-in-person |
親自投遞不在籍選票,例如在市府辦公室。 |
absentee-mail |
郵寄缺席選票。 |
early |
提前投票期間投下的選票。 |
election-day |
適用於選舉當天投下的選票。 |
provisional |
有爭議的選票。 |
total |
所有選票類型的總計。 |
write-in |
選票上的手寫候選人。 |
other |
這個列舉中不包含 count 類型。如果使用,請在 OtherType 元素中提供項目的自訂類型。 |
結果製表類型
下表列出 VoteCounts 回報的選舉結果列舉。
| 類型 | 說明 | 範例 XML |
|---|---|---|
total |
可投票項目的得票數。 |
<VoteCounts>
<GpUnitId>ru_001</GpUnitId>
<Type>total</Type>
<Count>6173433</Count>
</VoteCounts> |
total-percent |
某個可投票選項獲得的票數百分比,介於 0 到 100 之間的數字。 舉例來說,請將 24.2% 報表為 |
<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 |
選填欄位。因本次選舉而變動的席位數 (以最新的在職官員動態消息做為基準)。可以是正數或負數。 |
<VoteCounts>
<GpUnitId>ru_eu_999</GpUnitId>
<Type>other</Type>
<OtherType>seats-delta-institutional</OtherType>
<Count>2</Count>
</VoteCounts> |