XML

Sports Position Roles - XML

Sports Position Roles systematically summarizes the positions, roles, characteristics, and required abilities in major sports such as soccer, basketball, baseball, and volleyball. Each position plays a different role within the team and contributes to victory through coordination. This information serves as a reference for position selection based on player aptitude and team tactics.

sports positions soccer basketball baseball volleyball team sports
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>GK</code>
    <slug>goalkeeper</slug>
    <name>Goalkeeper</name>
    <description>The last line of defense protecting the goal. The only player allowed to use hands within the penalty area.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>CB</code>
    <slug>center-back</slug>
    <name>Center Back</name>
    <description>A defender responsible for the center of the defensive line.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>SB</code>
    <slug>side-back</slug>
    <name>Side Back</name>
    <description>Defenders responsible for the left and right sides of the defensive line, involved in both attack and defense.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>DMF</code>
    <slug>defensive-midfielder</slug>
    <name>Defensive Midfielder</name>
    <description>A defensive midfielder who wins the ball in front of the defense and connects attack and defense.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>OMF</code>
    <slug>attacking-midfielder</slug>
    <name>Attacking Midfielder</name>
    <description>An attacking midfielder responsible for supplying passes to forwards and taking mid-range shots.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>SMF</code>
    <slug>side-midfielder</slug>
    <name>Side Midfielder</name>
    <description>A midfielder who initiates plays from the sides with crosses and breakthroughs.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>CF</code>
    <slug>center-forward</slug>
    <name>Center Forward</name>
    <description>An ace striker who aims to score in front of the goal.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>WG</code>
    <slug>winger</slug>
    <name>Winger</name>
    <description>A forward who cuts inside from the sides to attack.</description>
    <sport>soccer</sport>
  </item>
  <item>
    <code>PG</code>
    <slug>point-guard</slug>
    <name>Point Guard</name>
    <description>The floor general. Responsible for organizing attacks and distributing passes.</description>
    <sport>basketball</sport>
  </item>
  <item>
    <code>SG</code>
    <slug>shooting-guard</slug>
    <name>Shooting Guard</name>
    <description>A scoring specialist. Uses outside shots and drives as weapons.</description>
    <sport>basketball</sport>
  </item>
  <item>
    <code>SF</code>
    <slug>small-forward</slug>
    <name>Small Forward</name>
    <description>An all-around versatile player who handles both offense and defense.</description>
    <sport>basketball</sport>
  </item>
  <item>
    <code>PF</code>
    <slug>power-forward</slug>
    <name>Power Forward</name>
    <description>The key in the paint and mid-range. Main duties are rebounding and setting screens.</description>
    <sport>basketball</sport>
  </item>
  <item>
    <code>C</code>
    <slug>center</slug>
    <name>Center</name>
    <description>The team&apos;s cornerstone. Dominates rebounds and blocks as the guardian of the paint.</description>
    <sport>basketball</sport>
  </item>
  <item>
    <code>P</code>
    <slug>pitcher</slug>
    <name>Pitcher</name>
    <description>The pitcher who throws the ball to get batters out.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>C-BB</code>
    <slug>catcher</slug>
    <name>Catcher</name>
    <description>The catcher who receives the pitcher&apos;s throws and serves as the command tower for pitch calling.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>1B</code>
    <slug>first-baseman</slug>
    <name>First Baseman</name>
    <description>An infielder responsible for defending first base.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>2B</code>
    <slug>second-baseman</slug>
    <name>Second Baseman</name>
    <description>An infielder responsible for defending around second base, where double play coordination is crucial.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>3B</code>
    <slug>third-baseman</slug>
    <name>Third Baseman</name>
    <description>An infielder responsible for defending third base, where handling hard-hit balls is required.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>SS</code>
    <slug>shortstop</slug>
    <name>Shortstop</name>
    <description>The &apos;key of the infield&apos; who defends the wide central area of the infield.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>LF</code>
    <slug>left-fielder</slug>
    <name>Left Fielder</name>
    <description>An outfielder responsible for defending the left side of the outfield.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>CF-BB</code>
    <slug>center-fielder</slug>
    <name>Center Fielder</name>
    <description>An outfielder who defends center field and serves as the captain of the outfield.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>RF</code>
    <slug>right-fielder</slug>
    <name>Right Fielder</name>
    <description>An outfielder responsible for defending the right side of the outfield, where a strong arm is required.</description>
    <sport>baseball</sport>
  </item>
  <item>
    <code>S-VB</code>
    <slug>setter</slug>
    <name>Setter</name>
    <description>The team&apos;s command tower. Responsible for setting up attackers with tosses.</description>
    <sport>volleyball</sport>
  </item>
  <item>
    <code>OH</code>
    <slug>outside-hitter</slug>
    <name>Outside Hitter</name>
    <description>The center of attack who spikes from both left and right sides.</description>
    <sport>volleyball</sport>
  </item>
  <item>
    <code>OP</code>
    <slug>opposite</slug>
    <name>Opposite</name>
    <description>An attacking position located diagonally opposite the setter.</description>
    <sport>volleyball</sport>
  </item>
  <item>
    <code>MB</code>
    <slug>middle-blocker</slug>
    <name>Middle Blocker</name>
    <description>A position where blocking in the center is the main role.</description>
    <sport>volleyball</sport>
  </item>
  <item>
    <code>L</code>
    <slug>libero</slug>
    <name>Libero</name>
    <description>A defense-only position. Main duties are receiving and digging in the back row.</description>
    <sport>volleyball</sport>
  </item>
</items>