XML

水泳競技種目 - XML

水泳競技種目は、国際水泳連盟(旧FINA)が定める競泳の分類体系です。4つの基本泳法(自由形、背泳ぎ、平泳ぎ、バタフライ)と個人メドレー、リレー競技で構成されています。各泳法には50m、100m、200mなどの距離種目があり、オリンピックや世界選手権などの国際大会で競われています。1908年に設立された国際水泳連盟により標準化されたルールに基づき、世界中で統一された形で競技が行われています。

水泳 競泳 World Aquatics FINA オリンピック スポーツ
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>freestyle</slug>
    <name>自由形</name>
    <description>泳ぎ方に制限がない種目で、実質的にクロールが使用されます。</description>
    <category>基本泳法</category>
    <distances>[&quot;50m&quot;,&quot;100m&quot;,&quot;200m&quot;,&quot;400m&quot;,&quot;800m(女子)&quot;,&quot;1500m(男子)&quot;]</distances>
    <strokeOrder></strokeOrder>
  </item>
  <item>
    <code>02</code>
    <slug>backstroke</slug>
    <name>背泳ぎ</name>
    <description>仰向けの状態で泳ぐ泳法です。</description>
    <category>基本泳法</category>
    <distances>[&quot;50m&quot;,&quot;100m&quot;,&quot;200m&quot;]</distances>
    <strokeOrder></strokeOrder>
  </item>
  <item>
    <code>03</code>
    <slug>breaststroke</slug>
    <name>平泳ぎ</name>
    <description>両腕を胸の前でかき、足をカエル蹴りする泳法です。</description>
    <category>基本泳法</category>
    <distances>[&quot;50m&quot;,&quot;100m&quot;,&quot;200m&quot;]</distances>
    <strokeOrder></strokeOrder>
  </item>
  <item>
    <code>04</code>
    <slug>butterfly</slug>
    <name>バタフライ</name>
    <description>両腕を同時に回し、ドルフィンキックで進む泳法です。</description>
    <category>基本泳法</category>
    <distances>[&quot;50m&quot;,&quot;100m&quot;,&quot;200m&quot;]</distances>
    <strokeOrder></strokeOrder>
  </item>
  <item>
    <code>05</code>
    <slug>individual-medley</slug>
    <name>個人メドレー</name>
    <description>1人の選手が4つの泳法を順番に泳ぐ競技です。</description>
    <category>複合種目</category>
    <distances>[&quot;200m&quot;,&quot;400m&quot;]</distances>
    <strokeOrder>[&quot;バタフライ&quot;,&quot;背泳ぎ&quot;,&quot;平泳ぎ&quot;,&quot;自由形&quot;]</strokeOrder>
  </item>
  <item>
    <code>06</code>
    <slug>freestyle-relay</slug>
    <name>フリーリレー</name>
    <description>4人の選手が自由形で泳ぐ団体競技です。</description>
    <category>リレー</category>
    <distances>[&quot;4×100m&quot;,&quot;4×200m&quot;]</distances>
    <strokeOrder></strokeOrder>
  </item>
  <item>
    <code>07</code>
    <slug>medley-relay</slug>
    <name>メドレーリレー</name>
    <description>4人の選手が異なる泳法で泳ぐ団体競技です。</description>
    <category>リレー</category>
    <distances>[&quot;4×100m&quot;]</distances>
    <strokeOrder>[&quot;背泳ぎ&quot;,&quot;平泳ぎ&quot;,&quot;バタフライ&quot;,&quot;自由形&quot;]</strokeOrder>
  </item>
</items>