XML
選挙の種類 - XML
日本の選挙の種類は、国政選挙(衆議院議員総選挙、参議院議員通常選挙)と地方選挙(都道府県知事・議会議員選挙、市区町村長・議会議員選挙)に大別されます。また、選挙期日に合わせて実施される統一地方選挙や、欠員が生じた場合の補欠選挙などの特別選挙も存在します。これらの選挙は、日本国憲法と公職選挙法に基づいて実施され、国民の参政権を保障する重要な制度となっています。
選挙
国政選挙
地方選挙
衆議院
参議院
公職選挙法
政治
民主主義
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>01</code>
<slug>house-of-representatives</slug>
<name>衆議院議員総選挙</name>
<description>日本の国会の下院である衆議院の議員を選出する国政選挙です。</description>
<canBeDissolved>true</canBeDissolved>
<category>national</category>
<termYears>4</termYears>
<totalSeats>465</totalSeats>
</item>
<item>
<code>02</code>
<slug>house-of-councillors</slug>
<name>参議院議員通常選挙</name>
<description>日本の国会の上院である参議院の議員を選出する国政選挙です。</description>
<canBeDissolved>false</canBeDissolved>
<category>national</category>
<termYears>6</termYears>
<totalSeats>248</totalSeats>
</item>
<item>
<code>03</code>
<slug>prefectural-governor</slug>
<name>都道府県知事選挙</name>
<description>都道府県の最高行政長官である知事を選出する地方選挙です。</description>
<canBeDissolved>false</canBeDissolved>
<category>local</category>
<termYears>4</termYears>
<totalSeats></totalSeats>
</item>
<item>
<code>04</code>
<slug>prefectural-assembly</slug>
<name>都道府県議会議員選挙</name>
<description>都道府県の議決機関である議会の議員を選出する地方選挙です。</description>
<canBeDissolved>true</canBeDissolved>
<category>local</category>
<termYears>4</termYears>
<totalSeats></totalSeats>
</item>
<item>
<code>05</code>
<slug>municipal-mayor</slug>
<name>市区町村長選挙</name>
<description>市区町村の最高行政長官である長を選出する地方選挙です。</description>
<canBeDissolved>false</canBeDissolved>
<category>local</category>
<termYears>4</termYears>
<totalSeats></totalSeats>
</item>
<item>
<code>06</code>
<slug>municipal-assembly</slug>
<name>市区町村議会議員選挙</name>
<description>市区町村の議決機関である議会の議員を選出する地方選挙です。</description>
<canBeDissolved>true</canBeDissolved>
<category>local</category>
<termYears>4</termYears>
<totalSeats></totalSeats>
</item>
<item>
<code>07</code>
<slug>by-election</slug>
<name>補欠選挙</name>
<description>議員の欠員が生じた場合に実施される特別選挙です。</description>
<canBeDissolved>false</canBeDissolved>
<category>special</category>
<termYears></termYears>
<totalSeats></totalSeats>
</item>
<item>
<code>08</code>
<slug>re-election</slug>
<name>再選挙</name>
<description>当選人が死亡した場合などに実施される特別選挙です。</description>
<canBeDissolved>false</canBeDissolved>
<category>special</category>
<termYears></termYears>
<totalSeats></totalSeats>
</item>
</items>