यह गिनती उन आइटम के लिए है जिन्हें
चुनाव और उसके लिए गिनती की स्थिति रुचि की हो. इसमें इस्तेमाल की गईं
Counts
और
CountStatus
एलिमेंट.
नीचे दिए गए टेबल में CountItemType
की वैल्यू बताई गई हैं:
मान | ब्यौरा |
---|---|
absentee |
बिना किसी खास टाइप के, अनुपस्थित बैलट के लिए. |
absentee-in-person |
अनुपस्थित मतपत्रों के लिए, जिन्हें निजी तौर पर कास्ट किया गया, जैसे कि किसी शहर में ऑफ़िस. |
absentee-mail |
पोस्टल मेल से सबमिट किए गए अनुपस्थित मतपत्रों के लिए. |
early |
तय समय से पहले वोट देने के दौरान डाले जाने वाले मतपत्रों के लिए. |
election-day |
चुनाव के दिन डाले गए मतपत्रों के लिए. |
provisional |
चुनौती वाले मतपत्रों के लिए. |
total |
सभी तरह के बैलट टाइप के लिए. |
write-in |
मतपत्रों पर राइट-इन के लिए. |
other |
यह संख्या ऐसी है जो इस गिनती में शामिल नहीं है. अगर इस्तेमाल किया जाता है, तो
OtherType में आइटम का कस्टम टाइप दें
एलिमेंट. |
नतीजों को टेबल में दिखाने के टाइप
नीचे दी गई टेबल में, चुनाव के नतीजों की सूचियां दी गई हैं:
VoteCounts
.
टाइप | ब्यौरा | एक्सएमएल का नमूना |
---|---|---|
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> |