<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">

<bulletml type="vertical"
          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">

<action label="top">
 <fire>
  <direction type="aim">0</direction>
  <speed>1</speed>
  <bullet>
    <action>
    <repeat> <times>9999</times>
    <action>
    <changeDirection>
     <direction type="aim">0</direction>
     <term>1</term>
    </changeDirection>
    <wait>1</wait>
    </action>
    </repeat>
    </action>
  </bullet>
 </fire>
</action>

</bulletml>
