CountItemType

この列挙は、測定の過程でカウントされる カウントのステータスに関心のあるものを除外できます使用 CountsCountStatus 要素。

次の表に、CountItemType の値を示します。

説明
absentee より具体的なタイプがない一般的な欠席者投票用。
absentee-in-person 市などで対面式で投じられる欠席者投票の場合 あります。
absentee-mail 郵送で提出された欠席者投票の場合。
early 期日前投票期間中に投じられた投票用。
election-day 投票日用。
provisional 確認用投票用。
total すべての種類の投票の合計。
write-in 投票用紙用。
other count は、この列挙型には含まれていない型です。これを使用する場合、 OtherType でアイテムのカスタムタイプを指定する 要素です。

結果集計のタイプ

次の表に、 VoteCounts

タイプ 説明 Sample XML
total 1 つの投票テーブルに対して投じられた投票数。
    <VoteCounts>
      <GpUnitId>ru_001</GpUnitId>
      <Type>total</Type>
      <Count>6173433</Count>
    </VoteCounts>
total-percent

1 つの投票テーブルに対して投じられた投票率を 0 の範囲内の数値で表します 100 です。

たとえば、24.2% は 0.242 ではなく 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>