항목 유형 수

이 목록은 해당 선거에 대한 정보를 수집합니다. 사용 대상 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입니다.

예를 들어 0.242가 아닌 24.2% 를 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>