CountItemType

Bu numaralandırma, yürütülmesi sırasında sayılan öğeler içindir. seçime göre belirlenir. Kullanıldığı yer: Counts ve CountStatus öğeler.

Aşağıdaki tabloda CountItemType için değerler açıklanmaktadır:

Değer Açıklama
absentee Daha spesifik bir tür olmayan genel oy pusulaları için.
absentee-in-person Postayla, örneğin şehirde şahsen verilen oy pusulaları için ofis.
absentee-mail Postayla gönderilen, çalışmayan oy pusulaları için.
early Erken oy verme dönemlerinde kullanılan oy pusulaları için.
election-day Seçim günü oylanan oylar için.
provisional İtiraz edilen oylar için.
total Tüm oy pusulası türlerinin toplamı.
write-in Oy pusulaları için.
other Sayı, bu numaralandırmaya dahil olmayan bir tür. Kullanılıyorsa öğenin özel türünü OtherType içinde sağlayın öğesine dokunun.

Sonuç tablosu türleri

Aşağıdaki tabloda VoteCounts.

Tür Açıklama Örnek XML
total Bir oylanacak oy sayısı.
    <VoteCounts>
      <GpUnitId>ru_001</GpUnitId>
      <Type>total</Type>
      <Count>6173433</Count>
    </VoteCounts>
total-percent

Bir oy hakkı için verilen oyların yüzdesi (0 arasında bir sayı olarak) ve 100.

Örneğin, %24,2'yi 0,242 değil 24.2 olarak bildirin.

    <VoteCounts>
      <GpUnitId>ru_de_999</GpUnitId>
      <Type>other</Type>
      <OtherType>total-percent</OtherType>
      <Count>24.2</Count>
    </VoteCounts>
seats-won Açıklanan her parti için koltuk sayısı kazananlar.
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-won</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-leading Şu anda başta olan ancak henüz başta geçmeyen koltuk sayısı ilan etti.
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-leading</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-no-election Bu yarışmada seçime gidilemeyen koltuklar.
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-no-election</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-total Koltuk türlerinin toplamı.
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-total</OtherType>
      <Count>2</Count>
    </VoteCounts>
seats-delta Bu seçim nedeniyle koltuk sayısındaki değişiklik. Olumlu veya negatif olur.
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-delta</OtherType>
      <Count>2</Count>
    </VoteCounts>