此枚举针对的是在整个广告投放过程中
且选举结果符合其统计情况。用于
Counts
和
CountStatus
元素。
下表介绍了 CountItemType
的值:
值 | 说明 |
---|---|
absentee |
适用于没有更具体的类型缺席的一般缺席选票。 |
absentee-in-person |
缺席选票时,当面亲自投票,如在城市 办公室。 |
absentee-mail |
通过邮寄信件提交缺席选票时。 |
early |
适用于在早期投票阶段的选票。 |
election-day |
适用于选举日的选票。 |
provisional |
适用于有挑战性的选票。 |
total |
所有选票类型的总数。 |
write-in |
适用于选票签到。 |
other |
计数是此枚举中未包含的类型。如果使用,
在 OtherType 中提供商品的自定义类型
元素。 |
结果表格类型
下表列出了
VoteCounts
。
类型 | 说明 | 示例 XML |
---|---|---|
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> |