OSDN Git Service

本番スキーマ移行
[mikutoga/Vmd2XML.git] / src / test / resources / testdata / vmd130609 / small / onlyFlag.xml
index f880cee..7ec030f 100644 (file)
@@ -7,11 +7,11 @@
 
 
 <vmdMotion
-  xmlns="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609A"
+  xmlns="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609"
   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"
+  xsi:schemaLocation="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/130609
+    http://mikutoga.sourceforge.jp/xml/xsd/vmdxml-130609.xsd"
+  version="130609"
 >
 
 <!-- [NAMELESS] -->
 </morphSequence>
 
 <flagSequence>
-    <flagMotion frame="9" showModel="true" />
-    <flagMotion frame="99" showModel="false">
-        <ikSwitch name="IKBONE1" valid="true" />
-        <ikSwitch name="IKBONE2" valid="false" />
-    </flagMotion>
+
+  <flagMotion frame="9" showModel="true" />
+
+  <flagMotion frame="99" showModel="false" >
+
+    <!-- IKBONE1 -->
+    <ikSwitch name="IKBONE1" valid="false" />
+
+  </flagMotion>
+
 </flagSequence>
 
 </vmdMotion>