이 열거형은 선거 과정에서 집계되고 집계 상태가 중요한 항목에 사용됩니다. `Counts` 및 `CountStatus` 요소에 사용됩니다.Used in the
Counts and
CountStatus elements.
다음 표에서는 CountItemType의 값을 설명합니다.
| 값 | 설명 |
|---|---|
absentee |
더 구체적인 유형이 없는 일반 부재자 투표용지입니다. |
absentee-in-person |
시청과 같이 직접 투표하는 부재자 투표용지입니다. |
absentee-mail |
우편으로 제출된 부재자 투표용지입니다. |
early |
사전 투표 기간에 투표된 투표용지입니다. |
election-day |
선거 당일에 투표된 투표용지입니다. |
provisional |
이의가 제기된 투표용지입니다. |
total |
모든 투표용지 유형의 합계입니다. |
write-in |
투표용지에 기입된 투표용지입니다. |
other |
집계는 이 열거형에 포함되지 않은 유형입니다. 사용하는 경우
항목의 맞춤 유형을 OtherType
요소에 제공합니다. |
결과 집계 유형
다음 표에는
VoteCounts에서 보고하는 선거 결과의 열거형이 나와 있습니다.
| 유형 | 설명 | Sample XML |
|---|---|---|
total |
투표 가능한 항목 하나에 투표된 투표 수입니다. |
<VoteCounts>
<GpUnitId>ru_001</GpUnitId>
<Type>total</Type>
<Count>6173433</Count>
</VoteCounts> |
total-percent |
투표 가능한 항목 하나에 투표된 투표의 비율로, 0 ~100 사이의 숫자입니다. 예를 들어 24.2% 를 0.242가 아닌 |
<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년 7월 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> |