CountItemType

この列挙型は、選挙中にカウントされ、カウントのステータスが重要なアイテム用です。Counts 要素と CountStatus 要素で使用されます。

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

説明
absentee より具体的なタイプのない一般的な不在者投票の場合。
absentee-in-person 市役所などでの対面投票による不在者投票。
absentee-mail 郵便で提出された不在者投票の場合。
early 期日前投票期間中に投票された投票用紙。
election-day 投票日に投票された投票用紙の場合。
provisional 異議申し立てのあった投票用紙の場合。
total すべての投票用紙の合計。
write-in 投票用紙への書き込みの場合。
other カウントは、この列挙に含まれていない型です。使用する場合は、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 [非推奨 - 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>