XML
暦法 - XML
暦法は、時間を測定し日付を決定するための体系です。太陽暦、太陰暦、太陰太陽暦の3つの主要なタイプがあり、それぞれが天文現象を異なる方法で基準としています。グレゴリオ暦、ユリウス暦、ヒジュラ暦、中国暦など、世界各地の文化や宗教に根ざした多様な暦法が存在し、現代でも日常生活や宗教行事、農業活動などに広く利用されています。
暦
太陽暦
太陰暦
太陰太陽暦
グレゴリオ暦
ユリウス暦
イスラム暦
旧暦
天文
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>01</code>
<slug>gregorian-calendar</slug>
<name>グレゴリオ暦</name>
<description>現在の世界標準である太陽暦。</description>
<introduced>1582</introduced>
<leapYearRule>Divisible by 4, except century years not divisible by 400</leapYearRule>
<origin>Europe</origin>
<type>太陽暦</type>
<yearLength>365.2425</yearLength>
</item>
<item>
<code>02</code>
<slug>julian-calendar</slug>
<name>ユリウス暦</name>
<description>古代ローマで制定された太陽暦。</description>
<introduced>46 BCE</introduced>
<leapYearRule>Every 4 years</leapYearRule>
<origin>Rome</origin>
<type>太陽暦</type>
<yearLength>365.25</yearLength>
</item>
<item>
<code>03</code>
<slug>islamic-calendar</slug>
<name>ヒジュラ暦(イスラム暦)</name>
<description>純粋な太陰暦。イスラム教の宗教行事に使用される。</description>
<introduced>639 CE</introduced>
<leapYearRule>None (30-year cycle with 11 leap days)</leapYearRule>
<origin>Arabia</origin>
<type>太陰暦</type>
<yearLength>354.37</yearLength>
</item>
<item>
<code>04</code>
<slug>chinese-calendar</slug>
<name>中国暦(旧暦)</name>
<description>太陰太陽暦。月の満ち欠けと太陽の動きを組み合わせた暦。</description>
<introduced>Ancient</introduced>
<leapYearRule>Leap month inserted 7 times per 19 years</leapYearRule>
<origin>China</origin>
<type>太陰太陽暦</type>
<yearLength>354</yearLength>
</item>
<item>
<code>05</code>
<slug>hebrew-calendar</slug>
<name>ヘブライ暦</name>
<description>ユダヤ教で使用される太陰太陽暦。</description>
<introduced>Ancient</introduced>
<leapYearRule>7 leap months per 19 years</leapYearRule>
<origin>Middle East</origin>
<type>太陰太陽暦</type>
<yearLength>354</yearLength>
</item>
<item>
<code>06</code>
<slug>persian-calendar</slug>
<name>ペルシア暦(イラン暦)</name>
<description>世界で最も正確な太陽暦の一つ。</description>
<introduced>1925 (modern version)</introduced>
<leapYearRule>Complex 33-year cycle</leapYearRule>
<origin>Persia (Iran)</origin>
<type>太陽暦</type>
<yearLength>365.242198</yearLength>
</item>
<item>
<code>07</code>
<slug>hindu-calendar</slug>
<name>ヒンドゥー暦</name>
<description>インドで使用される太陰太陽暦。地域により多様なバリエーションがある。</description>
<introduced>Ancient</introduced>
<leapYearRule>Regional variations</leapYearRule>
<origin>India</origin>
<type>太陰太陽暦</type>
<yearLength>354</yearLength>
</item>
<item>
<code>08</code>
<slug>ethiopian-calendar</slug>
<name>エチオピア暦</name>
<description>エチオピアで使用される太陽暦。西暦より約7〜8年遅れている。</description>
<introduced>Ancient</introduced>
<leapYearRule>Every 4 years</leapYearRule>
<origin>Ethiopia</origin>
<type>太陽暦</type>
<yearLength>365.25</yearLength>
</item>
</items>