XML
スポーツチームのポジション - XML
スポーツチームのポジションは、各競技において選手が担う役割と位置を定義するものです。サッカーではGK・DF・MF・FWの4大ポジション、野球では投手・捕手・内野手・外野手の9ポジション、バスケットボールではPG・SG・SF・PF・Cの5ポジションが基本となっています。それぞれのポジションには特定の役割、必要なスキル、戦術的な重要性があり、チーム全体の戦略を形成する重要な要素です。
スポーツ
ポジション
サッカー
野球
バスケットボール
チームスポーツ
戦術
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>SOCCER-GK</code>
<slug>soccer-goalkeeper</slug>
<name>ゴールキーパー</name>
<description>ゴールを守る最後の砦。フィールド内で唯一手を使えるプレーヤー。</description>
<abbreviation>GK</abbreviation>
<category>goalkeeper</category>
<number>1</number>
<sport>soccer</sport>
</item>
<item>
<code>SOCCER-DF</code>
<slug>soccer-defender</slug>
<name>ディフェンダー</name>
<description>相手の攻撃を防ぐ守備の要。CB、SB、SWなどの細分ポジションがある。</description>
<abbreviation>DF</abbreviation>
<category>defender</category>
<number></number>
<sport>soccer</sport>
</item>
<item>
<code>SOCCER-MF</code>
<slug>soccer-midfielder</slug>
<name>ミッドフィルダー</name>
<description>攻守の繋ぎ役。試合の主導権を握るゲームメイカー。</description>
<abbreviation>MF</abbreviation>
<category>midfielder</category>
<number></number>
<sport>soccer</sport>
</item>
<item>
<code>SOCCER-FW</code>
<slug>soccer-forward</slug>
<name>フォワード</name>
<description>得点を狙う攻撃の主役。CF、WG、SSなどの役割がある。</description>
<abbreviation>FW</abbreviation>
<category>forward</category>
<number></number>
<sport>soccer</sport>
</item>
<item>
<code>BASEBALL-P</code>
<slug>baseball-pitcher</slug>
<name>投手</name>
<description>マウンドからボールを投げ、打者をアウトにする。試合の勝敗を左右する重要ポジション。</description>
<abbreviation>P</abbreviation>
<category>pitcher</category>
<number>1</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-C</code>
<slug>baseball-catcher</slug>
<name>捕手</name>
<description>ホームベース後方で投手の球を受ける。チームの司令塔。</description>
<abbreviation>C</abbreviation>
<category>catcher</category>
<number>2</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-1B</code>
<slug>baseball-first-baseman</slug>
<name>一塁手</name>
<description>ファーストベースを守る内野手。内野手からの送球を確実に捕球する。</description>
<abbreviation>1B</abbreviation>
<category>infielder</category>
<number>3</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-2B</code>
<slug>baseball-second-baseman</slug>
<name>二塁手</name>
<description>セカンドベースを守る内野手。ダブルプレーの要。</description>
<abbreviation>2B</abbreviation>
<category>infielder</category>
<number>4</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-3B</code>
<slug>baseball-third-baseman</slug>
<name>三塁手</name>
<description>サードベースを守る内野手。ホットコーナーと呼ばれる。</description>
<abbreviation>3B</abbreviation>
<category>infielder</category>
<number>5</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-SS</code>
<slug>baseball-shortstop</slug>
<name>遊撃手</name>
<description>二塁と三塁の間を守る内野手。内野の要で最も広い守備範囲を持つ。</description>
<abbreviation>SS</abbreviation>
<category>infielder</category>
<number>6</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-LF</code>
<slug>baseball-left-fielder</slug>
<name>左翼手</name>
<description>左翼を守る外野手。右打者の引っ張り球を処理する。</description>
<abbreviation>LF</abbreviation>
<category>outfielder</category>
<number>7</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-CF</code>
<slug>baseball-center-fielder</slug>
<name>中堅手</name>
<description>中堅を守る外野手。外野の要で最も広い守備範囲をカバーする。</description>
<abbreviation>CF</abbreviation>
<category>outfielder</category>
<number>8</number>
<sport>baseball</sport>
</item>
<item>
<code>BASEBALL-RF</code>
<slug>baseball-right-fielder</slug>
<name>右翼手</name>
<description>右翼を守る外野手。強肩でランナーの進塁を阻止する。</description>
<abbreviation>RF</abbreviation>
<category>outfielder</category>
<number>9</number>
<sport>baseball</sport>
</item>
<item>
<code>BASKETBALL-PG</code>
<slug>basketball-point-guard</slug>
<name>ポイントガード</name>
<description>チームの司令塔。ボール運び、パス配給、ゲームメイクを担当。</description>
<abbreviation>PG</abbreviation>
<category>guard</category>
<number>1</number>
<sport>basketball</sport>
</item>
<item>
<code>BASKETBALL-SG</code>
<slug>basketball-shooting-guard</slug>
<name>シューティングガード</name>
<description>得点スペシャリスト。外角シュートとドライブが武器。</description>
<abbreviation>SG</abbreviation>
<category>guard</category>
<number>2</number>
<sport>basketball</sport>
</item>
<item>
<code>BASKETBALL-SF</code>
<slug>basketball-small-forward</slug>
<name>スモールフォワード</name>
<description>オールラウンダー。攻守両面で活躍する。</description>
<abbreviation>SF</abbreviation>
<category>forward</category>
<number>3</number>
<sport>basketball</sport>
</item>
<item>
<code>BASKETBALL-PF</code>
<slug>basketball-power-forward</slug>
<name>パワーフォワード</name>
<description>インサイドの要。リバウンドとスクリーンが主な役割。</description>
<abbreviation>PF</abbreviation>
<category>forward</category>
<number>4</number>
<sport>basketball</sport>
</item>
<item>
<code>BASKETBALL-C</code>
<slug>basketball-center</slug>
<name>センター</name>
<description>チームの大黒柱。リバウンド支配とショットブロックが役割。</description>
<abbreviation>C</abbreviation>
<category>center</category>
<number>5</number>
<sport>basketball</sport>
</item>
</items>