此列舉是在
選舉統計結果和嚴重性狀態。用於
Counts
和
CountStatus
元素。
下表說明 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% 回報為 |
<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 |
因這次選舉而變更座位數量。可以是正數或 負面。 |
<VoteCounts> <GpUnitId>ru_eu_999</GpUnitId> <Type>other</Type> <OtherType>seats-delta</OtherType> <Count>2</Count> </VoteCounts> |