XML

公園の種類 - XML

公園の種類は、都市公園法に基づいて分類された体系で、基幹公園(住区基幹公園・都市基幹公園)、特殊公園、大規模公園、その他の公園(緩衝緑地・都市緑地・緑道など)に区分されます。それぞれの公園は目的、規模、誘致距離などの基準に基づいて定められており、都市計画における緑地整備の基本となっています。総合公園、近隣公園、運動公園、風致公園、動植物公園など、多様な種類の公園が市民の生活に寄与しています。

都市公園法 公園 緑地 都市計画 レクリエーション 環境整備
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>neighborhood-park</slug>
    <name>街区公園</name>
    <description>街区内に居住する者の利用を目的とする公園です。</description>
    <catchmentArea>250m</catchmentArea>
    <category>住区基幹公園</category>
    <standardSize>0.25ha</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>02</code>
    <slug>community-park</slug>
    <name>近隣公園</name>
    <description>近隣に居住する者の利用を目的とする公園です。</description>
    <catchmentArea>500m</catchmentArea>
    <category>住区基幹公園</category>
    <standardSize>2ha</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>03</code>
    <slug>district-park</slug>
    <name>地区公園</name>
    <description>徒歩圏内に居住する者の利用を目的とする公園です。</description>
    <catchmentArea>1km</catchmentArea>
    <category>住区基幹公園</category>
    <standardSize>4ha</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>04</code>
    <slug>comprehensive-park</slug>
    <name>総合公園</name>
    <description>都市住民全般の総合的な利用に供することを目的とする公園です。</description>
    <catchmentArea></catchmentArea>
    <category>都市基幹公園</category>
    <standardSize>10〜50ha</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>05</code>
    <slug>sports-park</slug>
    <name>運動公園</name>
    <description>主として運動の用に供することを目的とする公園です。</description>
    <catchmentArea></catchmentArea>
    <category>都市基幹公園</category>
    <standardSize>15〜75ha</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>06</code>
    <slug>scenic-park</slug>
    <name>風致公園</name>
    <description>風致の享受を目的とする特殊公園です。</description>
    <catchmentArea></catchmentArea>
    <category>特殊公園</category>
    <standardSize></standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>07</code>
    <slug>zoo-botanical-garden</slug>
    <name>動植物公園</name>
    <description>動物園や植物園などの特殊公園です。</description>
    <catchmentArea></catchmentArea>
    <category>特殊公園</category>
    <standardSize></standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>08</code>
    <slug>historical-park</slug>
    <name>歴史公園</name>
    <description>史跡や名勝などの文化財を公開する特殊公園です。</description>
    <catchmentArea></catchmentArea>
    <category>特殊公園</category>
    <standardSize></standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>09</code>
    <slug>cemetery-park</slug>
    <name>墓園・霊園</name>
    <description>景観良好な墓地を含む特殊公園です。</description>
    <catchmentArea></catchmentArea>
    <category>特殊公園</category>
    <standardSize></standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>10</code>
    <slug>wide-area-park</slug>
    <name>広域公園</name>
    <description>広域のレクリエーション需要を充足する大規模公園です。</description>
    <catchmentArea></catchmentArea>
    <category>大規模公園</category>
    <standardSize>50ha以上</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>11</code>
    <slug>national-park</slug>
    <name>国営公園</name>
    <description>国が設置する広域的な利用を目的とした大規模公園です。</description>
    <catchmentArea></catchmentArea>
    <category>大規模公園</category>
    <standardSize>300ha以上</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>12</code>
    <slug>buffer-green-space</slug>
    <name>緩衝緑地</name>
    <description>公害防止や災害防止を目的とする緑地です。</description>
    <catchmentArea></catchmentArea>
    <category>その他の公園・緑地</category>
    <standardSize></standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>13</code>
    <slug>urban-green-space</slug>
    <name>都市緑地</name>
    <description>都市の自然環境保全と景観向上を目的とする緑地です。</description>
    <catchmentArea></catchmentArea>
    <category>その他の公園・緑地</category>
    <standardSize>0.1ha以上</standardSize>
    <standardWidth></standardWidth>
  </item>
  <item>
    <code>14</code>
    <slug>greenway</slug>
    <name>緑道</name>
    <description>歩行者や自転車用の緑の通路です。</description>
    <catchmentArea></catchmentArea>
    <category>その他の公園・緑地</category>
    <standardSize></standardSize>
    <standardWidth>10〜20m</standardWidth>
  </item>
</items>