OSDN Git Service

MMD Ver7.40 対応 新スキーマ開発開始
[mikutoga/Vmd2XML.git] / src / test / resources / testdata / vmd130609 / small / onlyFlag.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!--
4   MikuMikuDance
5     motion-data(*.vmd) on XML
6 -->
7
8
9 <vmdMotion
10   xmlns="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609A"
11   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12   xsi:schemaLocation="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609A
13     http://mikutoga.sourceforge.jp/xml/xsd/vmdxml-130609A.xsd"
14   version="130609A"
15 >
16
17 <!-- [NAMELESS] -->
18 <modelName name="" />
19
20 <boneMotionSequence>
21 </boneMotionSequence>
22
23 <morphSequence>
24 </morphSequence>
25
26 <flagSequence>
27     <flagMotion frame="9" showModel="true" />
28     <flagMotion frame="99" showModel="false">
29         <ikSwitch name="IKBONE1" valid="true" />
30         <ikSwitch name="IKBONE2" valid="false" />
31     </flagMotion>
32 </flagSequence>
33
34 </vmdMotion>
35
36 <!-- EOF -->