항목 유형 수

이 열거형은 선거 중에 집계되고 집계 상태가 관심 대상인 항목을 위한 것입니다. CountsCountStatus 요소에 사용됩니다.

다음 표에서는 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가 아닌 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 [지원 중단됨 - 2026년 6월 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>