XML

日本の交通標識 - XML

日本の交通標識は、道路法や道路交通法に基づき設置され、道路利用者に対して通行方法の規制・指示、危険の警告、目的地の案内などを行う重要な交通設備です。規制標識と指示標識は都道府県公安委員会が、警戒標識と案内標識は道路管理者(国・都道府県・市町村)が設置・管理しています。各色や形状には特定の意味があり、ドライバーや歩行者が直感的に理解できるよう設計されています。

交通標識 道路標識 道路交通法 道路法 交通安全 運転免許
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>1</code>
    <slug>regulatory-signs</slug>
    <name>規制標識</name>
    <description>車両や歩行者に対して通行方法や駐停車の可否などを規制する標識です。</description>
    <color>赤・青・白</color>
    <examples>[&quot;車両進入禁止&quot;,&quot;一方通行&quot;,&quot;最高速度&quot;,&quot;駐車禁止&quot;,&quot;転回禁止&quot;,&quot;通行止め&quot;]</examples>
    <manager>都道府県公安委員会</manager>
    <shape>丸形、逆三角形</shape>
  </item>
  <item>
    <code>2</code>
    <slug>mandatory-signs</slug>
    <name>指示標識</name>
    <description>特定の交通方法ができることや、道路交通法上決められた場所などを指示する標識です。</description>
    <color>青・白</color>
    <examples>[&quot;横断歩道&quot;,&quot;駐車可&quot;,&quot;規制予告&quot;,&quot;中央線&quot;,&quot;指定方向外進行禁止&quot;,&quot;自転車専用&quot;]</examples>
    <manager>都道府県公安委員会</manager>
    <shape>正方形、五角形</shape>
  </item>
  <item>
    <code>3</code>
    <slug>warning-signs</slug>
    <name>警戒標識</name>
    <description>道路上の危険や注意すべき状況を前もって知らせ、安全運転を促す標識です。</description>
    <color>黄・オレンジ・黒</color>
    <examples>[&quot;十字路&quot;,&quot;右方屈曲&quot;,&quot;学校・幼稚園あり&quot;,&quot;車線数減少&quot;,&quot;カーブ&quot;,&quot;落石のおそれ&quot;,&quot;信号機あり&quot;]</examples>
    <manager>道路管理者(国・都道府県・市町村)</manager>
    <shape>ひし形(ダイヤ形)</shape>
  </item>
  <item>
    <code>4</code>
    <slug>guide-signs</slug>
    <name>案内標識</name>
    <description>目的地の方向や距離、路線番号などを案内する標識です。</description>
    <color>青・緑・茶・白</color>
    <examples>[&quot;方面・方向&quot;,&quot;国道番号&quot;,&quot;都道府県道番号&quot;,&quot;高速道路入口&quot;,&quot;駐車場&quot;,&quot;都道府県界&quot;,&quot;サービスエリア&quot;]</examples>
    <manager>道路管理者(国・都道府県・市町村)</manager>
    <shape>四角形</shape>
  </item>
</items>