OSDN Git Service

MMD Ver7.40 対応 新スキーマ開発開始
[mikutoga/Vmd2XML.git] / src / test / resources / testdata / vmd130609 / small / onlyFlag.xml
diff --git a/src/test/resources/testdata/vmd130609/small/onlyFlag.xml b/src/test/resources/testdata/vmd130609/small/onlyFlag.xml
new file mode 100644 (file)
index 0000000..f880cee
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+  MikuMikuDance
+    motion-data(*.vmd) on XML
+-->
+
+
+<vmdMotion
+  xmlns="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609A"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609A
+    http://mikutoga.sourceforge.jp/xml/xsd/vmdxml-130609A.xsd"
+  version="130609A"
+>
+
+<!-- [NAMELESS] -->
+<modelName name="" />
+
+<boneMotionSequence>
+</boneMotionSequence>
+
+<morphSequence>
+</morphSequence>
+
+<flagSequence>
+    <flagMotion frame="9" showModel="true" />
+    <flagMotion frame="99" showModel="false">
+        <ikSwitch name="IKBONE1" valid="true" />
+        <ikSwitch name="IKBONE2" valid="false" />
+    </flagMotion>
+</flagSequence>
+
+</vmdMotion>
+
+<!-- EOF -->