항목 유형 수

이 열거형은 선거 과정 중에 집계되는 항목과 개수의 상태에 관심이 있는 항목을 위한 것입니다. CountsCountStatus 요소에서 사용됩니다.

다음 표에서는 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 이 선거로 인한 의석 수 변동입니다. 양수 또는 음수일 수 있습니다.
    <VoteCounts>
      <GpUnitId>ru_eu_999</GpUnitId>
      <Type>other</Type>
      <OtherType>seats-delta</OtherType>
      <Count>2</Count>
    </VoteCounts>