數量項目類型

此列舉適用於在選擇過程中計入的項目,以及計數的狀態。用於 CountsCountStatus 元素。

下表說明 CountItemType 的值:

說明
absentee 適用於缺乏具體類型的一般缺席投票。
absentee-in-person 可在現場 (例如城市辦公室) 現場舉辦投票的缺席投票。
absentee-mail 透過郵寄方式提交的無參與者投票。
early 適用於早期投票期間選票的情況。
election-day 適用於選舉日當天的投票。
provisional 適用於挑戰投票的選票。
total 所有投票類型的總計。
write-in 適用於選票上的註記。
other 計數是未納入此列舉的類型。如果使用這項屬性,請在 OtherType 元素中提供項目的自訂類型。

結果分頁類型

下表列出 VoteCounts 回報的選舉結果列舉。

類型 說明 範例 XML
total 1 票的投票數。
    <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 這項選舉導致座位數改變。可以是正數或負數。
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-delta</OtherType>
      <Count>2</Count>
    </VoteCounts>